Skip to content

[feature] 메뉴 카테고리를 등록, 수정, 삭제할 수 있다. #19

[feature] 메뉴 카테고리를 등록, 수정, 삭제할 수 있다.

[feature] 메뉴 카테고리를 등록, 수정, 삭제할 수 있다. #19

Workflow file for this run

name: AI Code Reviewer
on:
pull_request:
types:
- opened
- synchronize
permissions: write-all
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: AI Code Reviewer
uses: jcw1031/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4o-mini"
exclude: "**/*.json, **/*.md"