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 56c7966 commit b6a023dCopy full SHA for b6a023d
.github/workflows/dependabot-reviewer.yml
@@ -23,7 +23,6 @@ jobs:
23
- name: Approve patch and minor updates
24
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
25
run: |
26
- gh pr checkout ${{github.event.pull_request.number}}
27
git rebase origin/${{github.base_ref}}
28
gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a patch or minor update**"
29
env:
0 commit comments