diff --git a/.github/workflows/review-pr.yaml b/.github/workflows/review-pr.yaml new file mode 100644 index 0000000..3cbc6cb --- /dev/null +++ b/.github/workflows/review-pr.yaml @@ -0,0 +1,15 @@ +name: Review CV +on: + pull_request: + branches: [ "main" ] +jobs: + build: + runs-on: ubuntu-latest + name: Review CV + steps: + - uses: actions/checkout@v2 + - name: Review CV + uses: Streamline-CV/gh-action-aireview@main + with: + openaiKey: ${{ secrets.OPENAI_API_KEY }} + githubKey: ${{ secrets.GITHUB_TOKEN }}