Skip to content

Commit 9f03906

Browse files
committed
CI: fix labeler for common boards files
Fix labeler for common boards files. Touching these files should trigger the building of all boards Signed-off-by: raiden00pl <raiden00@railab.me>
1 parent a09dfcd commit 9f03906

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595

9696
"Board: arm":
9797
- changed-files:
98+
9899
- any-glob-to-any-file: 'boards/arm/**'
99100

100101
"Board: arm64":
@@ -183,6 +184,12 @@
183184
- any-glob-to-any-file: 'cmake/**'
184185
- any-glob-to-any-file: 'tools/*.mk'
185186
- any-glob-to-any-file: 'tools/*.sh'
187+
- any-glob-to-any-file: 'boards/Kconfig'
188+
- any-glob-to-any-file: 'boards/CMakeLists.txt'
189+
- any-glob-to-any-file: 'boards/Makefile'
190+
- any-glob-to-any-file: 'boards/Board.mk'
191+
- any-glob-to-any-file: 'boards/boardctl.c'
192+
- any-glob-to-any-file: 'boards/dummy.c'
186193

187194
"Area: CI":
188195
- changed-files:

0 commit comments

Comments
 (0)