Sourced from actions/labeler's releases.
v4.2.0
What's Changed
In the scope of this release, the following outputs were added by
@âdanielsht86
in #60:
new-labels
- a comma-separated string that contains all newly added labels.all-labels
- a comma-separated string that contains all labels currently assigned to the PR.For detailed information, please refer to our updated documentation.
The issue of encountering an
HttpError: Server Error
when adding more than 50 labels has been successfully resolved by@âmarkmssd
in #497. However, it's important to note that the GitHub API imposes a limit of 100 labels. To ensure smooth operation, a warning message that will alert you if the number of labels exceeds this limit was implemented. From this point forward, if more than 100 labels are specified, only the first 100 will be assigned.The error handling for the
Resource not accessible by integration
error was added by@âjsoref
in #405. Now, if the workflow is misconfigured, the labeler provides a clear warning and guidance for correction.This release also includes the following changes:
- Warn about the limitations of GitHub tokens by
@âdfandrich
in actions/labeler#491- Improve readme by
@âjsoref
in actions/labeler#589- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@âdependabot
in actions/labeler#591- Bump eslint from 8.42.0 to 8.43.0 by
@âdependabot
in actions/labeler#592- Bump
@âtypescript-eslint/eslint-plugin
from 5.60.0 to 5.60.1 by@âdependabot
in actions/labeler#598- Bump
@âtypescript-eslint/parser
from 5.60.0 to 5.60.1 by@âdependabot
in actions/labeler#597- Bump
@âoctokit/plugin-retry
from 5.0.2 to 5.0.4 by@âMaksimZhukov
in actions/labeler#599New Contributors
@âdfandrich
made their first contribution in actions/labeler#491@âmarkmssd
made their first contribution in actions/labeler#497@âdanielsht86
made their first contribution in actions/labeler#60Full Changelog: https://github.com/actions/labeler/compare/v4...v4.2.0
0967ca8
Added output (#60)375538a
Bump @âoctokit/plugin-retry
from 5.0.2 to 5.0.4 (#599)8d17e8a
Bump @âtypescript-eslint/parser
from 5.60.0 to 5.60.1 (#597)9d45a74
Bump @âtypescript-eslint/eslint-plugin
from 5.60.0 to 5.60.1 (#598)130636a
Bump eslint from 8.42.0 to 8.43.0 (#592)54aeabf
Bump @âtypescript-eslint/parser
from 5.59.11 to 5.60.0 (#593)899595f
Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#591)8056174
Bump @âtypescript-eslint/eslint-plugin
from 5.59.11 to 5.60.0 (#594)7a202e6
fix: Limit number of labels added to 100 (#497)b5ff161
Explain misconfigured workflow (#405)