We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f085311 + e4b6c19 commit cd802faCopy full SHA for cd802fa
.github/workflows/cla.yml
@@ -14,7 +14,7 @@ jobs:
14
id: sign-or-recheck
15
with:
16
text: ${{ github.event.comment.body }}
17
- regex: '\s*(I have read the CLA Document and I hereby sign the CLA)|(recheckcla)\s*'
+ regex: '\s*((I have read the CLA Document and I hereby sign the CLA)|recheckcla)\s*'
18
19
- name: "CLA Assistant"
20
if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }}
0 commit comments