sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.51k stars 65 forks source link

ci: improve GitHub action input options #290

Closed ruancomelli closed 1 year ago

ruancomelli commented 1 year ago

This PR includes three main changes:

1) add new action inputs to allow better customization of Sourcery's behaviour 2) remove the options: input that could cause compatibility issues with the other inputs, since clients would be able to call the action with check: false and options: --check 3) add validation for the inputs to ensure that values make sense before passing them to Sourcery

Review with https://github.com/sourcery-ai/core/pull/1975.