Skip to content

Commit

Permalink
chore(ci): add workflow to lock old issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Nov 7, 2021
1 parent cf801d8 commit a7d64fe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,20 @@
name: 'Lock Closed Issues'

on:
schedule:
- cron: '0 0 * * 1 '
workflow_dispatch: # For manual cleanup

permissions:
issues: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
process-only: 'issues'

0 comments on commit a7d64fe

Please sign in to comment.