Update merged-notification.yml (#183)

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
This commit is contained in:
Jason Etcovitch 2020-10-07 16:01:08 -04:00 коммит произвёл GitHub
Родитель 24f9ae44e8
Коммит ee6f5ae03e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -15,9 +15,9 @@ jobs:
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.`
})