Skip to content
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

[chore] Fix check merge freeze job again #12051

Closed

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Jan 7, 2025

In #12045, I assumed that github.event.pull_request.user.name would be present, but apparently it's empty. So we need to switch back to using github.event.pull_request.user.login.

This fix is already applied in #12043

In open-telemetry#12045, I assumed that `github.event.pull_request.user.name` would be present, but apparently it's not. So we need to switch back to using `github.event.pull_request.user.login`
@dmitryax dmitryax requested a review from a team as a code owner January 7, 2025 22:10
@dmitryax dmitryax requested a review from codeboten January 7, 2025 22:10
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.67%. Comparing base (7b804b5) to head (5c57fd5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12051   +/-   ##
=======================================
  Coverage   91.67%   91.67%           
=======================================
  Files         455      455           
  Lines       24038    24038           
=======================================
  Hits        22037    22037           
  Misses       1629     1629           
  Partials      372      372           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

github-merge-queue bot pushed a commit that referenced this pull request Jan 7, 2025
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.23.0/v0.117.0
- make prepare-release PREVIOUS_VERSION=1[.]22[.]0
RELEASE_CANDIDATE=1.23.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]116[.]0
RELEASE_CANDIDATE=0.117.0 MODSET=beta

This PR also includes fix
#12051 to
reduce back-and-forths

---------

Co-authored-by: Dmitrii Anoshin <[email protected]>
@dmitryax dmitryax deleted the fix-checkmergefreezejob branch January 8, 2025 03:12
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.

2 participants