open-code-review/examples
xujiejie d8fc4cd2af
Some checks are pending
CI / test (push) Waiting to run
CI / windows (push) Waiting to run
CI / cross-compile (amd64, darwin) (push) Waiting to run
CI / cross-compile (amd64, windows) (push) Waiting to run
CI / cross-compile (arm64, darwin) (push) Waiting to run
Deploy Pages / deploy (push) Blocked by required conditions
CI / cross-compile (arm64, linux) (push) Waiting to run
CI / cross-compile (arm64, windows) (push) Waiting to run
CodeQL Advanced / Analyze (go) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Pages / build (push) Waiting to run
chore(examples): add explicit --audience agent to codeup_ci and action.yml (#1004)
Since PR #929 made 'human' the default audience and redirected [ocr] progress lines to stderr, the two non-interactive CI call sites that omitted --audience now emit progress noise on stderr. Add --audience agent to match the other four examples.

- examples/codeup_ci/post_review.py: add --audience agent to cmd
- action.yml: add --audience agent to ARGS (also covers github_actions)
- examples/codeup_ci/post_review_test.py: update exact cmd assertion

Exit-code handling, JSON parsing, and comment-posting logic are unchanged.

Closes #1003
2026-08-19 21:34:16 +08:00
..
bitbucket_pipelines fix(examples): preserve Bitbucket OCR diagnostics (#486) 2026-07-24 21:03:52 +08:00
codeup_ci chore(examples): add explicit --audience agent to codeup_ci and action.yml (#1004) 2026-08-19 21:34:16 +08:00
gerrit_ci chore(ci): fail CI when unapproved non-English text appears in source files (#876) 2026-08-13 14:43:55 +08:00
gitflic_ci docs(examples): OCR_LLM_MODEL is required, not optional (#431) 2026-07-22 09:14:39 +08:00
github_actions fix(action): pin nested action references to full commit SHAs (#836) 2026-08-11 15:36:13 +08:00
gitlab_ci chore: remove leftover Chinese from the Go core, CI examples and pages comments (#861) 2026-08-12 15:58:23 +08:00
README.md docs(examples): add Bitbucket Pipelines CI integration example (#483) 2026-07-24 08:29:18 +08:00

CI/CD Integration Examples

This directory contains examples for integrating OpenCodeReview (OCR) into various CI/CD pipelines.

Contents

Each subdirectory contains its own README with detailed setup instructions.