Releases: TinkurLab/monorepo-pr-labeler-action
Monorepo PR Labeler v4.2.0
Update to use Node 20.
Thanks to @sigurdga for the contribution!
Monorepo PR Labeler v4.1.5
Includes package updates.
Monorepo PR Labeler v4.1.4
Changes include security updates.
Monorepo PR Labeler v4.1.3
Changes include:
Bug fix to ignore directories starting with a dot .
but not directories that contain a dot .
. According to the docs, this action should ignore mono repos that begin with a dot but it currently ignores also mono repo with a dot even if it is not the first character. Thanks to @MoLow for the fix!
Monorepo PR Labeler v4.1.1
Changes include:
- Updating to Node 16
- Updating packages
Monorepo PR Labeler v4.1.0
What's Changed
- Replaced @octokit/rest with @actions/github to add GHES support by @simondesancha in #43
New Contributors
- @simondesancha made their first contribution in #43
Full Changelog: 4.0.0...4.1.0
Monorepo PR Labeler v4.0.0
Changes include:
- Adds support for custom formatting between prefix and package name. To maintain current functionality, update your config with a space to maintain previous functionality. See https://github.com/TinkurLab/monorepo-pr-labeler-action/blob/master/README.md for docs and example configs.
- Package updates for security and bugs.
Monorepo PR Labeler v3.1.1
Changes include:
- Package updates for security and bugs
Monorepo PR Labeler v3.1.0
Implements the following:
- Provides compiled version to improve CI execution time
- Bumps packages
Thanks to @Jarrku for suggesting and implementing this change! 🙌
Monorepo PR Labeler v3.0.0
Implements the following:
- Makes label prefix optional (no prefix by default)
- Adds support for custom label prefix
- Adds support for custom label suffix
- Security updates
Thanks to @anshulsahni for suggesting and implementing this change! 🙌
Note: If you're migrating from version 2.x to 3.x, the automatic prefix 📁 Repo: is now optional. If you wan