We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090296f commit 61a1d44Copy full SHA for 61a1d44
.github/workflows/state-pr.yaml .github/workflows/stale-pr.yaml
@@ -12,6 +12,5 @@ jobs:
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
14
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
15
- days-before-stale: 14
+ days-before-stale: 7
16
days-before-close: 7
17
- debug-only: true
0 commit comments