Sourced from actions/labeler's releases.
v4.2.0
What's Changed
In the scope of this release, the following outputs were added by
@âdanielsht86in #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 Errorwhen adding more than 50 labels has been successfully resolved by@âmarkmssdin #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 integrationerror was added by@âjsorefin #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
@âdfandrichin actions/labeler#491- Improve readme by
@âjsorefin actions/labeler#589- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@âdependabotin actions/labeler#591- Bump eslint from 8.42.0 to 8.43.0 by
@âdependabotin actions/labeler#592- Bump
@âtypescript-eslint/eslint-pluginfrom 5.60.0 to 5.60.1 by@âdependabotin actions/labeler#598- Bump
@âtypescript-eslint/parserfrom 5.60.0 to 5.60.1 by@âdependabotin actions/labeler#597- Bump
@âoctokit/plugin-retryfrom 5.0.2 to 5.0.4 by@âMaksimZhukovin actions/labeler#599New Contributors
@âdfandrichmade their first contribution in actions/labeler#491@âmarkmssdmade their first contribution in actions/labeler#497@âdanielsht86made 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)