Skip to content

Commit

Permalink
Merge pull request #5522 from morozov/lock-closed-issues
Browse files Browse the repository at this point in the history
Lock closed issues in 30 days
  • Loading branch information
morozov committed Jul 19, 2022
2 parents 39a05f6 + 6adcfe5 commit 8532d49
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lock-closed-issues.yml
@@ -0,0 +1,18 @@
name: Lock Closed Issues

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

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
github-token: '${{ github.token }}'
issue-inactive-days: 30
issue-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.

0 comments on commit 8532d49

Please sign in to comment.