mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Bump actions/stale and dessant/lock-threads versions
This commit is contained in:
parent
bb96d455f8
commit
a9c745839b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
|
@ -12,8 +12,9 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v4.0.0
|
- uses: dessant/lock-threads@v5
|
||||||
with:
|
with:
|
||||||
|
process-only: 'issues, prs'
|
||||||
issue-inactive-days: 120
|
issue-inactive-days: 120
|
||||||
pr-inactive-days: 120
|
pr-inactive-days: 120
|
||||||
log-output: true
|
log-output: true
|
||||||
|
@ -27,7 +28,7 @@ jobs:
|
||||||
This pull request has been automatically locked since there
|
This pull request has been automatically locked since there
|
||||||
has not been any recent activity after it was closed.
|
has not been any recent activity after it was closed.
|
||||||
Please open a new issue for related bugs.
|
Please open a new issue for related bugs.
|
||||||
- uses: actions/stale@v7
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
operations-per-run: 999
|
operations-per-run: 999
|
||||||
days-before-issue-stale: 180
|
days-before-issue-stale: 180
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue