1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Remove All-Contributors (#576)

* Remove from README

* Remove from merged-notification workflow

* Remove .all-contributorsrc
This commit is contained in:
Jason Etcovitch
2020-10-16 17:25:13 -04:00
committed by GitHub
parent 8a4dce4335
commit 0547215903
3 changed files with 1 additions and 458 deletions

View File

@@ -13,7 +13,5 @@ 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.
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:`
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.'
})