labeler.yml 373 B

123456789101112131415161718
  1. # Add '@domain/core' label to any change within the 'core' package
  2. enhancement:
  3. - .github
  4. # Add 'test' label to any change to *.spec.js files within the source dir
  5. "C: Motion":
  6. - src/module/motion.*
  7. - src/module/planner.*
  8. - src/module/stepper.*
  9. "C: G-code Parser":
  10. - src/gcode/**
  11. "PR: Configurations":
  12. - config/examples/**
  13. "T: 32-Bit & HAL":
  14. - src/HAL/**