diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-03-22 10:09:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 10:09:28 -0600 |
| commit | 9fffe825e6717c47ddc0dde5ff0126c6f6eb871c (patch) | |
| tree | 2bcc83a397c4315a3bc01afb613938e9140fc871 | |
| parent | 058bd40ff440f5a1e143dcc54193bb9022ad2a7c (diff) | |
| parent | e3a04b5d66722f9604fa6710e0105b5d2baa37a3 (diff) | |
Merge pull request #9527 from jellyfin/renovate/actions-stale-8.x
| -rw-r--r-- | .github/workflows/repo-stale.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index 276bb2150..f8428847b 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120 |
