add initial poule config

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2017-11-14 12:16:54 -05:00
parent b262aaa058
commit 36c5bf55ed
No known key found for this signature in database
GPG Key ID: A519480096146526

13
poule.yml Normal file
View File

@ -0,0 +1,13 @@
# Add a "status/0-triage" to every newly opened pull request.
- triggers:
pull_request: [ opened ]
operations:
- type: label
filters: {
~labels: [ "status/0-triage", "status/1-design-review", "status/2-code-review", "status/3-docs-review", "status/4-merge" ],
}
settings: {
patterns: {
status/0-triage: [ ".*" ],
}
}