Skip to content

Commit a0f2c16

Browse files
authored
Merge pull request #2711 from chaoss/add-auto-merge-gh-action
Fix Issue with Auto-merge GitHub Action
2 parents c6e9770 + b803c9a commit a0f2c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto_merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- run: |
1618
git checkout dev
1719
git merge main

0 commit comments

Comments
 (0)