From 6dfe67795a8515a275c3d7966e9c8f10c35eedbd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 27 Oct 2024 13:02:16 +0900 Subject: [PATCH] ci: Auto approve auto-updated PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ebe768c..f362d2de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,5 +247,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }} - if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && steps.create-pull-request.outputs.pull-request-operation == 'created' + if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && (steps.create-pull-request.outputs.pull-request-operation == 'created' || steps.create-pull-request.outputs.pull-request-operation == 'updated') - run: git add -N . && git diff --exit-code