From 9c08c8caf21bf9d55ce937e51d5ccc4966c0eab9 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Sat, 17 Dec 2022 17:19:22 +0800 Subject: [PATCH] Chore: update stale actions --- .github/workflows/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e8333ee..7a2e7b5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,9 +8,8 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6 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 7 days' days-before-stale: 30 days-before-close: 7