Skip to content

Commit

Permalink
Merge branch 'rel-8.0' of https://github.com/abpframework/abp into re…
Browse files Browse the repository at this point in the history
…l-8.0
  • Loading branch information
voloagent committed Nov 21, 2023
2 parents 0804fb6 + 1c43d30 commit 4300634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
branch: auto-merge/rel-8-0/${{github.run_number}}
title: Merge branch dev with rel-8.0
body: This PR generated automatically to merge dev with rel-8.0. Please review the changed files before merging to prevent any errors that may occur.
reviewers: ${{github.actor}}
reviewers: maliming
token: ${{ github.token }}
- name: Merge Pull Request
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 --delete-branch
gh pr merge auto-merge/rel-8-0/${{github.run_number}} --merge --auto --delete-branch

0 comments on commit 4300634

Please sign in to comment.