Probot¶
Collection of common configurations for project management and CI/CD.
Reuse this shared set of Probot configurations across your GitHub projects. For more information, see the Probot best-practices documentation.
Consumers reference the shared configurations via the _extends: key:
Shared apps¶
| probot | git | description |
|---|---|---|
| boring-cyborg | kaxil/boring-cyborg | Automates pull-request labelling and other repository housekeeping tasks. |
| release-drafter | release-drafter/release-drafter | Creates a human-readable release changelog (deprecated as a Probot app—prefer the workflow implementation). |
| renovate | Keeps dependencies in sync with Renovate, an automated dependency-update bot. | |
| settings | probot/settings | Configure GitHub Projects by Source. |
Documented in detail¶
Release drafter
The Workflows → Release page documents the release-drafter Probot configuration next to its workflow.