Skip to content

Commit e5eeb63

Browse files
committed
dependabot
1 parent 5cf988b commit e5eeb63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
id: metadata
1313
uses: dependabot/fetch-metadata@v2
1414
with:
15-
github-token: ${{secrets.GITHUB_TOKEN}}
15+
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Approve Dependabot PRs
1717
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
1818
run: gh pr review --approve "$PR_URL"
1919
env:
20-
PR_URL: ${{github.event.pull_request.html_url}}
21-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20+
PR_URL: ${{ github.event.pull_request.html_url }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Enable auto-merge for Dependabot PRs
2323
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
2424
run: gh pr merge --auto --squash "$PR_URL"
2525
env:
26-
PR_URL: ${{github.event.pull_request.html_url}}
27-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
26+
PR_URL: ${{ github.event.pull_request.html_url }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)