GitHub bot to label stuff.
# Install dependencies
npm ci
# Run development environment
npm run dev
- Labels PRs based on the number of line additions and deletions
- Original PR size labeling functionality taken from Pull Request Size
- Excludes computer generated files as detected in @noqcks/generated. (Full list of files detected here: generated.js)
- Excludes files listed as
linguist-generated=true
orpr-size-ignore=true
in.gitattributes
-
Built with
create-probot-app
from Probot -
Converted to run as GitHub Action instead of App. This means the application does not have to be deployed but can be run as needed by a workflow. Docs for running probot app as a GitHub Action: https://github.com/probot/example-github-action