labeler.yml 864 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This configures label matching for PR's.
  2. #
  3. # The keys are labels, and the values are lists of minimatch patterns
  4. # to which those labels apply.
  5. #
  6. # NOTE: This can only add labels, not remove them.
  7. # NOTE: Due to YAML syntax limitations, patterns or labels which start
  8. # with a character that is part of the standard YAML syntax must be
  9. # quoted.
  10. #
  11. # Please keep the labels sorted and deduplicated.
  12. "Hardware":
  13. - patch/u-boot/*
  14. - patch/u-boot/**/*
  15. - patch/atf/*
  16. - config/bootenv/*
  17. - config/bootscripts/*
  18. - patch/kernel/*
  19. - patch/kernel/**/*
  20. - patch/misc/*
  21. - patch/crust/*
  22. - config/kernel/*
  23. - config/sources/*
  24. - config/sources/**/*
  25. - config/boards/*
  26. - config/bootscripts/*
  27. - config/bootenv/*
  28. "Software":
  29. - lib/*
  30. - tools/*
  31. - config/cli/*
  32. - packages/*
  33. - extensions/*
  34. - .github/workflows/*
  35. "Desktop":
  36. - config/desktop/*