Skip to content

Commit

Permalink
fix(checks): Add ignore for auto-approve-pr check (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Feb 13, 2025
1 parent eb62a62 commit ea4dba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wait-for-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# check run "auto-approve-pr" is completed with conclusion "cancelled" (unsuccessful) when skipped
# auto-approve-pr should run on the conclusion of enforce-all-checks, so checks should not check for auto-approve-pr
ignore: auto-approve-pr

# Approve PR raised by 3ware-release[bot] to upgrade trunk on trunk branches
# after all checks have passed.
Expand Down

0 comments on commit ea4dba9

Please sign in to comment.