about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2024-01-13 19:49:39 +0100
committerGitHub <noreply@github.com>2024-01-13 19:49:39 +0100
commitff84ecd68c330874352a36acfff45cfdb6bb4a2b (patch)
treeb9532207fe95ddf71d7bbb4a6a6285630c4fd254
parent03c199af8e0f10c4fe4ead8e97e65286bef86e7d (diff)
downloadrust-ff84ecd68c330874352a36acfff45cfdb6bb4a2b.tar.gz
rust-ff84ecd68c330874352a36acfff45cfdb6bb4a2b.zip
Allow unauthorized users to user the has-merge-commits label
So they can remove it after they've removed the merge commit.
-rw-r--r--triagebot.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 4a84f3caa95..72a7cf758a0 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -21,6 +21,7 @@ allow-unauthenticated = [
     "perf-*",
     "AsyncAwait-OnDeck",
     "needs-triage",
+    "has-merge-commits",
 ]
 
 [glacier]