gitlab.com/infor-cloud/martian-cloud/tharsis/go-limiter@v0.0.0-20230411193226-3247984d5abc/.github/workflows/lock.yml (about) 1 name: Lock closed 2 on: 3 schedule: 4 - cron: '0 0 * * *' 5 6 jobs: 7 lock: 8 runs-on: ubuntu-latest 9 steps: 10 - uses: dessant/lock-threads@v2 11 with: 12 github-token: '${{ github.token }}' 13 issue-lock-inactive-days: 14 14 issue-lock-comment: |- 15 This issue has been automatically locked since there has not been any 16 recent activity after it was closed. Please open a new issue for 17 related bugs. 18 19 pr-lock-inactive-days: 14 20 pr-lock-comment: |- 21 This pull request has been automatically locked since there has not 22 been any recent activity after it was closed. Please open a new 23 issue for related bugs.