This application will manage:
- The Changelog in the release
- The Backports
- The pull request checks
- Adding useful links into the pull request
- Manage auto review and auto merge of pull requests
- Workflow trigger between repository
- Delete old workflow jobs
- Check and fix pre-commit hooks with less limitation than pre-commit.ci
project configuration reference.
application configuration wiki.
application configuration reference.
Install the pre-commit hooks:
pip install pre-commit
pre-commit install --allow-missing-config
The prospector
tests should pass.
The code should be typed.
The code should be tested with pytests
.