kionx/AI Hint
Provides AI-generated hints for GitHub issues and PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 10, 2024
- License
- None
Pinned Snippet
uses: kionx/aihint@ec9d9dc727ed8f99beb91d944522d28446a9ea67 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for API access | yes | — |
| ISSUE_NUMBER | Issue number to analyze | yes | — |
| AI_TOKEN | Token for Google AI API | yes | — |
| AI_MODEL | AI model name | no | models/gemini-pro |
| RULES_PATH | Path to the rules txt file | no | — |
| SEARCH_REPO | Repository to search in for related issues and PRs | no | — |
| BOT_NAME | Name of the bot for identification | no | AI Hint |
Outputs
| name | description |
|---|---|
| comment-id | ID of the created or edited comment |