Skip to content

Commit

Permalink
Fix auto-merge v2
Browse files Browse the repository at this point in the history
Issue gh-11
  • Loading branch information
sjohnr committed Jan 31, 2025
1 parent bf0a2c2 commit 01aaf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: gh pr merge --auto --rebase "$PR_URL"
- uses: actions/checkout@v4
- name: Update v2 branch
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 comments on commit 01aaf34

Please sign in to comment.