Skip to content

Commit

Permalink
Merge pull request #346 from ehuss/triagebot-more-labels
Browse files Browse the repository at this point in the history
Add more triagebot labeling support
  • Loading branch information
traviscross authored Dec 10, 2024
2 parents 4efbefa + d7affb4 commit 3b9194c
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 3b9194c

Please sign in to comment.