feat(docs): RoboLedger guides for planning, mapping, schedules and the app #2650
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude Code Review | |
| # Triggers only. The implementation - author gate, runner selection, action | |
| # pins - lives in claude-review.yml, which the other repos in the org call too. | |
| 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: ./.github/workflows/claude-review.yml | |
| secrets: inherit |