Skip to content

Commit

Permalink
Merge pull request #1119 from ehuss/triagebot
Browse files Browse the repository at this point in the history
Add triagebot
  • Loading branch information
ehuss authored Jan 20, 2025
2 parents 8152297 + 8c18658 commit f095112
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[relabel]
allow-unauthenticated = [
"*",
]

[assign]

[shortcut]

[transfer]

[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 f095112

Please # to comment.