Integrate Check Group in Slack
with Axolo

+

Improve your code review processes with the Check Group integration!
Continuous integration
Code review
Free
Code review
Free
What is Check Group about?
Groups CI checks based on sub-projects for monorepo projects. Check Group is a Code review application available in the GitHub marketplace.
Receive Check Group in Slack
Stop checking your email or your GitHub notifications. Axolo sends the notifications from Check Group in the corresponding pull request channel in Slack.
Check Group integration with Axolo
Axolo is a productivity app for engineering teams. We open one ephemeral channel for each of your pull request in order to improve engineers collaboration during code reviews.
What are Check Group features in GitHub?
Check Group groups CI checks based on the sub-projects (in monorepo projects) and converts all required checks into one for simplicity (and to work with protected branch).
For example, a monorepo project can define that changes checked into documentation (e.g. files in docs/**.md) should pass a set of checks (e.g. markdown lint, github_pages_build), and changes checked into mobile app source (e.g. files in clients/app/**.dart) should pass another set of checks (e.g. app_unit_tests, app_integration_test) before merging. It's also possible to have a set of checks to check sub-projects' compatiblity (e.g. compatibility_check).
The example above can use the following to combine all requirements into a single check:
subprojects:
- id: documentation
paths:
- "docs/**.md"
checks:
- "markdown_lint"
- "github_pages_build"
- id: mobile_app
paths:
- "clients/app/**"
checks:
- "app_static_analysis"
- "app_unit_tests"
- "compatibility_check"
- id: cli_app
paths:
- "clients/cli/**"
checks:
- "cli_unit_tests"
- "compatibility_check"
Learn more about Check Group on the GitHub marketplace.
They are merging pull requests with us everyday
backed by