1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00

Point workflows to main (#2896)

This commit is contained in:
Joseph Flinn
2023-12-12 11:12:27 -08:00
committed by GitHub
parent 3c0de8aacc
commit fe10fd7766
5 changed files with 14 additions and 14 deletions

View File

@@ -146,7 +146,7 @@ jobs:
TITLE: "Bump version to ${{ inputs.version_number }}"
run: |
PR_URL=$(gh pr create --title "$TITLE" \
--base "master" \
--base "main" \
--head "$PR_BRANCH" \
--label "version update" \
--label "automated pr" \
@@ -172,4 +172,4 @@ jobs:
env:
GH_TOKEN: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
PR_NUMBER: ${{ steps.create-pr.outputs.pr_number }}
run: gh pr merge $PR_NUMBER --squash --auto --delete-branch
run: gh pr merge $PR_NUMBER --squash --auto --delete-branch