Skip to content

Commit e8ea71d

Browse files
authored
Merge branch 'main' into main
2 parents 61b1265 + 66dc383 commit e8ea71d

4 files changed

Lines changed: 270 additions & 439 deletions

File tree

.github/workflows/ocr-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
115115
- name: Run OpenCodeReview
116116
uses: alibaba/open-code-review@main
117+
continue-on-error: true
117118
with:
118119
llm_url: ${{ secrets.OCR_LLM_URL }}
119120
llm_auth_token: ${{ secrets.OCR_LLM_AUTH_TOKEN }}

.github/workflows/rebuild-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
# PR-direct runs for this commit. head_sha is precise.
224224
PR_RUNS=$(gh api \
225225
"repos/${{ github.repository }}/actions/runs?head_sha=${HEAD_SHA}&per_page=100" \
226-
--jq "[.workflow_runs[] | select(.event==\"pull_request\") | ${RUN_FIELDS}]")
226+
--jq "[.workflow_runs[] | select(.event==\"pull_request\" or .event==\"pull_request_target\") | ${RUN_FIELDS}]")
227227
228228
# Cascade runs: read commit statuses on the PR head SHA. Each cascade
229229
# writes a status with target_url=.../actions/runs/<id> early in its

0 commit comments

Comments
 (0)