Skip to content

Commit

Permalink
Merge pull request #2711 from chaoss/add-auto-merge-gh-action
Browse files Browse the repository at this point in the history
Fix Issue with Auto-merge GitHub Action
  • Loading branch information
sgoggins committed Feb 20, 2024
2 parents c6e9770 + b803c9a commit a0f2c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_merge.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git checkout dev
git merge main
Expand Down

0 comments on commit a0f2c16

Please sign in to comment.