Skip to content

Commit

Permalink
Update days-before-stale: 30, days-before-close: 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Feb 28, 2025
1 parent a7dfcb2 commit 017953b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is marked stale. It will be closed in 30 days if it is not updated.'
stale-pr-message: 'This pull request is marked stale. It will be closed in 30 days if it is not updated.'
days-before-stale: 365
days-before-close: 30
days-before-stale: 30
days-before-close: 14
stale-issue-label: "stale"
stale-pr-label: "stale"
operations-per-run: 10
remove-stale-when-updated: false
remove-stale-when-updated: true
only-labels: 'waiting-for-feedback'
exempt-issue-labels: 'feedback-provided'
exempt-pr-labels: 'feedback-provided'
Expand Down

0 comments on commit 017953b

Please sign in to comment.