pr-size-labeler icon indicating copy to clipboard operation
pr-size-labeler copied to clipboard

🏷 Visualize and optionally limit the size of your Pull Requests

Results 46 pr-size-labeler issues
Sort by recently updated
recently updated
newest added

Is it possible to ignore files and folders by patterns? For example, ignoring snapshots directories, ignoring JSON fixtures directories, ignoring some test folders. Sometimes a change may be a few...

This my pr action link, https://github.com/sukkiCat/test/pull/1, no error logs, but labels are not added.

I'm using the labeler to my company's code, and it is very useful. By the way, when PR is made, the user who added this github action to workflow is...

Hi! First of all, thank you for this action! So here is our issue, it seems like the label isn't applied anymore. Here you can find the logs: ``` 2022-04-26T20:28:48.7798250Z...

🐛 bug

By default, GitHub and its variants include an [`GITHUB_API_URL` environment variable](https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables), so the addition of `github_api_url` just increased code complexity, reduced maintainability, and actually reduced flexibility since it assumes `https://`....

When a PR is updated with a commit and the number of modified lines changes, the GHAction applies the label to the PR, however it does not remove the old...

Fix: #27 My bog-standard configuration used in a GHES instance to verify it: ```yaml - uses: erodewald/pr-size-labeler@master with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} xs_max_size: '10' s_max_size: '100' m_max_size: '500' l_max_size: '1000'...

- [x] add shellcheck on all `.sh`files - [ ] fix found issues

whenever i push it repeats it. really annoying as i keep getting notifications for nothing.

good first issue
✨ feature

Hi, I'm looking for an app or action to label pull requests with a size based on LOC. This action looks perfect, but another similar action I tried did not...