CI: include automatic Pull Request Labeler
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 20 Jun 2022 11:13:30 +0000 (13:13 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:26:59 +0000 (16:26 +0100)
commit8496275f83fda227f9b9c8d706ca18d1d3733c77
tree5a62ec63394ddfa5aec2606dfe24958742ea88bc
parent3082e83596df58f3c95dd9628c32959eb1cb0f8a
CI: include automatic Pull Request Labeler

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>
(cherry picked from commit 4f42566d47999c392c8ea41dc27215b43ed9ee40)
.github/labeler.yml [new file with mode: 0644]
.github/workflows/labeler.yml [new file with mode: 0644]