Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version pattern validation in the releasability status check to support more flexible version formats, including project names, milestone versions, and different build number separators.
- Updated regex pattern to allow optional project prefixes, milestone markers, and multiple build number separator formats
- Enhanced error messages with more comprehensive examples and clearer format description
- Removed input validation for optional_checks parameter
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| releasability-status/find_version.sh | Updated version pattern regex and error messages to support extended version formats |
| releasability-status/action.yml | Removed validation logic for optional_checks input parameter |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🤖 Pull Request summaryRelaxes version format validation to support more complex versioning schemes. • Removes input validation for Review focus: Verify the new regex pattern correctly handles all intended version formats while maintaining security against injection attacks.
|



No description provided.