Merge pull request #2616 from rust-lang/ehuss-patch-2

Add more triagebot features
This commit is contained in:
Eric Huss 2025-03-23 20:10:38 +00:00 committed by GitHub
commit a56cffeb4e
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"]