Skip to content

Commit

Permalink
Merge pull request #26510 from jhipster/merge-typescript
Browse files Browse the repository at this point in the history
disable auto merge for typescript
  • Loading branch information
DanielFran authored Jun 22, 2024
2 parents 9c98b25 + 4071515 commit 27de8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: dependabot-metadata
uses: dependabot/[email protected]
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' && steps.dependabot-metadata.outputs.dependency-names != 'typescript'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 27de8c9

Please sign in to comment.