From 2d2a6c79cb49144250707c07fac0e7c469932d00 Mon Sep 17 00:00:00 2001 From: Urgau Date: Mon, 9 Jun 2025 12:13:41 +0200 Subject: [PATCH] Enable `[major-change]` in this repo for testing purpose --- triagebot.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 23dbb57f1..b6c3ce97f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -8,6 +8,17 @@ allow-unauthenticated = ["bug", "invalid", "question", "enhancement"] [concern] labels = ["has-concerns"] +[major-change] +enabling_label = "major-change" +meeting_label = "to-announce" +second_label = "final-comment-period" +concerns_label = "has-concerns" +accept_label = "major-change-accepted" +waiting_period = 1 +# can be found by looking for the first number in URLs, e.g. https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler +zulip_stream = 224082 +zulip_ping = "Urgau" + [ping.wg-meta] message = """\ This is just testing some functionality, please ignore this ping.