We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a653531 commit 287c2bcCopy full SHA for 287c2bc
.github/workflows/close-stale-feature-requests.yml
@@ -39,7 +39,7 @@ jobs:
39
if: github.repository == 'nodejs/node'
40
runs-on: ubuntu-latest
41
steps:
42
- - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
+ - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
43
with:
44
repo-token: ${{ secrets.GITHUB_TOKEN }}
45
days-before-stale: 180
.github/workflows/close-stalled.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
days-before-close: 30
0 commit comments