Merge pull request 'fix: Fix claude pipeline' (!247) from claude/fix into main
Reviewed-on: #247
This commit is contained in:
commit
2b096695a3
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
contains(github.event.comment.body, '@Claude') &&
|
||||
github.event.sender.type != 'Bot' # Prevents bot loops
|
||||
contains(github.event.comment.body, '@Claude')
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue