Skip to content

Converting PCGroups and CLI to root and subproject for easier building #10

Converting PCGroups and CLI to root and subproject for easier building

Converting PCGroups and CLI to root and subproject for easier building #10

Workflow file for this run

name: Claude Code Review
permissions:
contents: read
pull-requests: write
issues: write
id-token: write
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
claude:
uses: synadia-io/ai-workflows/.github/workflows/claude.yml@v2
with:
gh_app_id: ${{ vars.CLAUDE_GH_APP_ID }}
secrets:
claude_oauth_token: ${{ secrets.CLAUDE_OAUTH_TOKEN }}
gh_app_private_key: ${{ secrets.CLAUDE_GH_APP_PRIVATE_KEY }}