diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-03 22:36:44 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-03 22:42:27 +0800 |
| commit | 8ae4fc78d56d29b0a031ebcd37f340def465ff56 (patch) | |
| tree | 0b8c9b3a8232bb707ce9748ea42bb514f8db97c0 | |
| parent | dc4ef5641f642ba8c7fcf6525be20f9783c72485 (diff) | |
| download | rust-8ae4fc78d56d29b0a031ebcd37f340def465ff56.tar.gz rust-8ae4fc78d56d29b0a031ebcd37f340def465ff56.zip | |
Post {beta,stable}-accepted message to bootstrap backport threads
| -rw-r--r-- | triagebot.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 1d8135df342..64a8a7c46b4 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -764,6 +764,13 @@ don't know ] message_on_remove = "PR #{number}'s beta-nomination has been removed." +[notify-zulip."beta-accepted".bootstrap] +required_labels = ["T-bootstrap"] +zulip_stream = 507486 # #t-infra/bootstrap/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".bootstrap] required_labels = ["T-bootstrap"] zulip_stream = 507486 # #t-infra/bootstrap/backports @@ -782,6 +789,13 @@ don't know ] message_on_remove = "PR #{number}'s stable-nomination has been removed." +[notify-zulip."stable-accepted".bootstrap] +required_labels = ["T-bootstrap"] +zulip_stream = 507486 # #t-infra/bootstrap/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."A-edition-2021"] required_labels = ["C-bug"] |
