diff options
| author | Joe Rogers <1337joe@users.noreply.github.com> | 2023-10-08 14:05:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-08 14:05:55 +0200 |
| commit | 7fc804e4b85a851a6b78c08602b1e1f3fb35b93f (patch) | |
| tree | a2e4338b6d16eaaad6590b7708d68ac471b8d0ea | |
| parent | 1141883f7734126aefc1d33172261a278c3ada84 (diff) | |
Add full version tag for renovate (#10370)
| -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 4eb0cf099..2b1164116 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8 + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120 |
