Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 0a81638

Browse files
Add PR-only filter to CLA bot (#137)
1 parent 12602b1 commit 0a81638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
clabot:
1010
runs-on: ubuntu-latest
11+
if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment'
1112
steps:
1213
- name: "CLA Signature Bot"
1314
uses: roblox/[email protected]

0 commit comments

Comments
 (0)