Skip to content

Commit

Permalink
Fix package-ecosystem ID
Browse files Browse the repository at this point in the history
Signed-off-by: Taiki Ono <taiki@finatext.com>
  • Loading branch information
taiki45 committed Aug 1, 2024
1 parent fcf78a2 commit 63d49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs
# github-actions dependencies are used immediately, so avoid auto-merging them.
if: |
steps.metadata.outputs.package-ecosystem == 'cargo' &&
steps.metadata.outputs.package-ecosystem != 'github_actions' &&
(steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch')
run: gh pr merge --auto --squash "${PR_URL}"
env:
Expand Down

0 comments on commit 63d49f6

Please sign in to comment.