Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
feat(footer): welcome message footer formatting #45
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 9, 2020
1 parent 279c528 commit ce8472d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ const github = require('@actions/github');
return;
}

const footer = `
<br>
<p>If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.com/invite/jZQs6Wu">Discord</a> chat and our <a href="https://github.com/EddieJaoudeCommunity">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.</p>
const footer = `<p>If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.com/invite/jZQs6Wu">Discord</a> chat and our <a href="https://github.com/EddieJaoudeCommunity">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.</p>
`;

if (!!context.payload.issue) {
Expand Down

0 comments on commit ce8472d

Please sign in to comment.