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