Skip to content

Commit 4598de6

Browse files
authored
zappr config to enforce mandatory PR labels (zalando#2774)
Signed-off-by: Sandor Szücs <[email protected]>
1 parent d17694e commit 4598de6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.zappr.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ approvals:
66
from:
77
orgs:
88
- "zalando"
9+
# mandatory pull request labels
10+
pull-request:
11+
labels:
12+
additional: true
13+
oneOf:
14+
- architectural
15+
- major
16+
- minor
17+
- bugfix
18+
- documentation
19+
- dependencies
920
X-Zalando-Team: "teapot"

0 commit comments

Comments
 (0)