We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4139392 commit e0e547eCopy full SHA for e0e547e
.github/workflows/dependabot.yml
@@ -14,6 +14,7 @@ jobs:
14
run: gh pr review --approve "$PR_URL"
15
env:
16
PR_URL: ${{ github.event.pull_request.html_url }}
17
+ GH_TOKEN: ${{ github.token }}
18
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
19
- name: Enable auto-merge for Dependabot PRs
20
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
0 commit comments