Lock Threads #1264
This file contains 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
# Configuration for Lock Threads: https://github.com/dessant/lock-threads | |
name: "Lock Threads" | |
on: | |
schedule: | |
- cron: "0 0 * * *" # runs at 00:00 UTC every day | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/lock-threads@v2.0.1 | |
with: | |
github-token: ${{ github.token }} | |
issue-lock-inactive-days: "7" | |
issue-exclude-created-before: "2021-03-01T00:00:00Z" | |
issue-exclude-labels: "enhancement, do-not-lock" | |
issue-lock-comment: > | |
This issue has been automatically locked due to no recent activity after it | |
was closed. Please open a new issue for related reports. | |
issue-lock-reason: "" | |
process-only: "issues" |