Browse Source

Merge pull request #20226 from abpframework/auto-merge/rel-8-2/2804

Merge branch prerel-8.3 with rel-8.2
pull/20227/head
selman koc 2 years ago
committed by GitHub
parent
commit
2178cc62fb
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-3/${{github.run_number}} --approve
gh pr merge auto-merge/prerel-8-3/${{github.run_number}} --merge --auto --delete-branch
gh pr merge auto-merge/prerel-8-3/${{github.run_number}} --merge --auto --delete-branch
Loading…
Cancel
Save