Skip to content

Commit e31405b

Browse files
authored
fix: CLA labels (#173)
1 parent b326a56 commit e31405b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
You can sign the CLA by just posting a Pull Request Comment with the sentence below. Thanks.
6363
custom-pr-sign-comment: I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement
6464
- name: Label PR as CLA Unsigned
65-
if: ${{ steps.cla_assistant.outcome != 'success' }}
65+
if: ${{ steps.cla_assistant.outcome != 'success' && steps.check_allowlist.outputs.is_allowed == 'false' }}
6666
run: |
6767
if [[ "${{ github.event_name }}" == "pull_request_target" ]]; then
6868
PR_NUMBER="${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)