From e47b28f448a0c8f66b955a15e6440b3f2fb40592 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Thu, 25 Jul 2024 11:48:10 -0700 Subject: [PATCH] Auto Approve Updates Add a zorgbort approval to these so all tests will run and automerge will work. --- .github/workflows/update-transitive-dependencies.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-transitive-dependencies.yaml b/.github/workflows/update-transitive-dependencies.yaml index 6694bef3bc..63e01bfcdd 100644 --- a/.github/workflows/update-transitive-dependencies.yaml +++ b/.github/workflows/update-transitive-dependencies.yaml @@ -39,6 +39,8 @@ jobs: labels: dependencies,run percy tests - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }} + run: | + gh pr review --approve -b "Auto Approved by Zorgbort" ${{ steps.cpr.outputs.pull-request-number }} + gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }} env: GH_TOKEN: ${{ secrets.ZORGBORT_TOKEN }}