actions: labeler: Add new "BSP" label for auto-labeling

This commit is contained in:
ColorfulRhino 2024-06-26 14:23:04 +02:00 committed by Igor
parent 2daf262ce0
commit 4c70b0ac9d
2 changed files with 9 additions and 1 deletions

7
.github/labeler.yml vendored
View File

@ -19,7 +19,12 @@
"Framework":
- all:
- changed-files:
- any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','packages/**/*','extensions/**/*']
- any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','extensions/**/*']
"BSP":
- all:
- changed-files:
- any-glob-to-any-file: ['packages/**/*']
"Actions scripts":
- all:

3
.github/labels.yml vendored
View File

@ -52,6 +52,9 @@
- name: "Framework"
color: "bfd4f2"
description: "Framework components"
- name: "BSP"
color: "bfd4f2"
description: "Board Support Packages"
- name: "Actions scripts"
color: "bfd4f2"
description: "GitHub Actions scripts"