Commit e09460b
fix(ci): dispatch the resolver by filename, not display name (#33039)
Every backport from here fails at the handover. `plan` passes — the label
is authorised and the release branches resolve — then both dispatch jobs
fail, because they name a workflow that no longer exists:
openmetadata-collate renamed `Resolve an OpenMetadata backport conflict`
to `Backport a labeled OpenMetadata PR` when it took over driving the
whole backport rather than only conflicts.
A dispatch by display name is a cross-repository reference with nothing
checking it: no linter sees it, and it breaks silently on a rename in
another repo. `benc-uk/workflow-dispatch` also accepts a filename, which
does not move when the workflow is renamed, so use that instead.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 5e1951f commit e09460b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
0 commit comments