diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-07-30 14:02:03 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-07-30 14:02:03 +0200 |
| commit | 4172dcc9fd617c127b690f3017dfdda9c5cc4478 (patch) | |
| tree | 25862bb8c7e6baaf334f015b0ad6eb357bfbf85e | |
| parent | df725d6b6d841730fd07d68b62b6d8c2eb68a78f (diff) | |
| download | rust-4172dcc9fd617c127b690f3017dfdda9c5cc4478.tar.gz rust-4172dcc9fd617c127b690f3017dfdda9c5cc4478.zip | |
Add triagebot no-merges config
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a910e012b73..f0cd3539975 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -9,3 +9,7 @@ allow-unauthenticated = [ [autolabel."S-waiting-on-review"] new_pr = true + +[no-merges] +exclude_labels = ["sync"] +labels = ["has-merge-commits", "S-waiting-on-author"] |
