Skip to content

Update triagebot.toml #132942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -514,22 +514,23 @@ decline
don't know
""",
]
message_on_remove = "PR #{number}'s beta-nomination has been removed."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
message_on_remove = "PR #${number}'s stable-nomination has been removed."
message_on_close = "PR #${number} has been closed. Thanks for participating!"
message_on_reopen = "PR #${number} has been reopened. Pinging @*T-rustdoc*."

# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the beta-accepted+T-rustdoc action fully occupies the beta-accepted slot
# preventing others from adding more beta-accepted actions.
[notify-zulip."beta-accepted"]
# FIXME: Patch triagebot to support `notify-zulip.<label>` mapped to an array of actions.
# Currently, the stable-accepted+T-rustdoc action fully occupies the stable-accepted slot,
# preventing the addition of multiple stable-accepted actions.
[notify-zulip."stable-accepted"]
required_labels = ["T-rustdoc"]
zulip_stream = 266220 # #t-rustdoc
# Put it in the same thread as beta-nominated.
topic = "beta-nominated: #{number}"
message_on_add = "PR #{number} has been **accepted** for beta backport."
message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
# Use the same topic as stable-nominated.
topic = "stable-nominated: #${number}"
message_on_add = "PR #${number} has been **accepted** for stable backport."
message_on_remove = "PR #${number}'s stable-acceptance has been **removed**."
message_on_close = "PR #${number} has been closed. Thanks for participating!"
message_on_reopen = "PR #${number} has been reopened. Pinging @*T-rustdoc*."


# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the stable-nominated+T-rustdoc action fully occupies the stable-nominated slot
Expand Down
Loading