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>
This commit is contained in:
Zeke Sikelianos 2020-10-08 09:50:01 -07:00 коммит произвёл GitHub
Родитель f6b8362bc6
Коммит eda3650d48
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 7 удалений

10
.github/workflows/merged-notification.yml поставляемый
Просмотреть файл

@ -13,11 +13,7 @@ jobs:
github.issues.createComment({ github.issues.createComment({
...context.repo, ...context.repo,
issue_number: context.payload.pull_request.number, 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: 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:`
@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.`
}) })