jlowin/AI Labeler
Automatically label issues and PRs with AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| controlflow-llm-model | ControlFlow model to use for AI labeling. Should be openai/<model-name> or anthropic/<model-name>, with the appropriate API key set. | yes | openai/gpt-4o-mini |
| openai-api-key | OpenAI API key for AI processing | no | — |
| anthropic-api-key | Anthropic API key for AI processing | no | — |
| github-token | GitHub token with repository access | yes | ${{ github.token}} |
| config-path | Path to AI Labeler configuration file | no | .github/ai-labeler.yml |
| dry-run | If "true", will only suggest labels without applying them | no | false |
| event-number | PR or Issue number | no | — |
| include-repo-labels | If true, use all repository labels in addition to config-defined labels | no | true |
Outputs
| name | description |
|---|---|
| labels | JSON array of labels that were applied |