Don't check labels
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
92e4b8b4fb
commit
68bff89898
|
|
@ -24,8 +24,6 @@ jobs:
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
# Idle number of days before closing stale issues/PRs
|
# Idle number of days before closing stale issues/PRs
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
# Only issues/PRs with ANY of these labels are checked
|
|
||||||
any-of-labels: 'status/more-info-needed,status/needs-update,needs-rebase'
|
|
||||||
# Comment on the staled issues
|
# Comment on the staled issues
|
||||||
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 7 days unless new comments are made or the stale label is removed.'
|
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 7 days unless new comments are made or the stale label is removed.'
|
||||||
# Comment on the staled PRs
|
# Comment on the staled PRs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue