Compare commits
2 commits
f991e1d6ed
...
2b096695a3
Author | SHA1 | Date | |
---|---|---|---|
2b096695a3 |
|||
84a4ede026 |
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