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.yml 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
  3. #
  4. # Number of days of inactivity before a closed issue or pull request is locked
  5. daysUntilLock: 60
  6. # Skip issues and pull requests created before a given timestamp. Timestamp must
  7. # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
  8. skipCreatedBefore: false
  9. # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
  10. exemptLabels: [ 'no-locking' ]
  11. # Label to add before locking, such as `outdated`. Set to `false` to disable
  12. lockLabel: false
  13. # Comment to post before locking. Set to `false` to disable
  14. lockComment: >
  15. This thread has been automatically locked since there has not been
  16. any recent activity after it was closed. Please open a new issue for
  17. related bugs.
  18. # Assign `resolved` as the reason for locking. Set to `false` to disable
  19. setLockReason: true
  20. # Limit to only `issues` or `pulls`
  21. # only: issues
  22. # Optionally, specify configuration settings just for `issues` or `pulls`
  23. # issues:
  24. # exemptLabels:
  25. # - help-wanted
  26. # lockLabel: outdated
  27. # pulls:
  28. # daysUntilLock: 30
  29. # Repository to extend settings from
  30. # _extends: repo