pelikhan/action-genai-issue-labeller
Labels GitHub issues based on their content using GitHub Models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | List of labels to use for labeling issues. | no | — |
| max_labels | Maximum number of labels to suggest. | no | — |
| instructions | Additional Instructions for the AI model to follow when labeling issues. These instructions will be inserted in the system prompt. | no | — |
| github_token | GitHub token with `models: read` permission at least (https://microsoft.github.io/genaiscript/reference/github-actions/#github-models-permissions). | yes | — |
| github_issue | GitHub issue number to use when generating comments. | — | — |
| debug | Enable debug logging (https://microsoft.github.io/genaiscript/reference/scripts/logging/). | no | — |
Outputs
| name | description |
|---|---|
| text | The generated text output. |