Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add size labels to pull requests (#183)
# Pull Request ## Description This change enhances the pull request labelling process in the GitHub Actions workflow. The existing labeller action is now more explicitly named, and a new size labelling action has been added. The size labelling action automatically categorises pull requests based on the number of lines changed, using the following scale: - XS: 0-19 lines - S: 20-49 lines - M: 50-199 lines - L: 200-499 lines - XL: 500-999 lines - XXL: 1000+ lines This addition will help quickly identify the scope of changes in pull requests, improving the review process and overall project management. fixes #181
- Loading branch information