Skip to content

fix: resolve Vale error in configuring-ai-providers - #3188

Merged
gtrivedi88 merged 1 commit into
eclipse-che:7.121.xfrom
gtrivedi88:fix/vale-namespace-error
Sep 2, 2026
Merged

fix: resolve Vale error in configuring-ai-providers#3188
gtrivedi88 merged 1 commit into
eclipse-che:7.121.xfrom
gtrivedi88:fix/vale-namespace-error

Conversation

@gtrivedi88

Copy link
Copy Markdown
Contributor

Summary

Remove redundant word "namespace" after {prod-namespace} attribute to fix the CheDocs.Attributes Vale error that is breaking the publication builder.

Before: . Create the \ConfigMap` in the `{prod-namespace}` namespace with the required labels:`

After: . Create the \ConfigMap` in the `{prod-namespace}` with the required labels:`

The attribute {prod-namespace} already resolves to the namespace name (e.g. openshift-devspaces), so the word "namespace" after it is redundant and triggers Vale rule CheDocs.Attributes.

This error has been causing the publication-builder and call-publication-builder workflows to fail since Aug 14, 2026.

Test plan

  • Publication builder workflow passes after merge

Made with Cursor

Remove redundant word "namespace" after {prod-namespace} attribute
to satisfy the CheDocs.Attributes Vale rule. The attribute already
resolves to the namespace name.

Co-authored-by: Cursor <cursoragent@cursor.com>
@gtrivedi88
gtrivedi88 requested review from amisevsk and removed request for a team September 2, 2026 11:45
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

⚡️ Deploying pull request preview...

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Click here to review and test in web IDE: Contribute

@gtrivedi88
gtrivedi88 merged commit 28a26d2 into eclipse-che:7.121.x Sep 2, 2026
7 checks passed
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.

1 participant