Skip to content

deps: bump the gradle-minor-and-patch group across 1 directory with 18 updates #4

deps: bump the gradle-minor-and-patch group across 1 directory with 18 updates

deps: bump the gradle-minor-and-patch group across 1 directory with 18 updates #4

Workflow file for this run

name: Claude Code
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
permissions:
contents: write
pull-requests: write
issues: read
jobs:
claude:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}