Merge pull request #988 from TheAwiteb/triagebot-review-requested

Update triagebot configuration
This commit is contained in:
Waffle Maybe 2024-01-07 08:15:38 +00:00 committed by GitHub
commit 6dc174181c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[assign]
warn_non_default_branch = true
# contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html" # FIXME: configure
contributing_url = "https://github.com/teloxide/teloxide/blob/master/CONTRIBUTING.md"
[assign.adhoc_groups]
# This is a special group that will be used if none of the `owners` entries matches.
@ -57,4 +57,10 @@ reviewed_label = "S-waiting-on-author"
# These labels are removed when a review is submitted.
review_labels = ["S-waiting-on-review"]
[review-requested]
# Those labels are removed when PR author requests a review from an assignee
remove_labels = ["S-waiting-on-author"]
# Those labels are added when PR author requests a review from an assignee
add_labels = ["S-waiting-on-review"]
[shortcut]