https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d8bfe2a2618c3d2f4a303…
commit d8bfe2a2618c3d2f4a3038c7fd4f221978c865ba
Author: George Bișoc <george.bisoc(a)reactos.org>
AuthorDate: Fri Jun 9 11:41:52 2023 +0200
Commit: George Bișoc <george.bisoc(a)reactos.org>
CommitDate: Fri Jun 9 11:43:04 2023 +0200
[GITHUB] Draft PRs should be exempt from closure by the stale PR bot
---
.github/workflows/stale.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 5ffbec47d18..51f61b8b51d 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -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'