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.