From a633633344b7f104e945c6f10d045fc8e396f21e Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:28:16 -0500 Subject: [PATCH] chore: auto approve 23 -> next sync PRs (#3359) --- .github/workflows/sync-23-next.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sync-23-next.yml b/.github/workflows/sync-23-next.yml index ccd8ec2126..611cc417c5 100644 --- a/.github/workflows/sync-23-next.yml +++ b/.github/workflows/sync-23-next.yml @@ -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: