Releases: HassanBahati/labeler-action
Releases · HassanBahati/labeler-action
v1.0.1 - Bug Fixes and Improvements
What's Changed
This patch release includes minor bug fixes and improvements:
- Fixed input handling issues.
- Improved error handling and error messages.
- Prepared for future event support (issues, etc.).
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Release
This is the first release of the Labeler GitHub Action.
Features:
- Automatically adds a specified label to Pull Requests when they are opened.
- Supports custom labels via action input.
- Authentication with GitHub API using the provided
GITHUB_TOKEN
.
Future Plans:
- Support for labeling issues.
- Advanced triggers for dynamic labeling.
To use this action, include it in your workflow and configure it with the necessary gh-token
and label
inputs.