Skip to content

fix(connections): resume an unfinished OAuth sign-in from the card #265

fix(connections): resume an unfinished OAuth sign-in from the card

fix(connections): resume an unfinished OAuth sign-in from the card #265

Workflow file for this run

name: Claude Code Review
# Triggers only. The implementation - author gate, runner selection, action
# pins - lives in RoboFinSystems/robosystems/.github/workflows/claude-review.yml
# so a claude-code-action bump is one PR instead of one per repo.
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
issues:
types: [opened, assigned]
pull_request_review:
types: [submitted]
jobs:
claude:
# Granted here as well as in the called workflow: a called workflow's jobs
# cannot exceed the permissions of the caller's GITHUB_TOKEN.
permissions:
contents: read
pull-requests: read
issues: read
actions: read
id-token: write
uses: RoboFinSystems/robosystems/.github/workflows/claude-review.yml@main
secrets: inherit