Skip to content

Commit eda3650

Browse files
zekeJasonEtcojaniceilene
authored
remove all-contributors suggestion from merge notification (#225)
* remove all-contributors suggestion from merge notification * Add links to all-contributors * Update .github/workflows/merged-notification.yml Co-authored-by: Janice <janiceilene@github.com> Co-authored-by: Jason Etcovitch <jasonetco@github.com> Co-authored-by: Janice <janiceilene@github.com>
1 parent f6b8362 commit eda3650

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/merged-notification.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
github.issues.createComment({
1414
...context.repo,
1515
issue_number: context.payload.pull_request.number,
16-
body: `Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. To add your ✨ contribution to the README.md, create a new comment in this PR with:
17-
18-
\`\`\`
19-
@all-contributors please add @${context.payload.pull_request.user.login} for docs
20-
\`\`\`
21-
22-
If you want to, you can use the [emoji key](https://allcontributors.org/docs/en/emoji-key) to replace docs with a different contribution type.`
16+
body: `Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.
17+
18+
If you haven't already, you can add yourself to [the list of contributors](https://github.com/github/docs#contributors-) by creating a new comment in this PR using [these instructions](https://allcontributors.org/docs/en/bot/usage#commands). Thanks again! :sparkles:`
2319
})

0 commit comments

Comments
 (0)