Skip to content

Commit

Permalink
Merge v1.20 into v1.x (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-php-bot committed Sep 11, 2024
2 parents 1dc5b6f + 7ba3371 commit b846aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
ref: ${{ github.ref_name }}
branchNamePattern: 'v<major>.<minor>'
fallbackBranch: 'master'
devBranchNamePattern: 'v<major>.x'
enableAutoMerge: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
with:
ref: ${{ github.ref_name }}
branchNamePattern: 'v<major>.<minor>'
fallbackBranch: 'master'
devBranchNamePattern: 'v<major>.x'

- name: "Manually merge up changes"
if: ${{ steps.get-next-branch.outputs.hasNextBranch }}
Expand Down

0 comments on commit b846aa9

Please sign in to comment.