Commit 6d42cec
authored
fix: target correct base branch for docker-versions PR (#1848)
The workflow was creating PRs against the default branch (main) instead of
the branch where it was running. When running on weekly, this caused PRs
trying to merge the entire weekly history into main.
Now extracts the current branch from GITHUB_REF and uses it as the base
branch for the PR, ensuring docker-versions updates stay on the same branch.1 parent fbed4e9 commit 6d42cec
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments