1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

fix: Fix awk error on macOS runner (#71)

This commit is contained in:
Justin Ma
2025-02-01 18:58:00 +08:00
committed by GitHub
parent 609f212d2b
commit 1c83969b7b
2 changed files with 18 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ on:
- opened # Triggers when a PR is opened
- reopened # Triggers when a PR is reopened
- synchronize # Triggers when a commit is pushed to the PR
# - labeled # Triggers when a label is added to the PR
# - labeled # Triggers when a label is added to the PR
# fix: GraphQL: Resource not accessible by integration (addComment) error
permissions:
@@ -16,7 +16,7 @@ permissions:
jobs:
setup-deepseek-review:
runs-on: ubuntu-latest
runs-on: macos-latest
name: Code Review
# Make sure the code review happens only when the PR has the label 'ai review'
# if: contains(github.event.pull_request.labels.*.name, 'ai review')