We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/stale
1 parent 85ac02f commit 7f5f02bCopy full SHA for 7f5f02b
.github/workflows/close-stale-feature-requests.yml
@@ -41,7 +41,7 @@ jobs:
41
if: github.repository == 'nodejs/node'
42
runs-on: ubuntu-latest
43
steps:
44
- - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
+ - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
45
with:
46
repo-token: ${{ secrets.GITHUB_TOKEN }}
47
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