maskaravivek/auto-triage-ci
Route qualifying GitHub Actions workflow failures to GitHub Copilot by creating a structured issue (and optionally assigning it).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with permissions to read Actions data and create issues. | yes | — |
| assign_agent | Attempt to auto-assign the created/reused issue to GitHub Copilot (auto-detected). | no | true |
| create_issue_for_unqualified_failure | If true, create a plain triage issue even when the failure is not eligible for Copilot. | no | false |
| max_log_lines | Maximum number of log lines to include in the issue body. | no | 200 |
Outputs
| name | description |
|---|---|
| created_issue | true if a new issue was created; false if reused or no issue was created. |
| issue_number | Issue number that was created or reused (empty if none). |
| eligible_for_copilot | true if this failure was classified as a good candidate for Copilot-assisted fixing. |
| failure_type | Classified failure type (lint, formatting, typecheck, compile, test, ineligible, unknown). |
| summary | Short human-readable summary of what the action did. |