Skip to content

Commit 54abdea

Browse files
authored
Temporarily increase stale days over end of year break (#12966)
1 parent d348029 commit 54abdea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)