mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Exempt draft PRs from going stale
This commit is contained in:
parent
09dca6bb79
commit
af53fa883c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale-prs.yml
vendored
1
.github/workflows/stale-prs.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
with:
|
||||
exempt-all-pr-assignees: true
|
||||
exempt-all-pr-milestones: true
|
||||
exempt-draft-pr: true
|
||||
days-before-issue-stale: -1
|
||||
days-before-issue-close: -1
|
||||
days-before-pr-stale: 31
|
||||
|
|
Loading…
Reference in a new issue