From ffd0c626fc590f1d9c55a67f1d6035614a0d4752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 17 Oct 2022 13:40:32 +0200 Subject: [PATCH] Bump actions/stale version to v5 (#12986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/clossing-issues.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clossing-issues.yml b/.github/workflows/clossing-issues.yml index f42813706e..1c1c7cec38 100644 --- a/.github/workflows/clossing-issues.yml +++ b/.github/workflows/clossing-issues.yml @@ -10,7 +10,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v5 with: any-of-labels: 'solved' stale-issue-label: 'solved' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 40a4e5569a..710c8f03cd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # This step will add the stale comment and label for the first 15 days without activity. It won't close any task - - uses: actions/stale@v4 + - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.' @@ -23,7 +23,7 @@ jobs: exempt-pr-labels: 'on-hold' operations-per-run: 500 # This step will add the 'solved' label and the last comment before closing the issue or PR. Note that it won't close any issue or PR, they will be closed by the clossing-issues workflow - - uses: actions/stale@v4 + - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.'