Let expeditor respond to pull requests.

closes 4429

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-08-28 11:16:08 -07:00
parent 4a515e5010
commit 0613772419
2 changed files with 10 additions and 0 deletions

View file

@ -146,3 +146,6 @@ subscriptions:
- bash:.expeditor/announce-release.sh:
post_commit: true
- built_in:notify_chefio_slack_channels
- workload: pull_request_opened:{{agent_id}}:*
actions:
- post_github_comment:.expeditor/templates/pull_request.mustache

View file

@ -0,0 +1,7 @@
Hello {{author}}! Thanks for the pull request!
Here is what will happen next:
1. Your PR will be reviewed by the maintainers
2. If everything looks good, one of them will approve it, and your PR will be merged.
Thank you for contributing!