Change CLA event

This commit is contained in:
Mati Dastugue 2020-08-04 13:36:23 -03:00 committed by GitHub
parent 61b282f92c
commit 5e4affa38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ name: 'CLA Assistant'
on:
issue_comment:
types: [created]
pull_request:
types: [opened, closed, synchronize]
pull_request_target:
types: [opened, closed, synchronize]
@ -12,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'CLA Assistant'
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
# Alpha Release
uses: gnosis/github-action@master
# GitHub token, automatically provided to the action