diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-13 22:35:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 22:35:10 +0100 |
| commit | 847aad75ad7c3a5691a5f45fcf371cc729dbfd77 (patch) | |
| tree | ad4ab9b6b2a9dce56871eae88d4ff53c716099ea | |
| parent | f7a76a9d0b8bb69f57a89056c3583eb3dda1ae81 (diff) | |
| parent | ff84ecd68c330874352a36acfff45cfdb6bb4a2b (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.toml | 1 |
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] |
