Roblox / cla-signature-bot

GitHub Action for self-contained handling of CLA signatures
Apache License 2.0
17 stars 13 forks source link

CLA bot seems to be running against issue comments #10

Open MagiMaster opened 4 years ago

MagiMaster commented 4 years ago

Describe the bug After making a comment on an issue on a repo with the CLA bot, it sent me an email that it had failed. https://github.com/Roblox/testez/actions/runs/172094273

This did not stop me from commenting BTW.

Expected behavior The CLA bot probably shouldn't run at all for issues and issue comments.

robert-virkus commented 3 years ago

I believe you need to remove the [issue_comment] section in the script:

on:
  issue_comment:
    types: [created]