Skip to content

Fix tab indentation in issue labeler config - #175

Merged
rubensworks merged 1 commit into
masterfrom
claude/components-js-workflow-fix-2crtqx
Aug 26, 2026
Merged

Fix tab indentation in issue labeler config#175
rubensworks merged 1 commit into
masterfrom
claude/components-js-workflow-fix-2crtqx

Conversation

@rubensworks

Copy link
Copy Markdown
Member

The "Label new issues" workflow failed on every issue event with "YAMLException: tab characters must not be used in indentation (4:1)" because .github/labeler.yml indented the last entry with a literal tab. YAML forbids tabs in indentation, so github/issue-labeler could never load the config.

Replace the tab with four spaces to match the other entries, and add the missing trailing newline.

Claude-Session: https://claude.ai/code/session_01K7fsgfe7hzFGGuUCdw17DC

The "Label new issues" workflow failed on every issue event with
"YAMLException: tab characters must not be used in indentation (4:1)"
because .github/labeler.yml indented the last entry with a literal tab.
YAML forbids tabs in indentation, so github/issue-labeler could never
load the config.

Replace the tab with four spaces to match the other entries, and add the
missing trailing newline.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K7fsgfe7hzFGGuUCdw17DC
@rubensworks
rubensworks merged commit 7bf44f9 into master Aug 26, 2026
21 checks passed
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 32937340642

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage remained the same at 100.0%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1523
Covered Lines: 1523
Line Coverage: 100.0%
Relevant Branches: 1258
Covered Branches: 1258
Branch Coverage: 100.0%
Branches in Coverage %: Yes
Coverage Strength: 1070.02 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants