Skip to content

Commit

Permalink
another attempt!
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Jul 11, 2024
1 parent d122ca8 commit 6fc31db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all branches and their history

- name: Fetch all branches
run: git fetch --all

- name: Reset the default branch with upstream changes
- name: Merge changes
run: |
git checkout minor-next
git merge stable
Expand Down

0 comments on commit 6fc31db

Please sign in to comment.