lock-issues #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lock-issues | |
on: | |
schedule: | |
# Run nightly at 12am EST, staggered with stale workflow | |
- cron: '0 5 * * *' | |
workflow_dispatch: | |
permissions: | |
issues: write | |
jobs: | |
lock_issues: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Lock issues | |
uses: dessant/lock-threads@v5 | |
with: | |
process-only: 'issues' | |
issue-inactive-days: '7' | |
exclude-any-issue-labels: 'status: awaiting-reply' | |
log-output: true | |
issue-comment: > | |
This issue has been automatically locked. | |
Please open a new issue if this issue persists with any additional detail. |