From def2729ff0897539f9c9c9f9a0a47b2ffb905138 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 22 Feb 2021 12:01:15 -0700 Subject: [PATCH] Tweak CLA to run on PR comments OR PR target --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 17af2383c061..2db856e631a6 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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