Browse Source

Merge pull request #18890 from abpframework/auto-merge/rel-8-0/2451

Merge branch prerel-8.1 with rel-8.0
pull/18892/head
selman koc 2 years ago
committed by GitHub
parent
commit
c5cf484f4b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/auto-pr.yml

2
.github/workflows/auto-pr.yml

@ -33,4 +33,4 @@ jobs:
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/prerel-8-1/${{github.run_number}} --approve
gh pr merge auto-merge/prerel-8-1/${{github.run_number}} --merge --auto --delete-branch
gh pr merge auto-merge/prerel-8-1/${{github.run_number}} --merge --auto --delete-branch
Loading…
Cancel
Save