Skip to content

Callstack.ai PR Review #4

Callstack.ai PR Review

Callstack.ai PR Review #4

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