Skip to content

Parameterize the model prompt #55

Parameterize the model prompt

Parameterize the model prompt #55

Workflow file for this run

name: Robin AI Reviewer
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Review the open PR
steps:
- uses: actions/checkout@v3
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPEN_AI_API_KEY: ${{ secrets.OPEN_AI_API_KEY }}
root_language: "bash"
files_to_ignore: |
"README.md"
"assets/*"