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