We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0ac00 commit 4efff98Copy full SHA for 4efff98
.github/workflows/dependabot-auto-merge.yml
@@ -16,6 +16,10 @@ jobs:
16
github.event.pull_request.draft == false
17
runs-on: ubuntu-latest
18
steps:
19
+ - name: Checkout repository
20
+ uses: actions/checkout@v4
21
+ with:
22
+ fetch-depth: 1
23
- name: Enable auto-merge and delete branch
24
env:
25
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments