CI: include automatic Pull Request Labeler
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 20 Jun 2022 11:13:30 +0000 (13:13 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Nov 2022 16:38:43 +0000 (17:38 +0100)
commitc7757810fcb598f2177c20f1bca1d3de3aaad276
treee6e8e90fa0e277ad831246ce43d0ec6f62c675b8
parent2b5154214ccb4b44cbbed9797b7fc1bcd79d5a0b
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]