Skip to content

Commit

Permalink
github-actions automerges are causing merge queue CI jobs not to get …
Browse files Browse the repository at this point in the history
…triggered. Turning this off for now
  • Loading branch information
zkoppert authored Oct 25, 2023
1 parent d22f2db commit 5b4dd48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dependabot-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,4 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve the PR
run: gh pr review --approve "${PR_URL}"
- name: Enable auto-merge for patch updates PR
if: >
steps.metadata.outputs.update-type == 'version-update:semver-patch'
|| steps.metadata.outputs.dependency-names == 'actions/checkout'
|| steps.metadata.outputs.dependency-names == 'docker/setup-buildx-action'
|| steps.metadata.outputs.dependency-names == 'docker/metadata-action'
run: gh pr merge --auto --squash --delete-branch "${PR_URL}"
...

0 comments on commit 5b4dd48

Please sign in to comment.