From 00192d299d474bf211f29d61fede738aad9f5686 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Tue, 6 Dec 2022 09:47:59 +0100 Subject: [PATCH] Add beta-nominated label to triagebot Also non-maintainers should be able to label PRs with `beta-nominated`. --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index acb476ee696..6f50ef932e1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,7 @@ [relabel] allow-unauthenticated = [ "A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*", - "good-first-issue" + "good-first-issue", "beta-nominated" ] # Allows shortcuts like `@rustbot ready`