Browse Source

Update auto-pr.yml

pull/18889/head
selman koc 3 years ago
committed by GitHub
parent
commit
183d66d842
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/auto-pr.yml

4
.github/workflows/auto-pr.yml

@ -32,5 +32,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/rel-8-0/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-0/${{github.run_number}} --merge --auto --delete-branch
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

Loading…
Cancel
Save