Sourced from actions/labeler's releases.
v4.3.0
What's Changed
In scope of this release, the ability to specify pull request number(s) was added by
@âcredfetoin actions/labeler#349.Support for reading from the configuration file presented on the runner was added by
@âlrstanleyin actions/labeler#394. It allows you to use a configuration file generated during workflow run or uploaded from a separate repository.Please refer to the action documentation for more information.
This release also includes the following changes:
- Improved Error message for missing config file by
@âGornokain actions/labeler#475- Early exit when no files are changed by
@ânathanhammondin actions/labeler#456- Add examples to match all repo files by
@âMaksimZhukovin actions/labeler#600- Fix a typo in the example about using the action outputs by
@âMaksimZhukovin actions/labeler#606- Bump eslint from 8.43.0 to 8.44.0 by
@âdependabotin actions/labeler#601- Bump
@âtypescript-eslint/parserfrom 5.60.1 to 5.61.0 by@âdependabotin actions/labeler#602- Bump
@âtypescript-eslint/eslint-pluginfrom 5.60.1 to 5.61.0 by@âdependabotin actions/labeler#604- Bump tough-cookie from 4.1.2 to 4.1.3 by
@âdependabotin actions/labeler#609- Bump
@âoctokit/plugin-retryfrom 5.0.4 to 5.0.5 by@âMaksimZhukovin actions/labeler#610New Contributors
@âcredfetomade their first contribution in actions/labeler#349@âlrstanleymade their first contribution in actions/labeler#394@ânathanhammondmade their first contribution in actions/labeler#456Full Changelog: https://github.com/actions/labeler/compare/v4...v4.3.0
ac9175f Bump @âoctokit/plugin-retry from 5.0.4 to 5.0.5 (#610)7542ec7 Bump tough-cookie from 4.1.2 to 4.1.3 (#609)be13bbd Early exit when no files are changed. (#456)994304c feat(config): support reading from local file if it exists (#394)327d35f Added ability to pass in an optional PR number as a parameter (#349)65f306b Fix a typo in the example about using the action outputs (#606)b669025 Bump @âtypescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 (#604)52979ba Bump @âtypescript-eslint/parser from 5.60.1 to 5.61.0 (#602)5bea145 Bump eslint from 8.43.0 to 8.44.0 (#601)a212485 Add examples to match all repo files (#600)