Skip to content

Commit

Permalink
Supply base input to the create pull request action (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored May 5, 2022
1 parent a727caa commit 9976a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
committer: TARDIS Bot <[email protected]>
author: TARDIS Bot <[email protected]>
branch: post-release-${{ env.DATE }}
base: master
push-to-fork: tardis-bot/tardis
commit-message: Automated changes for post-release ${{ env.DATE }}
title: Post-release ${{ env.DATE }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
committer: TARDIS Bot <[email protected]>
author: TARDIS Bot <[email protected]>
branch: pre-release-${{ env.DATE }}
base: master
push-to-fork: tardis-bot/tardis
commit-message: Automated changes for pre-release ${{ env.DATE }}
title: Pre-release ${{ env.DATE }}
Expand Down

0 comments on commit 9976a20

Please sign in to comment.