Skip to content

Commit a57d355

Browse files
committed
ci(workflows): [dependabot-auto] remove approve-pr condition
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 33ad849 commit a57d355

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dependabot-auto.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@ jobs:
8787
git status
8888
git diff-index --quiet HEAD || git commit -s -m "$COMMIT_MESSAGE" && git push -f
8989
- 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
90+
name: Approve pull request
91+
run: gh pr review ${{ github.event.number }} --approve --body 'lgtm 👍🏾'

0 commit comments

Comments
 (0)