Skip to content

Commit

Permalink
actions: labeler: Add new "BSP" label for auto-labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino authored and igorpecovnik committed Jun 26, 2024
1 parent 2daf262 commit 4c70b0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c70b0a

Please sign in to comment.