Skip to content

Commit b0ee8f8

Browse files
authored
Apply stale workflow to draft PRs (#3137)
1 parent c2fd534 commit b0ee8f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
20-
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
21-
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
20+
stale-pr-message: >
21+
This PR has been labeled as stale due to lack of activity.
22+
It will be automatically closed if there is no further activity over the next 14 days.
2223
exempt-pr-labels: 'never stale'
23-
exempt-draft-pr: true
2424
# opt out of defaults to avoid marking issues as stale
2525
days-before-stale: -1
2626
days-before-close: -1
2727
# overrides the above only for pull requests
28-
days-before-pr-stale: 15
28+
days-before-pr-stale: 14
2929
days-before-pr-close: 7
3030
operations-per-run: 1000

0 commit comments

Comments
 (0)