Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quarkus GitHub Lottery to quarkusio/quarkusio.github.io #1959

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment on lines +21 to +23
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I picked a shorter delay/timeout than on quarkusio/quarkus, because we have no maintainers on this repo. Was 60d/14d on quarkusio/quarkus.

See:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense

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
Loading