Updated username to @kodobot
This commit is contained in:
@@ -84,8 +84,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
[[ "${{ github.event_name }}" == "pull_request" && "${{ contains(github.event.pull_request.title, '[no ai]') }}" == "false" ]] || \
|
[[ "${{ github.event_name }}" == "pull_request" && "${{ contains(github.event.pull_request.title, '[no ai]') }}" == "false" ]] || \
|
||||||
[[ "${{ github.event_name }}" == "issues" && "${{ contains(github.event.issue.body, '@claude') }}" == "true" ]] || \
|
[[ "${{ github.event_name }}" == "issues" && "${{ contains(github.event.issue.body, '@kodobot') }}" == "true" ]] || \
|
||||||
[[ "${{ github.event_name }}" == "issue_comment" && "${{ contains(github.event.comment.body, '@claude') }}" == "true" ]] && \
|
[[ "${{ github.event_name }}" == "issue_comment" && "${{ contains(github.event.comment.body, '@kodobot') }}" == "true" ]] && \
|
||||||
echo "run=true" >> $GITHUB_OUTPUT || echo "run=false" >> $GITHUB_OUTPUT
|
echo "run=true" >> $GITHUB_OUTPUT || echo "run=false" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Setup Repository Context
|
- name: Setup Repository Context
|
||||||
|
|||||||
Reference in New Issue
Block a user