Skip to content

Commit

Permalink
chore(BE): AI 코드 리뷰 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
viaunixue committed Oct 3, 2024
1 parent be29210 commit ca7079b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ on:
pull_request:
types: [opened, synchronize]

permissions: write-all

jobs:
review:
code-review:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
permissions:
contents: write
pull-requests: write

- name: Set up Python
uses: actions/setup-python@v2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.x'

- name: Install dependencies
run: |
Expand Down

0 comments on commit ca7079b

Please sign in to comment.