mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[GITHUB] Draft PRs should be exempt from closure by the stale PR bot
This commit is contained in:
parent
56a450147c
commit
d8bfe2a261
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
days-before-close: 14
|
||||
days-before-issue-close: -1
|
||||
exempt-all-assignees: true
|
||||
exempt-draft-pr: true
|
||||
stale-pr-message: 'This PR is stale because it received no updates in the last 4 months. Without removing the stale label, or commenting on this ticket it will be closed in 2 weeks.'
|
||||
stale-issue-label: 'no-issue-activity'
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
|
|
Loading…
Reference in a new issue