Skip to content

Commit ddc8974

Browse files
authored
Merge pull request #2207 from yrodiere/fix-lottery-config
Add configuration for the "created" category in the lottery
2 parents 36fa343 + 8634394 commit ddc8974

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/quarkus-github-lottery.yml

+6
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)