From eda3650d48639f6cec615dff63751a8c0e3a23f5 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 8 Oct 2020 09:50:01 -0700 Subject: [PATCH] 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 Co-authored-by: Jason Etcovitch Co-authored-by: Janice --- .github/workflows/merged-notification.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/merged-notification.yml b/.github/workflows/merged-notification.yml index 5b38232b38..2251541a63 100644 --- a/.github/workflows/merged-notification.yml +++ b/.github/workflows/merged-notification.yml @@ -13,11 +13,7 @@ jobs: github.issues.createComment({ ...context.repo, issue_number: context.payload.pull_request.number, - 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: - - \`\`\` - @all-contributors please add @${context.payload.pull_request.user.login} for docs - \`\`\` - - 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.` + 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. + + 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:` })