about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-13 22:35:10 +0100
committerGitHub <noreply@github.com>2024-01-13 22:35:10 +0100
commit847aad75ad7c3a5691a5f45fcf371cc729dbfd77 (patch)
treead4ab9b6b2a9dce56871eae88d4ff53c716099ea
parentf7a76a9d0b8bb69f57a89056c3583eb3dda1ae81 (diff)
parentff84ecd68c330874352a36acfff45cfdb6bb4a2b (diff)
Rollup merge of #119938 - Nilstrieb:has-merge-commits-unauthenticated, r=fmease
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 ab051d693b1..1e1db2d1663 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -22,6 +22,7 @@ allow-unauthenticated = [
     "perf-*",
     "AsyncAwait-OnDeck",
     "needs-triage",
+    "has-merge-commits",
 ]
 
 [review-submitted]