Add support from Pull Requests coming from Forks (#1204)

* Add support from Pull Requests coming from Forks

* Update cla.yml

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
This commit is contained in:
Mati Dastugue 2020-08-04 13:09:16 -03:00 committed by GitHub
parent ece2bc6a8c
commit 61b282f92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
types: [created]
pull_request:
types: [opened, closed, synchronize]
pull_request_target:
types: [opened, closed, synchronize]
jobs:
CLAssistant: