Commit 84d9d4c
committed
fix: target correct base branch for docker-versions PR
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 cc96764 commit 84d9d4c
1 file changed
Lines changed: 3 additions & 1 deletion
| 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