Skip to content

Commit

Permalink
chore: auto approve 23 -> next sync PRs (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Dec 12, 2024
1 parent 265240c commit a633633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-23-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
FROM_BRANCH: release-23.x
TO_BRANCH: next
- name: Auto-approve pull request for sync
uses: hmarr/auto-approve-action@v2
with:
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:
Expand Down

0 comments on commit a633633

Please sign in to comment.