Skip to content

Commit

Permalink
Merge branch 'main' into wg-202402-benjie
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Dec 19, 2024
2 parents 2bade59 + d06cc91 commit 86dd632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wgutils-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Wait for checks to pass
gh pr checks ${{ github.event.pull_request.number }} --fail-fast --watch --required 2>&1 || true
# Now get the result in JSON
CHECKS_OUTPUT="$(gh pr checks ${{ github.event.pull_request.number }} --fail-fast --required --json bucket --jq '.state' 2>&1 || true)"
CHECKS_OUTPUT="$(gh pr checks ${{ github.event.pull_request.number }} --required --json bucket --jq '.state' 2>&1 || true)"
if [[ "$CHECKS_OUTPUT" == "pass" ]]; then
echo "$CHECKS_OUTPUT"
Expand Down

0 comments on commit 86dd632

Please sign in to comment.