Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 15, 2024
2 parents 895f80b + a2f838d commit c97905d
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 c97905d

Please sign in to comment.