From 657b217c191f88510916c16525713b32b1d3f107 Mon Sep 17 00:00:00 2001 From: cliffchapmanrbx <47404136+cliffchapmanrbx@users.noreply.github.com> Date: Wed, 26 Aug 2020 18:34:55 -0700 Subject: [PATCH] Add PR-only filter to CLA bot --- .github/workflows/clabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index 32e7af0..64ae947 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -8,6 +8,7 @@ on: jobs: clabot: runs-on: ubuntu-latest + if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment' steps: - name: "CLA Signature Bot" uses: roblox/cla-signature-bot@v2.0.1