You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To unblock
#12043,
which is always rejected on the queue.
Apparently, `github.event.merge_group.head_commit.author.name` is
`OpenTelemetry Bot` not `opentelemetrybot`. See
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/12658978490/job/35277057933.
Since `github.event.merge_group.head_commit.author` doesn't have `login`
field, I've switched the condition to use the `name` field on both
`github.event.pull_request.user` and
`github.event.merge_group.head_commit.author`
0 commit comments