LockBot #1062
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
name: 'LockBot' | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/lock-threads@v2 | |
with: | |
issue-lock-inactive-days: '30' | |
issue-lock-comment: > | |
This issue has been automatically locked due to inactivity.<br> | |
Please file a new issue if you are encountering a similar or related problem.<br><br> | |
<sub>_This action has been performed automatically by a bot._</sub> | |
issue-lock-reason: '' | |
pr-lock-inactive-days: 30 | |
pr-lock-comment: > | |
This PR has been automatically locked due to inactivity.<br> | |
Please file a new issue if you are encountering a similar or related problem.<br><br> | |
<sub>_This action has been performed automatically by a bot._</sub> | |
pr-lock-reason: '' |