Skip to content

GitHub App Usage

Brendan Maginnis edited this page Jun 27, 2020 · 7 revisions

How does it work?

When first installed the app will scan all repos it is given permissions for. If it finds Python files that can be refactored in the default branch, it will create a pull request per repo with these improvements. This pull request can then be reviewed and merged in the normal way.

From then on Sourcery will scan every new pull request. If it finds suggestions in the changed files, it will create a new PR branched off the new PR branch. This PR can then be reviewed and merged into your PR.

Configuration

See Sourcery configuration for details on the sourcery.yaml configuration file.

Clone this wiki locally