Don't run CLA bot on comments.

This commit is contained in:
Shishir Mahajan 2021-01-05 17:46:03 -08:00
parent 0c1a1bb51d
commit e8d5283536
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -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