We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c953507 commit 5b4dc58Copy full SHA for 5b4dc58
.github/workflows/stale.yml
@@ -20,5 +20,5 @@ jobs:
20
stale-pr-message: 'This pull request has been automatically marked as stale due to inactivity.'
21
stale-issue-label: 'no-issue-activity'
22
stale-pr-label: 'no-pr-activity'
23
- days-before-stale: 45 # Marks issues and PRs as stale after X days of inactivity
24
- days-before-close: 15 # Closes issues and PRs X days after being marked as stale
+ days-before-stale: 30 # Marks issues and PRs as stale after X days of inactivity
+ days-before-close: 7 # Closes issues and PRs X days after being marked as stale
0 commit comments