about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2022-09-12 22:47:16 +0200
committerGitHub <noreply@github.com>2022-09-12 22:47:16 +0200
commitbbe23e86ece9df961272e0ff3be6c22e05668f86 (patch)
treed985545b7955ad7f1c805f4529a8bfb6e4a68406
parent8dc4b26b60bd366f260e453c1c48504eabd3219e (diff)
parent91398912d083c0531c37c65de6452fabafe587da (diff)
Rollup merge of #101724 - fee1-dead-contrib:triage-const-hack, r=oli-obk
Allow unauthenticated users to add the `const-hack` label

Observed in #101401.

cc ```@oli-obk```
-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",