Skip to content

chore(deps-dev): bump react-native-builder-bob from 0.41.0 to 0.42.1 #24

chore(deps-dev): bump react-native-builder-bob from 0.41.0 to 0.42.1

chore(deps-dev): bump react-native-builder-bob from 0.41.0 to 0.42.1 #24

name: Claude Code Review
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
id-token: write
jobs:
review:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Claude Code Review
uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_GITHUB_ACTIONS }}
github_token: ${{ secrets.GITHUB_TOKEN }}
direct_prompt: |
Review this pull request. Focus on:
- Correctness of the TypeScript API surface changes
- Whether API.md is updated if src/index.tsx exports changed
- Native layer consistency (android/ and ios/ should change together)
- Conventional Commits format on the PR title
- Any obvious bugs, type errors, or missing edge cases
use_sticky_comment: true