mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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>
This commit is contained in:
parent
01f4ec8693
commit
f851e09cab
1 changed files with 6 additions and 0 deletions
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
|
@ -183,6 +183,12 @@
|
|||
- any-glob-to-any-file: 'cmake/**'
|
||||
- any-glob-to-any-file: 'tools/*.mk'
|
||||
- any-glob-to-any-file: 'tools/*.sh'
|
||||
- any-glob-to-any-file: 'boards/Kconfig'
|
||||
- any-glob-to-any-file: 'boards/CMakeLists.txt'
|
||||
- any-glob-to-any-file: 'boards/Makefile'
|
||||
- any-glob-to-any-file: 'boards/Board.mk'
|
||||
- any-glob-to-any-file: 'boards/boardctl.c'
|
||||
- any-glob-to-any-file: 'boards/dummy.c'
|
||||
|
||||
"Area: CI":
|
||||
- changed-files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue