We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea15c78 commit f738a8cCopy full SHA for f738a8c
.github/workflows/compliance.yml
@@ -90,9 +90,8 @@ jobs:
90
path: compliance.xml
91
92
- name: check-warns
93
- continue-on-error: true
+ continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'Compliance: False Positive') }}
94
run: |
95
- echo ${{ github.event.label.name }}
96
if [[ ! -s "compliance.xml" ]]; then
97
exit 1;
98
fi
0 commit comments