Skip to content

Commit

Permalink
Create locked-closed-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pekral authored May 31, 2020
1 parent e4f1cf4 commit 2ebbd99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/locked-closed-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Lock inactive closed issues'

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

jobs:
lock:
name: "Lock"

runs-on: ubuntu-latest

steps:
- name: "Lock"
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 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.
issue-lock-reason: 'resolved'
process-only: 'issues'

0 comments on commit 2ebbd99

Please sign in to comment.