mattdot/Issue Agent
Agent that improves the quality of GitHub issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with issues:read permission. Defaults to the workflow token if not provided. | no | — |
| azure_ai_foundry_endpoint | Azure AI Foundry project endpoint URL (e.g., https://<resource>.services.ai.azure.com/api/projects/<project>). Falls back to AZURE_AI_FOUNDRY_ENDPOINT environment variable. | no | — |
| azure_client_id | Azure service principal client ID for OIDC authentication. Falls back to AZURE_CLIENT_ID environment variable. | no | — |
| azure_tenant_id | Azure tenant ID for OIDC authentication. Falls back to AZURE_TENANT_ID environment variable. | no | — |
| azure_ai_foundry_model_deployment | Name of the deployed model in Azure AI Foundry. Defaults to 'gpt-5-mini' if not provided. | no | — |
| azure_ai_foundry_api_version | Azure AI Foundry API version (format: YYYY-MM-DD or YYYY-MM-DD-preview). Defaults to '2025-04-01-preview' if not provided. | no | — |
| enable_verbose_logging | Enable verbose logging for troubleshooting. When enabled, logs detailed information about configuration, connections, and authentication. Defaults to 'false'. | no | false |
Outputs
no outputs