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:
parent
ece2bc6a8c
commit
61b282f92c
|
@ -4,6 +4,8 @@ on:
|
|||
types: [created]
|
||||
pull_request:
|
||||
types: [opened, closed, synchronize]
|
||||
pull_request_target:
|
||||
types: [opened, closed, synchronize]
|
||||
|
||||
jobs:
|
||||
CLAssistant:
|
||||
|
|
Loading…
Reference in New Issue