An open API service indexing awesome lists of open source software.

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

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!