Shared Probot configuration¶
Collection of common Configurations for Project Management and CI/CD.
For Using in other GitHub Projects, having a reusable set of Probot Configuration Repository, more information at probot.github.io.
Example:
_extends: gh-plumbing:.github/boring-cyborg.yml
The Reusable configurations prefixed with .github/commons-*.yml.
Shared configuration¶
| probot | git | description |
|---|---|---|
| boring-cyborg | kaxil/boring-cyborg | Different actions like, automatically label Pull Request |
| release-drafter | toolmantim/release-drafter | Creates a Human Readable Release Change Log ((deprecated), please use the Workflow Implementation). |
| renovate | Using renovate for keep dependencies in sync. | |
| settings | probot/settings | Configure GitHub Projects by Source. |