Skip to content

Commit c2c1495

Browse files
carlescufinashif
authored andcommitted
actions: manifest: Handle binary blobs
Update to a revision of the manifest action that includes: zephyrproject-rtos/action-manifest#21 Also add the corresponding binary blobs labels parameters to the workflow. Signed-off-by: Carles Cufi <[email protected]>
1 parent 3231269 commit c2c1495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/manifest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
west init -l . || true
4343
4444
- name: Manifest
45-
uses: zephyrproject-rtos/action-manifest@cb8f6fba6f20b5f8649bd573e80a7583a239894c # v1.7.0
45+
uses: zephyrproject-rtos/action-manifest@1729cded3fc798cf0de4a789c596dcb9c40eb14c # v1.9.1
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
manifest-path: 'west.yml'
@@ -53,3 +53,5 @@ jobs:
5353
verbosity-level: '1'
5454
labels: 'manifest'
5555
dnm-labels: 'DNM (manifest)'
56+
blobs-added-labels: 'Binary Blobs Added'
57+
blobs-modified-labels: 'Binary Blobs Modified'

0 commit comments

Comments
 (0)