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 8b3e973 + 83bdb1a commit a503bc6
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 @@ -36,7 +36,7 @@ jobs:
# Now get the result in JSON
CHECKS_OUTPUT="$(gh pr checks ${{ github.event.pull_request.number }} --required --json bucket --jq 'map(.bucket == "pass") | all' 2>&1 || true)"
if [[ "$CHECKS_OUTPUT" == "pass" ]]; then
if [[ "$CHECKS_OUTPUT" == "true" ]]; then
echo "$CHECKS_OUTPUT"
else
echo "PR state failed? $CHECKS_OUTPUT"
Expand Down

0 comments on commit a503bc6

Please sign in to comment.