We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7e8b5 commit 35f01f8Copy full SHA for 35f01f8
.github/workflows/issue-management-stale-action.yml
@@ -18,8 +18,7 @@ jobs:
18
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
19
with:
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
- # TODO (trask) update back to 7 days after end of year break
22
- days-before-stale: 21
+ days-before-stale: 7
23
days-before-close: 7
24
only-labels: "needs author feedback"
25
stale-issue-label: stale
0 commit comments