Skip to content

feat: Search 컴포넌트 구현 #2

feat: Search 컴포넌트 구현

feat: Search 컴포넌트 구현 #2

Workflow file for this run

name: Code Review GPT
on:
pull_request:
branches: [dev]
permissions:
pull-requests: write
contents: read
jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-3.5-turbo'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Discord Webhook Action
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
content: '코드 리뷰 완료하였습니다~~!'