Skip to content

fix: invalid issue template YAML indentation#9465

Merged
owlstronaut merged 1 commit into
release/v11from
backport/v11/9442
Jun 2, 2026
Merged

fix: invalid issue template YAML indentation#9465
owlstronaut merged 1 commit into
release/v11from
backport/v11/9442

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Backport of #9442 to release/v11.

## What changed

Fix the indentation of the final `contact_links` entry in
`.github/ISSUE_TEMPLATE/config.yml`.

## Why

That entry was indented one space too far, which made the issue template
config invalid YAML instead of a valid list item.

## Impact

GitHub can parse the issue template config as intended again.

## Validation

- Parsed `.github/ISSUE_TEMPLATE/config.yml` successfully with Ruby
`YAML.load_file`

(cherry picked from commit fe820b6)
@owlstronaut owlstronaut merged commit 7ade52e into release/v11 Jun 2, 2026
39 checks passed
@owlstronaut owlstronaut deleted the backport/v11/9442 branch June 2, 2026 18:31
@github-actions github-actions Bot mentioned this pull request Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants