Releases: CodelyTV/pr-size-labeler
Releases · CodelyTV/pr-size-labeler
v1.10.1
What's Changed
- test: Use assert_equals instead of snapshots by @Chemaclass in #77
- docs: Permissions readme by @Achllle in #80
- docs: Fix yml identation on README.md by @gerfigna in #81
- fix: Add Escaped Double Quotes to
comment
by @keunhyung-chung in #82
New Contributors
- @Chemaclass made their first contribution in #77
- @Achllle made their first contribution in #80
- @gerfigna made their first contribution in #81
- @keunhyung-chung made their first contribution in #82
Full Changelog: v1.10.0...v1.10.1
Support for ignoring file deletions
The main change in this release is the ability to ignore file deletions by setting ignore_file_deletions: true
. Additionally, there were some documentation updates and tests written to capture regressions.
What's Changed
- Match the whole label with grep by @lionseal in #65
- chore: use github.api_url as default by @fty4 in #62
- Improve the existing contribution guide by @johnlk in #74
- Support ignoring file deletions by @johnlk in #76
- Fix broken logo link in readme by @johnlk in #75
New Contributors
Full Changelog: v1.9.0...v1.10.0
Support for ignoring line deletions; bug fixes
What's Changed
- feat: add regex match for files to ignore by @wu-cl in #50
- test: add bashunit by @khru in #64
- fix: update README example by @kooku0 in #57
- Format arguments in README as a table by @johnlk in #72
- Define a pr template to encourage thorough pr descriptions by @johnlk in #73
- Support ignore deletions with "ignore_line_deletions" param by @johnlk in #71
New Contributors
- @wu-cl made their first contribution in #50
- @khru made their first contribution in #64
- @kooku0 made their first contribution in #57
- @johnlk made their first contribution in #72
Full Changelog: v1...v1.9.0
fix: allow multiple files to ignore
v1.8.1 fix: allow multiples files to ignore (#39)
Add support to ignore files
feature: Add support for ignoring files (#35) Co-authored-by: favmd <[email protected]>
Support size label customization
Add GitHub Enterprise support
Emoji support in (already existing) labels
Add support for emojis in labels (#17) * Improve readme * Add support for emojis in labels
[bugfix] Stop failing if a PR didn't had a previous label
v1.4.2 [bugfix] Don't allow empty labels
[bugfix] Stop removing previous labels with spaces
v1.4.1 Allow labels with spaces