Skip to content

Commit

Permalink
Add lock inactive threads action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Apr 3, 2021
1 parent 9a5cf39 commit 60e8460
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/issue-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lock Inactive Threads

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

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 30
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.
pr-lock-inactive-days: 30
pr-lock-comment: >
This pull request 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 60e8460

Please sign in to comment.