Skip to content

Commit 8634394

Browse files
committed
Add configuration for the "created" category in the lottery
Withut this, the Quarkus GitHub Lottery just fails. Similar to quarkusio/quarkus#45092
1 parent 36fa343 commit 8634394

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/quarkus-github-lottery.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ buckets:
77
delay: PT0S
88
timeout: P3D
99
maintenance:
10+
created:
11+
delay: PT0S
12+
timeout: P1D
13+
expiry: P14D
1014
feedback:
1115
labels: ["triage/needs-reproducer", "triage/needs-feedback"]
1216
needed:
@@ -40,6 +44,8 @@ participants:
4044
maintenance:
4145
labels: ["area/search"]
4246
days: ["WEDNESDAY", "FRIDAY"]
47+
created:
48+
maxIssues: 3
4349
feedback:
4450
needed:
4551
maxIssues: 2

0 commit comments

Comments
 (0)