We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1347cac commit a78a1c9Copy full SHA for a78a1c9
1 file changed
.github/workflows/auto-merge.yml
@@ -12,11 +12,11 @@ jobs:
12
steps:
13
- name: Dependabot metadata
14
id: metadata
15
- uses: dependabot/fetch-metadata@v3
+ uses: dependabot/fetch-metadata@v3.0.0
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Enable auto-merge for Dependabot PRs
19
run: gh pr merge --auto --squash "$PR_URL"
20
env:
21
PR_URL: ${{github.event.pull_request.html_url}}
22
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments