Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Auto-Approve the Pull Request
  • Loading branch information
TeamSPoon authored Aug 15, 2024
1 parent a882fcb commit a2f838d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a2f838d

Please sign in to comment.