Skip to content

chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 #1601

chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0

chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 #1601

name: "+ Claude Code / Interactive"
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
issues:
types: [opened, assigned, labeled]
pull_request:
types: [opened, assigned, labeled]
pull_request_review:
types: [submitted]
workflow_dispatch:
jobs:
claude:
if: |
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) ||
(github.event_name == 'pull_request' && (contains(github.event.pull_request.body, '@claude') || contains(github.event.pull_request.title, '@claude'))) ||
github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/_claude-code.yml
with:
mode: 'interactive'
track_progress: ${{ github.event_name != 'workflow_dispatch' && true || false }}
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}