Skip to content

Commit

Permalink
fix(ci): remove example condition from workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeebeats committed Jan 1, 2024
1 parent fa96141 commit 1d04d8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Enable auto-merge for Dependabot PRs
if: |
contains(steps.metadata.outputs.dependency-names, 'my-dependency') &&
steps.metadata.outputs.update-type == 'version-update:semver-minor'
if: steps.metadata.outputs.update-type == 'version-update:semver-minor'
run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"

0 comments on commit 1d04d8a

Please sign in to comment.