Skip to content

Commit 35f01f8

Browse files
authored
Restore the stale configuration to a normal state. (#13006)
1 parent fa7e8b5 commit 35f01f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/issue-management-stale-action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
21-
# TODO (trask) update back to 7 days after end of year break
22-
days-before-stale: 21
21+
days-before-stale: 7
2322
days-before-close: 7
2423
only-labels: "needs author feedback"
2524
stale-issue-label: stale

0 commit comments

Comments
 (0)