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 fe75af8 commit 3c2ec6dCopy full SHA for 3c2ec6d
.github/workflows/compliance.yml
@@ -124,6 +124,8 @@ jobs:
124
exit 1;
125
fi
126
- name: resolve
127
- if: steps.check-warns.outputs.exit_code != 0 # && contains(github.event.pull_request.labels.*.name, 'Compliance: False Positive')
+ if: |
128
+ steps.check-warns.outputs.exit_code != 0 &&
129
+ ! contains(github.event.pull_request.labels.*.name, 'Compliance: False Positive')
130
run: |
131
exit ${{ steps.check-warns.outputs.exit_code }}
0 commit comments