diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fb560d549..3a3366a2e2 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 }}