Skip to content

Commit d5eb4a1

Browse files
rugeGerritsencarlescufi
authored andcommitted
action: manifest: Upgrade to v1.8.0 to allow unreachables
The new version allows specifying a list of unreachable repos which will not add a 'DNM' label. See also zephyrproject-rtos/action-manifest#17 Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
1 parent 72f42fd commit d5eb4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manifest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
west update zephyr
3232
3333
- name: Manifest
34-
uses: zephyrproject-rtos/action-manifest@v1.7.0
34+
uses: zephyrproject-rtos/action-manifest@v1.8.0
3535
with:
3636
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
3737
manifest-path: 'west.yml'
@@ -43,3 +43,4 @@ jobs:
4343
verbosity-level: '1'
4444
labels: 'manifest'
4545
dnm-labels: 'DNM'
46+
allowed-unreachables: 'dragoon'

0 commit comments

Comments
 (0)