Skip to content

Commit

Permalink
Add triagebot autolabel
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 5, 2024
1 parent ede56d1 commit 9d80c84
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ allow-unauthenticated = [
remove = []
add = ["S-waiting-on-author"]
unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]

[autolabel."S-waiting-on-review"]
new_pr = true

[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"]

0 comments on commit 9d80c84

Please sign in to comment.