From ff84ecd68c330874352a36acfff45cfdb6bb4a2b Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:49:39 +0100 Subject: [PATCH] Allow unauthorized users to user the has-merge-commits label So they can remove it after they've removed the merge commit. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) 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]