maskaravivek/auto-triage-ci

Route qualifying GitHub Actions workflow failures to GitHub Copilot by creating a structured issue (and optionally assigning it).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token with permissions to read Actions data and create issues.yes
assign_agentAttempt to auto-assign the created/reused issue to GitHub Copilot (auto-detected).notrue
create_issue_for_unqualified_failureIf true, create a plain triage issue even when the failure is not eligible for Copilot.nofalse
max_log_linesMaximum number of log lines to include in the issue body.no200
namedescription
created_issuetrue if a new issue was created; false if reused or no issue was created.
issue_numberIssue number that was created or reused (empty if none).
eligible_for_copilottrue if this failure was classified as a good candidate for Copilot-assisted fixing.
failure_typeClassified failure type (lint, formatting, typecheck, compile, test, ineligible, unknown).
summaryShort human-readable summary of what the action did.