Skip to content

Commit

Permalink
Add more triagebot labeling support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 10, 2024
1 parent 4efbefa commit d7affb4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
[assign]

[relabel]
allow-unauthenticated = [
"S-*", "A-*", "Edition-*", "bug", "enhancement", "question",
]

[shortcut]

[merge-conflicts]
remove = []
add = ["S-waiting-on-author"]
unless = ["S-blocked", "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 d7affb4

Please sign in to comment.