summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2022-12-24 01:58:30 +0330
committerGitHub <noreply@github.com>2022-12-23 22:28:30 +0000
commite17ee6ea4ff4f6f6fc541d70fa61a975e35198fb (patch)
tree7bcbd1c885825ce6f7d050d6022fb80fa5b9800e /.github
parentf8bc4ced73fce25a489911d405dca80ee52eb216 (diff)
downloadnode-new-e17ee6ea4ff4f6f6fc541d70fa61a975e35198fb.tar.gz
tools: update GitHub workflow action
Update the GitHub workflow action used for closing stalled issues and PRs. PR-URL: https://github.com/nodejs/node/pull/45937 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/close-stale-feature-requests.yml2
-rw-r--r--.github/workflows/close-stalled.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml
index 834c4c84c2..f8eef7ce35 100644
--- a/.github/workflows/close-stale-feature-requests.yml
+++ b/.github/workflows/close-stale-feature-requests.yml
@@ -39,7 +39,7 @@ jobs:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@v4
+ - uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
diff --git a/.github/workflows/close-stalled.yml b/.github/workflows/close-stalled.yml
index 509d79056f..6eadfae6dd 100644
--- a/.github/workflows/close-stalled.yml
+++ b/.github/workflows/close-stalled.yml
@@ -20,7 +20,7 @@ jobs:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@v4
+ - uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-close: 30