aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: include automatic Pull Request LabelerPiotr Dymacz2022-09-131-0/+103
This adds GitHub CI action which makes use of 'Labeler', allowing automatic labeling of new PRs, based on the modified files paths. Below labels are supported and more can be added later: - 'target/*' - 'target/imagebuilder' - 'kernel' - 'core packages' - 'build/scripts/tools' - 'toolchain' - 'GitHub/CI' For more information: https://github.com/marketplace/actions/labeler Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>