Skip to content

Commit

Permalink
feat: add base branch when create pr
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 7, 2025
1 parent b31fbc6 commit 2c619f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: main
branch: bump-version-${{ env.new_version }}
title: "Bump version to ${{ env.new_version }}"
body: "This PR bumps the version to ${{ env.new_version }}."
Expand Down

0 comments on commit 2c619f2

Please sign in to comment.