Skip to content

Commit 33a409a

Browse files
committed
add basic poule configuration
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent bb034d6 commit 33a409a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

poule.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Add a "status/0-triage" to every newly opened pull request.
2+
- triggers:
3+
pull_request: [ opened ]
4+
operations:
5+
- type: label
6+
filters: {
7+
~labels: [ "status/0-triage", "status/1-design-review", "status/2-code-review", "status/3-docs-review", "status/4-merge" ],
8+
}
9+
settings: {
10+
patterns: {
11+
status/0-triage: [ ".*" ],
12+
}
13+
}

0 commit comments

Comments
 (0)