mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
github-actions automerges are causing merge queue CI jobs not to get triggered. Turning this off for now
This commit is contained in:
parent
d22f2dbe1e
commit
5b4dd480f4
1 changed files with 0 additions and 7 deletions
7
.github/workflows/dependabot-automation.yaml
vendored
7
.github/workflows/dependabot-automation.yaml
vendored
|
@ -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}"
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue