Skip to content

Commit

Permalink
Update dessant/lock-threads action to v5 (#3070)
Browse files Browse the repository at this point in the history
* Update dessant/lock-threads action to v5

* Update lock-threads.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Archi <[email protected]>
  • Loading branch information
renovate[bot] and JustArchi authored Nov 14, 2023
1 parent b40d55c commit e281a04
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@ name: ASF-lock-threads
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:

permissions:
discussions: write
issues: write
pull-requests: write

concurrency:
group: lock-threads

jobs:
lock:
runs-on: ubuntu-latest
steps:
- name: Lock inactive threads
uses: dessant/lock-threads@v4.0.1
uses: dessant/lock-threads@v5.0.0
with:
discussion-inactive-days: 90
issue-inactive-days: 60
pr-inactive-days: 60

0 comments on commit e281a04

Please sign in to comment.