mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 14:31:28 +00:00
Create cr.yml
This commit is contained in:
parent
12540176cb
commit
72ccd284d5
19
.github/workflows/cr.yml
vendored
Normal file
19
.github/workflows/cr.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Code Review
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: anc95/ChatGPT-CodeReview@main
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
OPENAI_API_KEY: ${{ secrets.OpenAPIKey }}
|
||||||
|
LANGUAGE: Korean
|
||||||
Loading…
Reference in New Issue
Block a user