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 13, 2024
1 parent 92c43c3 commit 45c2685
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 @@ -29,7 +29,6 @@ jobs:
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
github-token: ${{ secrets.requirements_bot_github_token }}
- 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 45c2685

Please sign in to comment.