actions: labeler: Add new "BSP" label for auto-labeling
This commit is contained in:
parent
2daf262ce0
commit
4c70b0ac9d
7
.github/labeler.yml
vendored
7
.github/labeler.yml
vendored
@ -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
3
.github/labels.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user