From: Christian König Date: Sat, 15 Apr 2023 08:09:33 +0000 (+0200) Subject: Update stale action X-Git-Tag: 4.2.1d0~9^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1663%2Fhead;p=thirdparty%2Fshairport-sync.git Update stale action Signed-off-by: Christian König --- diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index d938bd71..ff36ea20 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v8.0.0 with: stale-issue-message: 'This issue has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' stale-pr-message: 'This PR has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.'