/:\ gitStream
gitStream automates your reviews, so you can focus human effort on what matters most. Not all Pull Requests are the same. Some reviews can be automated, like changes using a specific API (deprecated, sensitive), changes that are non-functional, like docs or tests, or even reformatting code. Automate these reviews to reduce context switches by assigning specific people to review, approve, or even merge simple changes that passed all checks, and more.
Quick Start
Take these three steps to see how gitStream works; later on you can learn about the .cm file, see some automation examples and learn how to create and edit your automation.
- Install gitStream for free from GitHub marketplace
- Add the CI/CD configuration to your repo at this path
.github/workflows/gitstream.yml
- Add the default automation rules to your repo at this path
.cm/gitstream.cm
- Open a new PR to see gitStream in action (You don’t have to merge it)
Coming soon
Coming soon
Features
Building Custom Rules
- PR Complexity
- Multiple sources
- Code change variables
- Branch details & history
gitStream engine
- Auto-merge PRs
- Custom PR labels
- Require specific reviewers
- Automated change requests
- Increase quality requirements
- Based on Jinja2 template engine
Continuous Merge
Continuous Merge (CM) is the practice of automating the merge path by classifying pull requests based on change type, size, and complexity to allow work to flow more efficiently.