Skip to content

Commit 7cd7bd6

Browse files
committed
labels
1 parent ea15c78 commit 7cd7bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Update PATH for west
2222
run: |
2323
echo "$HOME/.local/bin" >> $GITHUB_PATH
24+
x=${{ toJson(github.event.pull_request.labels.*.name) }}
25+
echo $x
2426

2527
- name: Checkout the code
2628
uses: actions/checkout@v4
@@ -92,7 +94,6 @@ jobs:
9294
- name: check-warns
9395
continue-on-error: true
9496
run: |
95-
echo ${{ github.event.label.name }}
9697
if [[ ! -s "compliance.xml" ]]; then
9798
exit 1;
9899
fi

0 commit comments

Comments
 (0)