Skip to content

Commit

Permalink
Merge pull request jhipster#27265 from jhipster/auto-merge
Browse files Browse the repository at this point in the history
enable typescript auto merge
  • Loading branch information
DanielFran authored Sep 12, 2024
2 parents bfc52bc + 91b31be commit f8bb8ab
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/fetch-metadata@v2.2.0
- name: Enable auto-merge for Dependabot PRs
if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' && steps.dependabot-metadata.outputs.dependency-names != 'typescript'
if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit f8bb8ab

Please sign in to comment.