Skip to content

Commit eebf05f

Browse files
committed
chore(ci): fix dependabot auto merge workflow
1 parent 4fb9de3 commit eebf05f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: github.actor == 'dependabot[bot]'
2121
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v5
24+
2225
- name: Approve
2326
run: gh pr review "$PR_NUMBER" --approve
2427
env:
2528
PR_NUMBER: ${{ github.event.number }}
2629
GH_TOKEN: ${{ secrets.LOCALSTACK_BOT_TOKEN }}
30+
2731
- name: Enable auto-merge
2832
run: gh pr merge "$PR_NUMBER" --auto --squash
2933
env:

0 commit comments

Comments
 (0)