diff --git a/.github/workflows/supa-review.yml b/.github/workflows/supa-review.yml new file mode 100644 index 000000000..ebb8b18ba --- /dev/null +++ b/.github/workflows/supa-review.yml @@ -0,0 +1,20 @@ +name: SupaReview + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + +jobs: + review: + if: >- + github.event.pull_request.draft == false && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login != 'dependabot[bot]' + permissions: + actions: read + contents: read + issues: write + pull-requests: write + uses: supabitapp/supareview/.github/workflows/supareview-review.yml@f1ed7e0db53c98de048c9fab7439744d0000417d + secrets: + CODEX_BALANCER_API_KEY: ${{ secrets.CODEX_BALANCER_API_KEY }}