feat: added banner and update subscription check to make maintained actions free for public repos #350
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 | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, labeled] | |
| jobs: | |
| code-review: | |
| uses: step-security/reusable-workflows/.github/workflows/claude_review.yml@v1 | |
| secrets: | |
| anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| packages: read | |
| issues: write | |
| id-token: write |