Skip to content

Commit

Permalink
Add configuration for the "created" category in the lottery
Browse files Browse the repository at this point in the history
Withut this, the Quarkus GitHub Lottery just fails.

Similar to quarkusio/quarkus#45092
  • Loading branch information
yrodiere committed Jan 14, 2025
1 parent 36fa343 commit 8634394
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ buckets:
delay: PT0S
timeout: P3D
maintenance:
created:
delay: PT0S
timeout: P1D
expiry: P14D
feedback:
labels: ["triage/needs-reproducer", "triage/needs-feedback"]
needed:
Expand Down Expand Up @@ -40,6 +44,8 @@ participants:
maintenance:
labels: ["area/search"]
days: ["WEDNESDAY", "FRIDAY"]
created:
maxIssues: 3
feedback:
needed:
maxIssues: 2
Expand Down

0 comments on commit 8634394

Please sign in to comment.