Skip to content

Commit 683bc31

Browse files
authored
Merge pull request #36 from kurtmckee/fix-pr-base
Set the PR base branch correctly
2 parents 7ce6981 + d8effdd commit 683bc31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/create-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,6 @@ jobs:
353353
run: |
354354
gh pr create \
355355
--head "${{ fromJSON(inputs.config).branch-name || env.default-branch-name }}" \
356-
--base "${{ fromJSON(inputs.config).branch-base || env.default-branch-base }}" \
356+
--base "${{ fromJSON(inputs.config).pr-base || env.default-pr-base }}" \
357357
--title "${{ fromJSON(inputs.config).pr-title || env.default-pr-title }}" \
358358
--body "${{ fromJSON(inputs.config).pr-body || env.default-pr-body }}"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed
2+
-----
3+
4+
- ``create-pr``: Fix a bug that prevented the PR base branch from being set correctly.

0 commit comments

Comments
 (0)