Skip to content

Commit

Permalink
chore: create lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 21, 2022
1 parent 5501d10 commit 6100234
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,24 @@
---
name: 'Lock Threads'

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

permissions:
issues: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 # v4
with:
issue-inactive-days: 0
pr-inactive-days: 0

0 comments on commit 6100234

Please sign in to comment.