File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments