Skip to content

BUILD-9047 remove duplicate validation#103

Merged
tomverin merged 1 commit intomasterfrom
BUILD-9047
Sep 12, 2025
Merged

BUILD-9047 remove duplicate validation#103
tomverin merged 1 commit intomasterfrom
BUILD-9047

Conversation

@tomverin
Copy link
Copy Markdown
Contributor

No description provided.

@tomverin tomverin requested a review from a team as a code owner September 12, 2025 11:14
Copilot AI review requested due to automatic review settings September 12, 2025 11:14
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 removes duplicate version validation from the GitHub action workflow by eliminating client-side validation that was redundant with validation performed in the releasability check itself.

  • Removed regex validation for the version input parameter
  • Added a comment explaining that version validation is handled by the releasability check
  • Streamlined input validation to avoid duplicate checks
Comments suppressed due to low confidence (1)

action.yml:24

  • There's a typo in the input parameter name. It should be 'releasability-env' instead of 'releasabily-env'.
  releasabily-env:

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@tomverin tomverin enabled auto-merge (squash) September 12, 2025 11:15
@sonarqubecloud
Copy link
Copy Markdown

🤖 Pull Request summary

Updates GitHub Action validation by removing version format check.

• Removes regex validation for version input format in action.yml
• Adds comment indicating version validation is handled in releasability check

Review focus: Verify that the releasability check properly validates version format to prevent invalid versions from proceeding.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@tomverin tomverin merged commit a0ee8f8 into master Sep 12, 2025
7 checks passed
@tomverin tomverin deleted the BUILD-9047 branch September 12, 2025 11:16
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.

3 participants