From a68ddd458cae2b6be87cdf6f5b3cd4abe91b52cb Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Mon, 20 Nov 2023 21:54:43 -0600 Subject: [PATCH] Close stale issue with not-planned status (#7128) Instead of closing as completed which would signify work has been done. Signed-off-by: Tiger Kaovilai --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index df5fe1fc7..8167e0383 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. If a Velero team member has requested log or more information, please provide the output of the shared commands."