GHA-221 Improve automated-release with features required by cloud-security#124
GHA-221 Improve automated-release with features required by cloud-security#124jonas-wielage-sonarsource wants to merge 1 commit intomasterfrom
Conversation
SonarQube reviewer guide
|
SummaryAdds two new features to the automated release workflow:
What reviewers should knowWhere to start: Look at the two new input parameters (lines 89-93 and 129-133), then the new Key points for reviewers:
Watch for: The error message in the metadata check tells users to start a new workflow run rather than retry—this is intentional since a metadata PR needs to be merged on master first. Verify this matches your release process expectations.
|
There was a problem hiding this comment.
Conclusion: Clean, focused PR. Both features follow existing patterns faithfully, the new update-rule-metadata gate integrates correctly into the job dependency chain (including skip propagation and the final results loop), and the CLI ticket step is a straightforward copy of the established integration ticket pattern.




Part of