We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9de3 commit eebf05fCopy full SHA for eebf05f
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -19,11 +19,15 @@ jobs:
19
runs-on: ubuntu-latest
20
if: github.actor == 'dependabot[bot]'
21
steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@v5
24
+
25
- name: Approve
26
run: gh pr review "$PR_NUMBER" --approve
27
env:
28
PR_NUMBER: ${{ github.event.number }}
29
GH_TOKEN: ${{ secrets.LOCALSTACK_BOT_TOKEN }}
30
31
- name: Enable auto-merge
32
run: gh pr merge "$PR_NUMBER" --auto --squash
33
0 commit comments