[3.4] Maybe fix the base branch used in dev bump automation (#5307) (#5334)

(cherry picked from commit 2c8c97490b)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-09-23 17:58:10 +02:00
committed by GitHub
parent dfe03b9cad
commit dca082f20e

View File

@@ -128,7 +128,7 @@ jobs:
branch: "automated/pr_bumps/${{ steps.bump_version_dev.outputs.new_version }}"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
milestone: ${{ steps.get_milestone_number.outputs.result }}
base: V3/develop
base: ${{ github.event.base_ref }}
- name: Close and reopen the PR with different token to trigger CI
uses: actions/github-script@v3