Skip to content

Commit

Permalink
Temporarily increase stale days over end of year break (#12966)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 24, 2024
1 parent d348029 commit 54abdea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue-management-stale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 7
# TODO (trask) update back to 7 days after end of year break
days-before-stale: 21
days-before-close: 7
only-labels: "needs author feedback"
stale-issue-label: stale
Expand Down

0 comments on commit 54abdea

Please sign in to comment.