Skip to content

Commit

Permalink
Switch base and head
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Jul 11, 2024
1 parent f8b0a99 commit a72805b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: minor-next
base: stable
branch: stable
base: minor-next
title: Merge branch 'stable' into minor-next

0 comments on commit a72805b

Please sign in to comment.