Update configs with new GitHub labels (#10532)

Co-authored-by: thomas chaton <thomas@grid.ai>
This commit is contained in:
Aki Nitta 2021-11-15 23:15:17 +09:00 committed by GitHub
parent 0c2cdbf88f
commit ade4465373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
.github/mergify.yml vendored
View File

@ -45,7 +45,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0" # no requested changes
actions:
label:
add: [ "0:] Ready-To-Go" ]
add: [ "ready" ]
- name: Not ready yet
conditions:
@ -54,13 +54,13 @@ pull_request_rules:
- "#changes-requested-reviews-by>=1" # no requested changes
actions:
label:
remove: [ "0:] Ready-To-Go" ]
remove: [ "ready" ]
- name: add core reviewer
conditions:
- -conflict # skip if conflict
- -draft # filter-out GH draft PRs
- label="0:] Ready-To-Go"
- label="ready"
- "#approved-reviews-by<3" # number of review approvals
- "#review-requested<3" # number of requested reviews
actions:

4
.github/stale.yml vendored
View File

@ -8,8 +8,8 @@ issues:
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- Important
- Priority
- p0
- p1
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it hasn't had any recent activity.