Skip to content

Commit

Permalink
Lock closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 30, 2021
1 parent 88a8ff2 commit 43cf13c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lock-closed-issues.yml
@@ -0,0 +1,23 @@
name: 'Lock Issues'

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

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '31'
issue-exclude-created-before: ''
issue-exclude-labels: ''
issue-lock-labels: ''
issue-lock-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.
issue-lock-reason: 'resolved'
process-only: 'issues'

0 comments on commit 43cf13c

Please sign in to comment.