We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666df20 commit 910d296Copy full SHA for 910d296
.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@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
+ - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.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