Skip to content

Commit c036164

Browse files
committed
chore: update auto-merge workflows to include major version bumps
1 parent 77a7e50 commit c036164

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/auto-merge-bots.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

20-
- name: Auto-merge minor and patch updates
21-
if: steps.meta.outputs.update-type != 'version-update:semver-major'
20+
- name: Auto-merge dependency updates
2221
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
2322
env:
2423
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)