Lock Threads #2640
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 Threads" | |
| on: | |
| schedule: | |
| - cron: "0 * * * *" | |
| workflow_dispatch: | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| concurrency: | |
| group: lock | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # dessant/lock-threads pinned to commit 89ae32b08ed1a541efecbab17912962a5e38981c | |
| - uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c | |
| with: | |
| process-only: "issues, prs" | |
| issue-inactive-days: "365" | |
| issue-lock-reason: "resolved" | |
| pr-inactive-days: "365" | |
| pr-lock-reason: "resolved" |