Skip to content

fix(ci): correct 'make manifests' typo in check-crds-sync error message#287

Merged
whg517 merged 1 commit into
zncdatadev:mainfrom
whg517:fix/correct-make-manifests-error-message
May 13, 2026
Merged

fix(ci): correct 'make manifests' typo in check-crds-sync error message#287
whg517 merged 1 commit into
zncdatadev:mainfrom
whg517:fix/correct-make-manifests-error-message

Conversation

@whg517
Copy link
Copy Markdown
Member

@whg517 whg517 commented May 13, 2026

Problem

The error message in check-crds-sync step says make manifest (no s) but the actual Makefile target is make manifests (with s).

Changes

Fix the typo in both:

  • .github/workflows/chart-lint-test.yml
  • .github/workflows/release.yml

Copilot AI review requested due to automatic review settings May 13, 2026 00:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects the guidance in CI workflow failure messages for the CRD sync check so it matches the actual Makefile target (manifests) used to generate CRDs.

Changes:

  • Update check-crds-sync error message in release workflow to say make manifests.
  • Update check-crds-sync error message in chart lint/test workflow to say make manifests.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Fixes CRD-sync failure message to reference the correct Makefile target (manifests).
.github/workflows/chart-lint-test.yml Fixes CRD-sync failure message to reference the correct Makefile target (manifests).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@whg517 whg517 merged commit ad7e7c7 into zncdatadev:main May 13, 2026
13 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.

2 participants