Skip to content

Releases: HassanBahati/labeler-action

v1.0.1 - Bug Fixes and Improvements

18 Oct 14:16
df9a4dc
Compare
Choose a tag to compare

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

17 Oct 23:49
1ec965d
Compare
Choose a tag to compare

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.