My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lock-closed.yml 792B

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