Skip to content

Commit

Permalink
Update autolock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u authored Aug 22, 2024
1 parent aef4fb7 commit 15b6346
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/autolock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ name: 'Auto-Lock Issues'

on:
schedule:
- cron: '0 12 * * *'
- cron: '0 2 * * *'
workflow_dispatch:

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

concurrency:
group: lock
group: lock-threads

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

0 comments on commit 15b6346

Please sign in to comment.