Skip to content

Studio 1.14.0 release notes #3183

Studio 1.14.0 release notes

Studio 1.14.0 release notes #3183

Workflow file for this run

name: Claude
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
permissions:
contents: write
pull-requests: write
issues: write
id-token: write
jobs:
claude:
runs-on: ubuntu-latest
if: |
(github.event_name == 'issue_comment' || github.event_name == 'pull_request_review_comment') &&
contains(github.event.comment.body, '@claude') &&
github.event.comment.user.login == 'matticbot'
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run Claude
uses: anthropics/claude-code-action@769e3bdff9bb7ecfb51bad4c9cba23d6f5fc5ea5 # v1.0.163
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}