https://github.com/mbarbin/crs-actions-examples
Examples using GitHub Actions Workflows for CRs code review comments
https://github.com/mbarbin/crs-actions-examples
Last synced: 5 months ago
JSON representation
Examples using GitHub Actions Workflows for CRs code review comments
- Host: GitHub
- URL: https://github.com/mbarbin/crs-actions-examples
- Owner: mbarbin
- License: mit
- Created: 2025-07-20T15:40:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-01T09:35:47.000Z (6 months ago)
- Last Synced: 2026-02-01T19:12:24.647Z (6 months ago)
- Homepage: https://mbarbin.github.io/crs/
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CRs Actions Examples
This repository serves as a live demonstration of **CRs Actions** workflows using [GitHub reusable actions](https://github.com/mbarbin/crs-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](https://github.com/mbarbin/crs-actions-examples/pull/1)
- **Annotate CRs in PR**: [PR #2](https://github.com/mbarbin/crs-actions-examples/pull/2)
- **Create CRs PR Check**: [PR #3](https://github.com/mbarbin/crs-actions-examples/pull/3)
- **Create CRs PR Job Summary**: [PR #4](https://github.com/mbarbin/crs-actions-examples/pull/4)
- **Summarize CRs in PR**: [PR #5](https://github.com/mbarbin/crs-actions-examples/pull/5)
## Links & Resources
- [crs documentation](https://mbarbin.github.io/crs/)
- [crs-actions reusable GitHub Actions](https://github.com/mbarbin/crs-actions) — these are the actions demonstrated in this repo
- [reviewdog](https://github.com/reviewdog/reviewdog) — a helpful code review integration tool used in some workflows. If you find it useful, consider giving it a ⭐ on GitHub!