Lock #61
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 | |
| on: | |
| schedule: | |
| - cron: '0 0 * * 0' | |
| permissions: | |
| contents: read | |
| jobs: | |
| lock: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1 | |
| with: | |
| github-token: '${{ secrets.GITHUB_TOKEN }}' | |
| issue-comment: | | |
| I'm locking this issue as it has been closed for 30 days. | |
| — [Ryan Johnson](https://github.com/tenthirtyam) | |
| issue-inactive-days: 30 | |
| pr-comment: | | |
| I'm locking this pull request as it has been closed for 30 days. | |
| — [Ryan Johnson](https://github.com/tenthirtyam) | |
| pr-inactive-days: 30 |