-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(action): be more restrictive on the release branch format #8052
Conversation
Every time a new release branch with format release/x.y.z is created, it triggers the creation of a bug report called: vx.y.z Bug Report. This works fine, but the problem we have is that it sometimes also creates bug reports in situations where we don’t want it, like when someone creates a branch called release/x.y.z-cherry-pick-swaps-content. This commit adds more restrictions in the regex in order to prevent that.
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8052 +/- ##
=======================================
Coverage 37.14% 37.14%
=======================================
Files 1139 1139
Lines 29196 29196
Branches 2746 2746
=======================================
Hits 10846 10846
Misses 17724 17724
Partials 626 626 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
Description
Every time a new release branch with format
release/x.y.z
is created, it triggers the creation of a bug report called: "vx.y.z Bug Report".This works fine, but the problem we have is that it sometimes also creates bug reports in situations where we don’t want it, like when someone creates a branch called
release/x.y.z-cherry-pick-swaps-content
.This fix adds more restrictions in the regex in order to prevent that.
Same PR for Extension
Related issues
Fixes: NA
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist