[chore] Attempt two: Avoid running stale bot on issues (#771)
This commit is contained in:
parent
b825ce1b93
commit
4f434da570
|
|
@ -14,5 +14,9 @@ jobs:
|
||||||
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
|
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
|
||||||
exempt-pr-labels: 'bug,work in progress,experts needed'
|
exempt-pr-labels: 'bug,work in progress,experts needed'
|
||||||
exempt-draft-pr: true
|
exempt-draft-pr: true
|
||||||
|
# opt out of defaults to avoid marking issues as stale
|
||||||
|
days-before-stale: -1
|
||||||
|
days-before-close: -1
|
||||||
|
# overrides the above only for pull requests
|
||||||
days-before-pr-stale: 15
|
days-before-pr-stale: 15
|
||||||
days-before-pr-close: 7
|
days-before-pr-close: 7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue