Skip to content

Commit

Permalink
Restore the stale configuration to a normal state. (#13006)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverao authored Jan 7, 2025
1 parent fa7e8b5 commit 35f01f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue-management-stale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# TODO (trask) update back to 7 days after end of year break
days-before-stale: 21
days-before-stale: 7
days-before-close: 7
only-labels: "needs author feedback"
stale-issue-label: stale
Expand Down

0 comments on commit 35f01f8

Please sign in to comment.