Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6

Bump actions/stale from 5 to 6
pull/8510/head
Cody Robibero 2 years ago committed by GitHub
commit dd823b0117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.repository, 'jellyfin/') }}
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
days-before-stale: 120

Loading…
Cancel
Save