Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript/types/sin…
Browse files Browse the repository at this point in the history
…on-10.0.17
  • Loading branch information
mergify[bot] authored Sep 27, 2023
2 parents 5d23837 + 1775ca0 commit a308acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve the PR
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}}}
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit a308acb

Please sign in to comment.