Examples using GitHub Actions Workflows for CRs code review comments
Find a file
2026-03-12 11:48:47 +01:00
.github Disable dependabot 2026-03-12 11:45:31 +01:00
.gitignore Init repo 2025-07-20 17:39:07 +02:00
CODE_OF_CONDUCT.md Adopt OCaml Code of Conduct 2025-07-23 09:59:07 +02:00
CODEOWNERS Add codeowners config 2025-07-23 09:59:30 +02:00
LICENSE Add LICENSE 2025-07-20 17:41:40 +02:00
README.md Tweak in naming (CRs Actions) 2025-08-13 16:29:17 +02:00
THIRD_PARTY_LICENSES.md Repo moved back under mbarbin/ 2025-07-25 10:38:03 +02:00

CRs Actions Examples

This repository serves as a live demonstration of CRs Actions workflows using GitHub reusable actions from the crs-actions project. Its main purpose is to let users quickly browse real pull requests where different CRs Actions workflows are enabled, so you can preview exactly how code review comments, annotations, summaries, and checks appear in practice.

There is no production code here — just example files and PRs designed to showcase the workflows in action. This makes it easy for anyone to see the results of CRs workflows without setup or configuration.

Explore Example Workflows

Browse the following PRs to see each workflow in action:

  • Comment CRs in PR: PR #1
  • Annotate CRs in PR: PR #2
  • Create CRs PR Check: PR #3
  • Create CRs PR Job Summary: PR #4
  • Summarize CRs in PR: PR #5