mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
add basic poule configuration
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
88e9c24c62
commit
ecd8716fe5
13
poule.yml
Normal file
13
poule.yml
Normal 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: [ ".*" ],
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user