Skip to content

Commit

Permalink
ci(workflows): [dependabot-auto] remove approve-pr condition
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 8, 2023
1 parent 33ad849 commit a57d355
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ jobs:
git status
git diff-index --quiet HEAD || git commit -s -m "$COMMIT_MESSAGE" && git push -f
- id: approve-pr
name: Approve pull request containing minor or patch updates
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr review ${{ github.event.number }} --approve
name: Approve pull request
run: gh pr review ${{ github.event.number }} --approve --body 'lgtm 👍🏾'

0 comments on commit a57d355

Please sign in to comment.