My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

lock-closed.yml 704B

12345678910111213141516171819202122232425262728
  1. #
  2. # lock-closed.yml
  3. # Lock closed issues after a period of inactivity
  4. #
  5. name: 'Lock threads'
  6. on:
  7. schedule:
  8. - cron: '* */12 * * *'
  9. jobs:
  10. lock:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: dessant/lock-threads@v2
  14. with:
  15. github-token: ${{ github.token }}
  16. process-only: 'issues'
  17. issue-lock-inactive-days: '60'
  18. issue-exclude-created-before: ''
  19. issue-exclude-labels: 'no-locking'
  20. issue-lock-labels: ''
  21. issue-lock-comment: >
  22. This issue has been automatically locked since there
  23. has not been any recent activity after it was closed.
  24. Please open a new issue for related bugs.
  25. issue-lock-reason: ''