Skip to content

Commit 6e91ae8

Browse files
authored
ci: refer base branch name (fluent#830)
When kicked from LTS branch, base branch should be set explicitly, otherwise PR will be created against main branch. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 8607112 commit 6e91ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintenance-bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
git add fluent-package/Gemfile.lock
3535
git commit --message "Update Gemfile.lock" --signoff
3636
git push origin $branch
37-
gh pr create --title "Update Gemfile.lock" --body "Update Gemfile.lock by maintenance workflow"
37+
gh pr create --base ${{ github.base_ref }} --title "Update Gemfile.lock" --body "Update Gemfile.lock by maintenance workflow"

0 commit comments

Comments
 (0)