mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Let expeditor respond to pull requests.
closes 4429 Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
4a515e5010
commit
0613772419
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
7
.expeditor/templates/pull_request.mustache
Normal file
7
.expeditor/templates/pull_request.mustache
Normal 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!
|
Loading…
Reference in a new issue