Skip to content

Commit

Permalink
chore(triagebot): auto label when PR review state changes
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 19, 2023
1 parent 680a0f9 commit 4830653
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4830653

Please sign in to comment.