actions / labeler

An action for automatically labelling pull requests
MIT License
1.99k stars 419 forks source link

Is it possible to label based on number of lines changed? #779

Closed mofosyne closed 6 months ago

mofosyne commented 6 months ago

Description:

The proposal is to allow for a threshold check if a PR has a certain amount of line changes.

Justification:

In https://github.com/ggerganov/llama.cpp/pulls we are labeling PRs based on how much effort we estimate it would take to review it. It would be nice to automated it somewhat, so that a few line changes could be labeled as low review complexity.

Are you willing to submit a PR?

Not at the moment, don't know if it's even possible.

mofosyne commented 6 months ago

https://github.com/actions/labeler/issues/486