diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2024-01-13 19:49:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 19:49:39 +0100 |
| commit | ff84ecd68c330874352a36acfff45cfdb6bb4a2b (patch) | |
| tree | b9532207fe95ddf71d7bbb4a6a6285630c4fd254 | |
| parent | 03c199af8e0f10c4fe4ead8e97e65286bef86e7d (diff) | |
| download | rust-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.toml | 1 |
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] |
