Commit 25322ba
authored
[chore] Fix merge freeze CI, attempt 3 (#13880)
#### Description
Based on [this debug
log](https://github.com/open-telemetry/opentelemetry-collector/actions/runs/17922024987/job/50959147505),
we can now tell that the payload passed to the merge freeze job in the
merge queue CI for otelbot PRs has `author.name = "otelbot[bot]"` and
`author.email = "197425009+otelbot[bot]@users.noreply.github.com"`.
That email is extremely surprising considering [the patch output for
otelbot's
commits](https://github.com/open-telemetry/opentelemetry-collector/commit/8e24523e66c3acfeb18dd3086f7f198f3953bae5.patch)
has almost the same email, but without the `[bot]` suffix...
This PR reverts back to a name-based check for simplicity, and removes
the debug log. The result is very similar to #13516, but checking
against the correct name.
#### Link to tracking issue
Fixes #137891 parent f98d8b9 commit 25322ba
1 file changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
37 | 25 | | |
38 | 26 | | |
39 | | - | |
| 27 | + | |
40 | 28 | | |
41 | 29 | | |
42 | 30 | | |
| |||
0 commit comments