We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0a2c2 commit 01aaf34Copy full SHA for 01aaf34
.github/workflows/auto-merge-dependabot-pr.yml
@@ -24,4 +24,4 @@ jobs:
24
run: gh pr merge --auto --rebase "$PR_URL"
25
- uses: actions/checkout@v4
26
- name: Update v2 branch
27
- run: git checkout v2 && git merge main && git push
+ run: git fetch origin && git checkout --track origin/v2 && git merge origin/main && git push origin v2
0 commit comments