kevinjcwu/PR Intent Checker
Checks if PR code changes align with the linked issue intent using an LLM.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| azure_openai_endpoint | Azure OpenAI Endpoint URL | yes | — |
| azure_openai_key | Azure OpenAI API Key | yes | — |
| azure_openai_deployment | Azure OpenAI Deployment Name for the model | yes | — |
Outputs
| name | description |
|---|---|
| result | The PASS/FAIL result from the LLM evaluation. |
| explanation | The explanation provided by the LLM for the result. |