Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/js-beautify-1.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch authored Jan 23, 2024
2 parents 5ae3b89 + 2e4a4c2 commit 2c5190b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
issues: write
contents: write
pull-requests: write

jobs:
Expand All @@ -21,9 +22,7 @@ jobs:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
if: contains(fromJSON('["version-update:semver-patch", "version-update:semver-minor"]'), steps.dependabot-metadata.outputs.update-type)
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2c5190b

Please sign in to comment.