Skip to content

Commit

Permalink
Merge pull request #1959 from yrodiere/lottery
Browse files Browse the repository at this point in the history
Add Quarkus GitHub Lottery to quarkusio/quarkusio.github.io
  • Loading branch information
yrodiere authored Apr 29, 2024
2 parents f62ef6f + b541c6e commit 1670a38
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Report a bug on quarkus.io website
title: ''
labels: kind/bug
labels: kind/bug,triage/needs-triage
assignees: ''

---
Expand Down
49 changes: 49 additions & 0 deletions .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
notifications:
createIssues:
repository: "quarkusio/quarkus-github-lottery-reports"
buckets:
triage:
label: "triage/needs-triage"
delay: PT0S
timeout: P3D
maintenance:
feedback:
labels: ["triage/needs-reproducer", "triage/needs-feedback"]
needed:
delay: P21D
timeout: P3D
provided:
delay: P7D
timeout: P3D
stale:
delay: P60D
timeout: P14D
stewardship:
delay: P21D
timeout: P3D
participants:
- username: "gsmet"
timezone: "Europe/Paris"
stewardship:
days: ["MONDAY"]
maxIssues: 3
- username: "maxandersen"
timezone: "Europe/Paris"
triage:
days: ["WEDNESDAY", "FRIDAY"]
maxIssues: 3
stewardship:
days: ["WEDNESDAY", "FRIDAY"]
maxIssues: 3
- username: "marko-bekhta"
timezone: "Europe/Warsaw"
maintenance:
labels: ["area/search"]
days: ["WEDNESDAY", "FRIDAY"]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 2

0 comments on commit 1670a38

Please sign in to comment.