Skip to content

Commit

Permalink
Adding comment to locked issues [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Sep 5, 2021
1 parent 3d3a188 commit 1117eee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'

permissions:
issues: write
Expand All @@ -19,3 +19,7 @@ jobs:
process-only: 'issues'
issue-lock-inactive-days: '30'
issue-lock-reason: ''
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.

0 comments on commit 1117eee

Please sign in to comment.