From 91398912d083c0531c37c65de6452fabafe587da Mon Sep 17 00:00:00 2001 From: fee1-dead Date: Mon, 12 Sep 2022 23:04:32 +0800 Subject: [PATCH] Allow unauthenticated users to add the `const-hack` label --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index ceda7ef5f16..4b2dcc246e4 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,7 @@ allow-unauthenticated = [ "S-*", "T-*", "WG-*", + "const-hack", "needs-fcp", "relnotes", "requires-nightly",