Skip to content

Releases: TinkurLab/monorepo-pr-labeler-action

Monorepo PR Labeler v4.2.0

08 Feb 23:32
026d1e7
Compare
Choose a tag to compare

Update to use Node 20.

Thanks to @sigurdga for the contribution!

Monorepo PR Labeler v4.1.5

07 Jan 17:39
290105b
Compare
Choose a tag to compare

Monorepo PR Labeler v4.1.4

09 Jan 18:28
6242ef3
Compare
Choose a tag to compare

Changes include security updates.

Monorepo PR Labeler v4.1.3

13 Dec 14:27
794b38c
Compare
Choose a tag to compare

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

23 Nov 17:58
f837019
Compare
Choose a tag to compare

Changes include:

  • Updating to Node 16
  • Updating packages

Monorepo PR Labeler v4.1.0

18 May 22:17
4eb6a85
Compare
Choose a tag to compare

What's Changed

  • Replaced @octokit/rest with @actions/github to add GHES support by @simondesancha in #43

New Contributors

Full Changelog: 4.0.0...4.1.0

Monorepo PR Labeler v4.0.0

03 May 01:22
4907264
Compare
Choose a tag to compare

Changes include:

Monorepo PR Labeler v3.1.1

09 Feb 01:55
Compare
Choose a tag to compare

Changes include:

  • Package updates for security and bugs

Monorepo PR Labeler v3.1.0

17 Sep 20:30
aed4ccb
Compare
Choose a tag to compare

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

12 Jan 23:35
b716d7a
Compare
Choose a tag to compare

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