open-code-review/examples
Seonggwan Ahn e75601d2e6
feat(examples/gitlab): add fail-open category/severity publication controls (#685)
* feat(examples/gitlab): add fail-open category/severity publication controls

Port the GitHub Action publication policy (#478/#529) to the GitLab CI
example so MRs can badge findings and optionally route low-signal
categories/severities to summary notes without dropping them.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(examples/gitlab): sanitize metadata in route_comment

Align routing with build_badge so control characters in LLM
category/severity values do not desync badge labels from policy matching.

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 19:52:44 +08:00
..
bitbucket_pipelines fix(examples): preserve Bitbucket OCR diagnostics (#486) 2026-07-24 21:03:52 +08:00
codeup_ci Add CodeUp CI integration (#570) 2026-07-29 22:37:29 +08:00
gerrit_ci feat(examples): add Gerrit CI integration example (Jenkins + Gerrit Trigger) (#401) 2026-07-21 13:25:30 +08:00
gitflic_ci docs(examples): OCR_LLM_MODEL is required, not optional (#431) 2026-07-22 09:14:39 +08:00
github_actions feat(action): extract reusable composite PR-review GitHub Action (#337) 2026-07-09 19:08:19 +08:00
gitlab_ci feat(examples/gitlab): add fail-open category/severity publication controls (#685) 2026-08-03 19:52:44 +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.