Add more triagebot features

This commit is contained in:
Eric Huss 2025-03-23 13:04:10 -07:00 committed by GitHub
parent b47d1cff33
commit c908ac8cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,16 @@ allow-unauthenticated = [
[autolabel."S-waiting-on-review"]
new_pr = true
[merge-conflicts]
remove = []
add = ["S-waiting-on-author"]
unless = ["S-blocked", "S-waiting-on-review"]
[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"]