Skip to content

Commit b29aa13

Browse files
committed
.github: workflows: add check for binary files added in manifest
add check for binary files added in manifest Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 608d1b2 commit b29aa13

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/manifest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
west init -l . || true
3131
3232
- name: Manifest
33-
uses: zephyrproject-rtos/action-manifest@700ecf53942aba4433c070e5e58193f75c8eddde
33+
uses: ZhaoxiangJin/action-manifest@d20d1668e541527c8dd0175fdf0bf8ecf67d9fe5
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
manifest-path: 'west.yml'
@@ -43,3 +43,5 @@ jobs:
4343
dnm-labels: 'DNM (manifest)'
4444
blobs-added-labels: 'Binary Blobs Added'
4545
blobs-modified-labels: 'Binary Blobs Modified'
46+
check-binary-files-added: 'true'
47+
binary-files-added-labels: 'Binary Blobs Added'

0 commit comments

Comments
 (0)