From 7371ed86186945c5f09bd930a45a026dba818442 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Thu, 9 Jan 2025 00:04:38 +0800 Subject: [PATCH] WIP Signed-off-by: Derek Su --- .github/workflows/update-branch-image-tags.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-branch-image-tags.yaml b/.github/workflows/update-branch-image-tags.yaml index 161548864c..36e2bbfc11 100644 --- a/.github/workflows/update-branch-image-tags.yaml +++ b/.github/workflows/update-branch-image-tags.yaml @@ -102,12 +102,6 @@ jobs: body: | This PR updates the image tags for branch ${{ inputs.branch }} to ${{ inputs.branch }}-head. - - name: Auto Approve - if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr review --approve "${{ steps.cpr.outputs.pull-request-number }}" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v3