Skip to content

Commit

Permalink
Merge pull request #960 from wadpac/lock_threads
Browse files Browse the repository at this point in the history
Create lock.yml
  • Loading branch information
vincentvanhees authored Nov 2, 2023
2 parents db25c5c + 5470ccc commit 9f18bfb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: '180'

0 comments on commit 9f18bfb

Please sign in to comment.