Skip to content

Commit cd802fa

Browse files
authored
Merge pull request #490 from jfrog/nehamjfrog-patch-cla
Update cla.yml to capture the regex for CLA check
2 parents f085311 + e4b6c19 commit cd802fa

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
@@ -14,7 +14,7 @@ jobs:
1414
id: sign-or-recheck
1515
with:
1616
text: ${{ github.event.comment.body }}
17-
regex: '\s*(I have read the CLA Document and I hereby sign the CLA)|(recheckcla)\s*'
17+
regex: '\s*((I have read the CLA Document and I hereby sign the CLA)|recheckcla)\s*'
1818

1919
- name: "CLA Assistant"
2020
if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }}

0 commit comments

Comments
 (0)