Post {beta,stable}-accepted message to compiler backport threads
This commit is contained in:
parent
091a798bfe
commit
dc4ef5641f
1 changed files with 14 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue