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 b326a56 commit e31405bCopy full SHA for e31405b
.github/workflows/cla.yml
@@ -62,7 +62,7 @@ jobs:
62
You can sign the CLA by just posting a Pull Request Comment with the sentence below. Thanks.
63
custom-pr-sign-comment: I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement
64
- name: Label PR as CLA Unsigned
65
- if: ${{ steps.cla_assistant.outcome != 'success' }}
+ if: ${{ steps.cla_assistant.outcome != 'success' && steps.check_allowlist.outputs.is_allowed == 'false' }}
66
run: |
67
if [[ "${{ github.event_name }}" == "pull_request_target" ]]; then
68
PR_NUMBER="${{ github.event.pull_request.number }}"
0 commit comments