Skip to content

Commit

Permalink
match recheck command to gh-actions comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Jan 21, 2021
1 parent 169f936 commit 0222f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: recheck
with:
text: ${{ github.event.comment.body }}
regex: '\s*recheckcla\s*'
regex: '\s*recheck\s*'
- name: CLA Assistant
if: ${{ steps.recheck.outputs.match != '' || steps.sign.outputs.match != '' }} || github.event_name == 'pull_request_target'
# Version: 2.0.3-alpha
Expand Down

0 comments on commit 0222f85

Please sign in to comment.