Skip to content

Commit 437f053

Browse files
committed
ci(workflows): [dependabot-auto] remove enable-auto-merge job conditional
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 1aeb03c commit 437f053

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/dependabot-auto.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
token: ${{ env.GITHUB_TOKEN }}
4747
- id: enable-auto-merge
4848
name: Enable auto-merge
49-
if: |
50-
steps.metadata.outputs.package-ecosystem == 'github_actions' ||
51-
steps.metadata.outputs.update-type != 'version-update:semver-major'
5249
run: gh pr merge ${{ github.event.number }} --auto --squash
5350
- id: gpg-import
5451
name: Import GPG key

0 commit comments

Comments
 (0)