Skip to content

Commit 6702024

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 6702024

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@
183183
- any-glob-to-any-file: 'cmake/**'
184184
- any-glob-to-any-file: 'tools/*.mk'
185185
- any-glob-to-any-file: 'tools/*.sh'
186+
- any-glob-to-any-file: 'boards/Kconfig'
187+
- any-glob-to-any-file: 'boards/CMakeLists.txt'
188+
- any-glob-to-any-file: 'boards/Makefile'
189+
- any-glob-to-any-file: 'boards/Board.mk'
190+
- any-glob-to-any-file: 'boards/boardctl.c'
191+
- any-glob-to-any-file: 'boards/dummy.c'
186192

187193
"Area: CI":
188194
- changed-files:

0 commit comments

Comments
 (0)