rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

Allow switching prs to waiting on review when author has requested a review from an assignee #1733

Closed WaffleLapkin closed 8 months ago

WaffleLapkin commented 8 months ago

Adds a new config option:

[review-requested]
remove_labels = ["..."]
add_labels = ["..."]

When PR author requests a review from a PR assignee, triagebot will remove remove_labels and add add_labels.

Based on: https://github.com/rust-lang/rust/pull/116661#discussion_r1359619838. Todo: document this on forge. cc @Mark-Simulacrum