diff options
| author | Waffle Maybe <waffle.lapkin@gmail.com> | 2023-10-12 17:36:39 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-12 17:36:39 +0400 |
| commit | 406fb8620948b1c21c88acdbd8996c9efc9ca9ee (patch) | |
| tree | 719b2e830f964b9358361dd8a8d8e2f4cea11f2e | |
| parent | 268d6250299b4f08f8e669a2889fdf71388d1f39 (diff) | |
| download | rust-406fb8620948b1c21c88acdbd8996c9efc9ca9ee.tar.gz rust-406fb8620948b1c21c88acdbd8996c9efc9ca9ee.zip | |
Make "request changes" reviews apply `S-waiting-on-author`
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index aa103113334..d46cc6dae78 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -23,6 +23,12 @@ allow-unauthenticated = [ "needs-triage", ] +[review-submitted] +# This label is added when a "request changes" review is submitted. +reviewed_label = "S-waiting-on-author" +# These labels are removed when a "request changes" review is submitted. +review_labels = ["S-waiting-on-review"] + [glacier] [ping.icebreakers-llvm] |
