Allow unauthorized users to user the has-merge-commits label

So they can remove it after they've removed the merge commit.
This commit is contained in:
Nilstrieb
2024-01-13 19:49:39 +01:00
committed by GitHub
parent 03c199af8e
commit ff84ecd68c
+1
View File
@@ -21,6 +21,7 @@ allow-unauthenticated = [
"perf-*",
"AsyncAwait-OnDeck",
"needs-triage",
"has-merge-commits",
]
[glacier]