fix(docker-release): stamp GIT_SHA/BUILT_AT build args into released images #93
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 Trigger | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, ready_for_review, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: read | |
| id-token: write | |
| actions: read | |
| jobs: | |
| claude-review: | |
| uses: ./.github/workflows/apps-claude-code-review.yml | |
| # Default mode is 'comment' (informational only). Pass mode: approve to | |
| # have Claude submit a real gh pr review --approve/--request-changes | |
| # verdict that counts toward branch-protection required reviews: | |
| # with: | |
| # mode: approve | |
| secrets: | |
| CLAUDE_API_KEY: ${{ secrets.CLAUDE_API_KEY }} |