From a2f838d457ca02a00577ad00ee936bd9dbca0868 Mon Sep 17 00:00:00 2001 From: "Douglas R. Miles" Date: Thu, 15 Aug 2024 04:02:55 -0700 Subject: [PATCH] Update ci.yml Auto-Approve the Pull Request --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fb560d549c..3a3366a2e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,3 +134,9 @@ jobs: - name: Provide Report Links run: | echo "JUnit reports, Allure report, and test comparison reports are available as artifacts." + + - name: Auto-Approve the Pull Request + if: github.event_name == 'pull_request' + uses: hmarr/auto-approve-action@v3 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}