From 45ad90c4f95d66a45dd47b083c7bce24a4e9c82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 14 Jan 2025 14:03:07 +0100 Subject: [PATCH] Ignore issues/PRs labelled as "on ice" for the lottery See https://github.com/quarkusio/quarkus-github-lottery/issues/180 --- .github/quarkus-github-lottery.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/quarkus-github-lottery.yml b/.github/quarkus-github-lottery.yml index 78c47bfdfeae1..656c638938e6e 100644 --- a/.github/quarkus-github-lottery.yml +++ b/.github/quarkus-github-lottery.yml @@ -11,6 +11,7 @@ buckets: delay: PT0S timeout: P1D expiry: P14D + ignoreLabels: ["triage/on-ice"] feedback: labels: ["triage/needs-reproducer", "triage/needs-feedback"] needed: @@ -22,9 +23,11 @@ buckets: stale: delay: P60D timeout: P14D + ignoreLabels: ["triage/on-ice"] stewardship: delay: P60D timeout: P14D + ignoreLabels: ["triage/on-ice"] participants: - username: "yrodiere" timezone: "Europe/Paris"