Skip to content

Commit

Permalink
Tweak CLA to run on PR comments OR PR target
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 22, 2021
1 parent 2b22fa5 commit def2729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
CLA:
runs-on: ubuntu-latest
# This job only runs for pull request comments
if: ${{ github.event.issue.pull_request }}
# This job only runs for pull request comments or pull request target events (not issue comments)
if: github.event.issue.pull_request || github.event_name == 'pull_request_target'
steps:
- uses: actions-ecosystem/action-regex-match@9c35fe9ac1840239939c59e5db8839422eed8a73
id: sign
Expand Down

0 comments on commit def2729

Please sign in to comment.