Skip to content

Commit

Permalink
Merge branch 'feature/lock_issues'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 31, 2021
2 parents ebdd2e1 + fb80058 commit 5d9e045
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Lock Threads'

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

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: '14'
issue-lock-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs, or use
StackOverflow if you need help with just_audio.

0 comments on commit 5d9e045

Please sign in to comment.