Skip to content

Commit

Permalink
chore: Make corrections in accordance with the document
Browse files Browse the repository at this point in the history
  • Loading branch information
sugar-cat7 committed Mar 3, 2024
1 parent e1d6ec6 commit 1bd191f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: >-
(steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
steps.metadata.outputs.update-type == 'version-update:semver-patch')
run: gh pr review --approve --body "Auto-merging patch and minor updates in service/common-api" && gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
run: gh pr review --approve --body "Auto-merging patch and minor updates in service/common-api" && gh pr merge --auto --merge "$PR_URL"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1bd191f

Please sign in to comment.