Skip to content

fix(ci): break long lines in welcome workflow to pass yamllint#148

Merged
dims merged 1 commit intoNVIDIA:mainfrom
dims:fix/welcome-yaml-line-length
Feb 19, 2026
Merged

fix(ci): break long lines in welcome workflow to pass yamllint#148
dims merged 1 commit intoNVIDIA:mainfrom
dims:fix/welcome-yaml-line-length

Conversation

@dims
Copy link
Collaborator

@dims dims commented Feb 19, 2026

Summary

  • The welcome.yaml workflow had two inline template literal strings (375 and 377 characters) exceeding the 200-character yamllint line-length limit
  • Replaced \n-escaped template literals with [...].join('\n') array form to keep each line under the limit
  • Fixes make lint-yaml failure seen in CI

Test plan

  • Verify make lint-yaml passes (no line-length violations in welcome.yaml)
  • Confirm welcome messages still render correctly for first-time issue/PR authors

The welcome.yaml body strings exceeded the 200-character line-length
limit, causing lint-yaml failures. Use array join instead of inline
template literals with \n escapes.

Signed-off-by: Davanum Srinivas <dsrinivas@nvidia.com>
@dims dims requested a review from a team as a code owner February 19, 2026 02:16
@dims dims merged commit ca16886 into NVIDIA:main Feb 19, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant