mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-29 04:24:13 +00:00
풀 리퀘스트 설명을 자동으로 채우는 워크플로우 추가 🤖📝.
This commit is contained in:
parent
d8265ef750
commit
df1e534a92
1 changed files with 15 additions and 0 deletions
15
.github/workflows/auto_pr_description.yml
vendored
Normal file
15
.github/workflows/auto_pr_description.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Autofill PR Description
|
||||||
|
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
openai-pr-description:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: hohyon-ryu/openai-pr-description@master
|
||||||
|
with:
|
||||||
|
max_tokens: 2000
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
openai_model: ${{ vars.OPENAI_API_MODEL }}
|
||||||
|
language: "Korean"
|
Loading…
Add table
Add a link
Reference in a new issue