Callstack.ai PR Review #4
This file contains 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: Callstack.ai PR Review | |
on: | |
workflow_dispatch: | |
inputs: | |
config: | |
type: string | |
description: "config for reviewer" | |
required: true | |
head: | |
type: string | |
description: "head commit sha" | |
required: true | |
base: | |
type: string | |
description: "base commit sha" | |
required: false | |
jobs: | |
callstack_pr_review_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Review PR | |
uses: callstackai/[email protected] | |
with: | |
config: ${{ inputs.config }} | |
head: ${{ inputs.head }} | |
openai_key: ${{ secrets.OPENAI_KEY_2 }} | |
export: /code/chats.json | |
channel: pre-release | |
tag: develop |