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.
dependabot-auto
approve-pr
1 parent 33ad849 commit a57d355Copy full SHA for a57d355
.github/workflows/dependabot-auto.yml
@@ -87,6 +87,5 @@ jobs:
87
git status
88
git diff-index --quiet HEAD || git commit -s -m "$COMMIT_MESSAGE" && git push -f
89
- id: approve-pr
90
- name: Approve pull request containing minor or patch updates
91
- if: steps.metadata.outputs.update-type != 'version-update:semver-major'
92
- run: gh pr review ${{ github.event.number }} --approve
+ name: Approve pull request
+ run: gh pr review ${{ github.event.number }} --approve --body 'lgtm 👍🏾'
0 commit comments