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 77d5db2 commit 3f3bde6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ 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 = `<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>
`;

if (!!context.payload.issue) {
await client.issues.createComment({
Expand Down

0 comments on commit 3f3bde6

Please sign in to comment.