From 2c1ba237483072f6cdc0cc49397e3a052a705a82 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 24 Jan 2023 17:51:28 -0800 Subject: [PATCH] Add more labels to triagebot --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 233eca9bd95..d607bd1d712 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -4,9 +4,11 @@ allow-unauthenticated = [ "C-*", "Command-*", "E-*", + "I-*", "O-*", "S-*", "Z-*", + "beta-nominated", "needs-mcve", "regression-*", "relnotes",