Browse Source

Merge pull request #18187 from abpframework/maliming-patch-3

pull/18188/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
7807a5a96e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/auto-pr.yml

2
.github/workflows/auto-pr.yml

@ -30,7 +30,7 @@ jobs:
token: ${{ github.token }}
- name: Merge Pull Request
env:
GH_TOKEN: ${{ github.BOT_SECRET }}
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/rel-7-4/${{github.run_number}} --approve
gh pr merge auto-merge/rel-7-4/${{github.run_number}} --merge --delete-branch

Loading…
Cancel
Save