ableco/Pull Request Validator
Checks if a pull request is doing too many changes at the same time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 12, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ableco/pull-request-validator@4ae971bea5261d118dbe78d5a22f2a065c7e2e44 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| max_lines_per_pull_request | Max amount of LOC permitted by one pull request | yes | 10 |
| label_name | Label that will be added to the Pull Request if it exceed the maximum amount of LOC | yes | large-pull-request |
| label_color | Color of the label that will be added to the PR | yes | 120887 |
| strict_mode | Make the test fail if a Pull Request Exceed the maximum amount of LOC | yes | false |
| warning_message | Message the bot will add to the PR in case a PR exceed the maximum LOC permitted. | yes | Hey :wave: :face_with_head_bandage: . What do you think if we break this awesome PR into smaller pieces, please? :pray: . |
| congrat_message | Message the bot will add to the PR when a LOC exceed is fixed | yes | Awesome. :raised_hands: . We are ready with this rule. Let's keep going :muscle: |
| enable_comments | Enable this action to make comments in the PR | yes | true |
Outputs
no outputs