From 61b282f92c678313a21ec484832a83d99e42b0ad Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Tue, 4 Aug 2020 13:09:16 -0300 Subject: [PATCH] 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 --- .github/workflows/cla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 9e4b5091..a6624c24 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -4,6 +4,8 @@ on: types: [created] pull_request: types: [opened, closed, synchronize] + pull_request_target: + types: [opened, closed, synchronize] jobs: CLAssistant: