Don't trigger an Action from the bot user
This commit is contained in:
parent
a8ae4c20b0
commit
e3e7e32a05
@ -14,10 +14,8 @@ jobs:
|
|||||||
claude-bot:
|
claude-bot:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
if: >-
|
if: >-
|
||||||
(github.event_name == 'pull_request') ||
|
github.actor != 'obsidiandeploy' &&
|
||||||
(github.event_name == 'pull_request_review') ||
|
(github.event_name != 'issue_comment' || github.event.issue.pull_request)
|
||||||
(github.event_name == 'pull_request_review_comment') ||
|
|
||||||
(github.event_name == 'issue_comment' && github.event.issue.pull_request)
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run Claude Bot
|
- name: Run Claude Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user