diff options
| author | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2023-09-15 21:56:10 -0600 |
|---|---|---|
| committer | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2023-09-15 21:56:10 -0600 |
| commit | 6e0c456ec4a05ebacf23039af797dbcfff49086c (patch) | |
| tree | 1e8b3d368981c829a0f3f7daf6a778292acc8551 | |
| parent | daadab515a5df78c1745d306c59095abad4fcc56 (diff) | |
| download | rust-6e0c456ec4a05ebacf23039af797dbcfff49086c.tar.gz rust-6e0c456ec4a05ebacf23039af797dbcfff49086c.zip | |
triagebot no-merges: exclude "Rustup"s, add labels
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 6856bb0ab37..419b3c30deb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,8 @@ allow-unauthenticated = [ # Have rustbot inform users about the *No Merge Policy* [no-merges] +exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust +labels = ["has-merge-commits", "S-waiting-on-author"] [autolabel."S-waiting-on-review"] new_pr = true |
