Lock old issues #218
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
| # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | |
| # | |
| # Generated on 2026-01-13T12:27:46Z by kres 0e8da31. | |
| "on": | |
| schedule: | |
| - cron: 0 2 * * * | |
| name: Lock old issues | |
| permissions: | |
| issues: write | |
| jobs: | |
| action: | |
| runs-on: | |
| - ubuntu-latest | |
| steps: | |
| - name: Lock old issues | |
| uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0 | |
| with: | |
| issue-inactive-days: "60" | |
| log-output: "true" | |
| process-only: issues |