Skip to content

fix(ci): repair never-parsed workflow(s) - #16

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/never-parsed-workflows
Aug 3, 2026
Merged

fix(ci): repair never-parsed workflow(s)#16
hyperpolymath merged 1 commit into
mainfrom
fix/never-parsed-workflows

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

These files were rejected by the workflow parser before any run could be
scheduled: the API reported each name as its file path (the never-parsed
fallback), and every run failed at 0s with zero jobs and no logs.

  • .github/workflows/secret-scanner.yml:ILLEGAL_KEY:rust-secrets:if-hashFiles

Validated per file: actionlint, yaml.safe_load, duplicate-key check.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

How this was found

GitHub reports a workflow's name as its file path when it has never
successfully parsed the file. An estate-wide scan of 425 repos found 263
such workflows across 133 repos.

Verification

Each edited file passes actionlint, yaml.safe_load, and a duplicate-key
check. For push-triggered workflows, full verification completes after merge:
the decisive proof is the workflow resolving its declared name instead of
its path.

🤖 Generated with Claude Code

These files were rejected by the workflow parser before any run could be
scheduled: the API reported each name as its file path (the never-parsed
fallback), and every run failed at 0s with zero jobs and no logs.

- .github/workflows/secret-scanner.yml:ILLEGAL_KEY:rust-secrets:if-hashFiles

Validated per file: actionlint, yaml.safe_load, duplicate-key check.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@gitar-bot

gitar-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

Code Review ✅ Approved

Fixes an invalid syntax key in the secret-scanner GitHub Actions workflow that prevented GitHub from parsing it. No issues found.

Auto-approved and auto-merge armed: No blocking issues found.
Please see Auto-approve Docs for details on setting custom approval criteria. — merges when pipeline and required approvals pass.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Important

Your trial ends in 7 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more.

Was this helpful? React with 👍 / 👎 | Gitar

@gitar-bot

gitar-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

⚠️ Gitar auto-approved this PR but could not enable auto-merge: auto-merge is disabled for this repository — enable "Allow auto-merge" in the repository settings.

@gitar-bot gitar-bot Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gitar has auto-approved this PR and enabled auto-merge (configure)

@gitar-bot gitar-bot Bot added the gitar-approved Added by Gitar label Aug 3, 2026
@hyperpolymath
hyperpolymath marked this pull request as ready for review August 3, 2026 13:09
@hyperpolymath
hyperpolymath merged commit f2541de into main Aug 3, 2026
14 of 18 checks passed
@hyperpolymath
hyperpolymath deleted the fix/never-parsed-workflows branch August 3, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gitar-approved Added by Gitar

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant