-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[chore] Prepare release v1.43.0/v0.137.0 #13933
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13933 +/- ##
=======================================
Coverage 91.65% 91.66%
=======================================
Files 652 652
Lines 42516 42516
=======================================
+ Hits 38970 38974 +4
+ Misses 2736 2733 -3
+ Partials 810 809 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
songy23
left a comment
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.
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/18289548858/job/52073078618?pr=13933 merge freeze blocks the release PR again
|
a quick workaround (that used to work) is to fork the branch and recreate the PR |
|
Closing temporarily to allow merging #13934 |
To unblock #13933 The logic seems incorrect. The check should run when ``` (!startsWith(title, '[chore] Prepare release')) || (user != 'otelbot[bot]') or !(startsWith(title, '[chore] Prepare release')) && (user == 'otelbot[bot]')) ``` instead of ``` (!startsWith(title, '[chore] Prepare release')) || (user == 'otelbot[bot]') ```
The following commands were run to prepare this release: