We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba3a7 commit b60157aCopy full SHA for b60157a
.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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
+ - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.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