Skip to content

Commit

Permalink
chore: Lock old closed issues (#7777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed May 25, 2022
1 parent 50ffd57 commit 18bad57
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,21 @@
name: 'Lock Threads'

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

permissions:
issues: write

concurrency:
group: lock

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

0 comments on commit 18bad57

Please sign in to comment.