mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update triagebot configuration
- Add the `[review-requested]` table to add and remove status labels when requesting a review - Add `contributing_url` to `[assign]` table
This commit is contained in:
parent
9b22adc44a
commit
08912042af
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[assign]
|
[assign]
|
||||||
warn_non_default_branch = true
|
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]
|
[assign.adhoc_groups]
|
||||||
# This is a special group that will be used if none of the `owners` entries matches.
|
# 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.
|
# These labels are removed when a review is submitted.
|
||||||
review_labels = ["S-waiting-on-review"]
|
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]
|
[shortcut]
|
||||||
|
|
Loading…
Reference in a new issue