mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 16:32:41 +01:00
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 4 to 6. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v4...v6) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
634 B
YAML
26 lines
634 B
YAML
name: 'Lock threads'
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
permissions: {}
|
|
jobs:
|
|
lock:
|
|
permissions:
|
|
issues: write # to lock issues (dessant/lock-threads)
|
|
pull-requests: write # to lock PRs (dessant/lock-threads)
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v6
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-inactive-days: '90'
|
|
exclude-issue-created-before: ''
|
|
exclude-any-issue-labels: ''
|
|
add-issue-labels: ''
|
|
issue-comment: ''
|
|
issue-lock-reason: 'resolved'
|
|
process-only: ''
|