ableco/Pull Request Validator

Checks if a pull request is doing too many changes at the same time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 12, 2020
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: ableco/pull-request-validator@4ae971bea5261d118dbe78d5a22f2a065c7e2e44 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
max_lines_per_pull_requestMax amount of LOC permitted by one pull requestyes10
label_nameLabel that will be added to the Pull Request if it exceed the maximum amount of LOCyeslarge-pull-request
label_colorColor of the label that will be added to the PRyes120887
strict_modeMake the test fail if a Pull Request Exceed the maximum amount of LOCyesfalse
warning_messageMessage the bot will add to the PR in case a PR exceed the maximum LOC permitted.yesHey :wave: :face_with_head_bandage: . What do you think if we break this awesome PR into smaller pieces, please? :pray: .
congrat_messageMessage the bot will add to the PR when a LOC exceed is fixedyesAwesome. :raised_hands: . We are ready with this rule. Let's keep going :muscle:
enable_commentsEnable this action to make comments in the PRyestrue

no outputs