Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/vitepress-1.0.0-rc.31
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 authored Dec 5, 2023
2 parents 1adf1da + ec03e01 commit 16be9b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: test
run: echo "hh"+ github.event.workflow_run.conclusion
# Here the PR gets approved.
- name: Approve a PR
if: github.event.workflow_run.conclusion == 'success'
if: ${{ github.event.workflow_run.conclusion }} == 'success'
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
Expand Down

0 comments on commit 16be9b8

Please sign in to comment.