mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Merge pull request #988 from TheAwiteb/triagebot-review-requested
Update triagebot configuration
This commit is contained in:
commit
6dc174181c
1 changed files with 7 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue