Update configs with new GitHub labels (#10532)
Co-authored-by: thomas chaton <thomas@grid.ai>
This commit is contained in:
parent
0c2cdbf88f
commit
ade4465373
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue