CI: include automatic Pull Request Labeler
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 20 Jun 2022 11:13:30 +0000 (13:13 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 13 Sep 2022 19:21:12 +0000 (21:21 +0200)
commit4f42566d47999c392c8ea41dc27215b43ed9ee40
treeab44d97fd7a15cf7c58b0aa8649ffae0c3b5f8a2
parent01e2184c49c52ac5169207cd9fabf662f50b56b8
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>
.github/labeler.yml [new file with mode: 0644]
.github/workflows/labeler.yml [new file with mode: 0644]