diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-03 22:34:55 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-03 22:34:55 +0800 |
| commit | dc4ef5641f642ba8c7fcf6525be20f9783c72485 (patch) | |
| tree | 95ffbfc0db8676af71b75dc9f4ee77065289e1e6 | |
| parent | 091a798bfef53859bb52c2002eba929baacdecfa (diff) | |
| download | rust-dc4ef5641f642ba8c7fcf6525be20f9783c72485.tar.gz rust-dc4ef5641f642ba8c7fcf6525be20f9783c72485.zip | |
Post {beta,stable}-accepted message to compiler backport threads
| -rw-r--r-- | triagebot.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 31e101bd24e..1d8135df342 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -714,6 +714,13 @@ don't know ] message_on_remove = "PR #{number}'s beta-nomination has been removed." +[notify-zulip."beta-accepted".compiler] +required_labels = ["T-compiler"] +zulip_stream = 474880 # #t-compiler/backports +# Put it in the same thread as beta-nominated. +topic = "#{number}: beta-nominated" +message_on_add = "PR #{number} has been **accepted** for **beta** backport." + [notify-zulip."stable-nominated".compiler] required_labels = ["T-compiler"] zulip_stream = 474880 # #t-compiler/backports @@ -732,6 +739,13 @@ don't know ] message_on_remove = "PR #{number}'s stable-nomination has been removed." +[notify-zulip."stable-accepted".compiler] +required_labels = ["T-compiler"] +zulip_stream = 474880 # #t-compiler/backports +# Put it in the same thread as stable-nominated. +topic = "#{number}: stable-nominated" +message_on_add = "PR #{number} has been **accepted** for **stable** backport." + [notify-zulip."beta-nominated".bootstrap] required_labels = ["T-bootstrap"] |
