lock.yml 647 B

123456789101112131415161718192021
  1. name: 'Lock Threads'
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. jobs:
  6. lock:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: dessant/lock-threads@v3
  10. with:
  11. github-token: ${{ secrets.GITHUB_TOKEN }}
  12. issue-comment: >
  13. This issue has been automatically locked since there
  14. has not been any recent activity after it was closed.
  15. Please open a new issue for related bugs.
  16. pr-comment: >
  17. This pull request has been automatically locked since there
  18. has not been any recent activity after it was closed.
  19. Please open a new issue for related bugs.