ReadModelSqlGenerator Column Prefix and Suffix - Not Used in Select Query #10
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: Perform a code review | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| checks: read | |
| contents: read | |
| jobs: | |
| pipeline: | |
| uses: rasmus/workflow-review/.github/workflows/review.yaml@v2 | |
| with: | |
| pull_request_number: ${{ github.event.issue.number }} | |
| allow_drafts: "true" | |
| allowlist: "rasmus" | |
| skip_ci: "true" | |
| secrets: | |
| openai_api_key: ${{ secrets.OPENAI_API_KEY }} |