Skip to content

Commit

Permalink
chore: use gh cli for automerge instead of action
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Dec 12, 2024
1 parent 265240c commit 81eefc2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync-23-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
FROM_BRANCH: release-23.x
TO_BRANCH: next
- name: Enable Pull Request Automerge
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.requirements_bot_github_token }}
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
run: gh pr merge --merge --auto "${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}"
env:
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}

0 comments on commit 81eefc2

Please sign in to comment.