EficodeRND / pluto-workflow-templates

Repository for the Pluto workflow templates
Apache License 2.0
0 stars 0 forks source link

Create alerts about pull request size / complexity #6

Open romuaa opened 3 years ago

romuaa commented 3 years ago

PR size doesn't necessarily reflect complexity. We could set a static code analysis for PRs, and there are many static analysis tools for GitHub.

There seems to be a MIT licensed app for this already using probot and aws lambda serverless. A minor feature really that can be implemented in many ways (ie. just an action with docker runner that pulls the git meta from the repo and calculates the size based on commit diff)

How to filter out 'generated' changes ie. package-lock,json?

https://github.com/noqcks/pull-request-size

github-actions[bot] commented 2 years ago

This issue has been labeled stale because it has been open $INPUT_DAYS_BEFORE_STALE days with no activity.

github-actions[bot] commented 2 years ago

This issue has been labeled stale because it has been open 60 days with no activity.