Merge pull request #180 from ehazlett/poule-config

Initial poule config
This commit is contained in:
Justin Cormack 2017-11-14 17:20:38 +00:00 committed by GitHub
commit a14db39956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: [ ".*" ],
}
}