about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfee1-dead <ent3rm4n@gmail.com>2022-09-12 23:04:32 +0800
committerGitHub <noreply@github.com>2022-09-12 23:04:32 +0800
commit91398912d083c0531c37c65de6452fabafe587da (patch)
treeaf4cc9c6f8dbe56a8254e28200359d7698dbde71
parenta93214ec06b57f1eb0cc2fd07e3c4b86b1b1d949 (diff)
downloadrust-91398912d083c0531c37c65de6452fabafe587da.tar.gz
rust-91398912d083c0531c37c65de6452fabafe587da.zip
Allow unauthenticated users to add the `const-hack` label
-rw-r--r--triagebot.toml1
1 files changed, 1 insertions, 0 deletions
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",