mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(triagebot): auto label when PR review state changes
This commit is contained in:
parent
680a0f9d24
commit
4830653705
@ -36,6 +36,15 @@ warn_non_default_branch = true
|
||||
[assign.owners]
|
||||
"*" = ["@ehuss", "@epage", "@weihanglo"]
|
||||
|
||||
|
||||
[review-submitted]
|
||||
reviewed_label = "S-waiting-on-author"
|
||||
review_labels = ["S-waiting-on-review"]
|
||||
|
||||
[review-requested]
|
||||
remove_labels = ["S-waiting-on-author"]
|
||||
add_labels = ["S-waiting-on-review"]
|
||||
|
||||
[autolabel."A-build-execution"]
|
||||
trigger_files = [
|
||||
"src/cargo/core/compiler/compilation.rs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user