Merge pull request #52 from Roblox/clabot

Don't run CLA bot on comments.
This commit is contained in:
Shishir 2021-01-05 17:52:42 -08:00 committed by GitHub
commit 4ab1c8f9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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