Merge pull request #52 from Roblox/clabot
Don't run CLA bot on comments.
This commit is contained in:
commit
4ab1c8f9ff
1
.github/workflows/clabot.yml
vendored
1
.github/workflows/clabot.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user