We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3514d57 commit 83bdb1aCopy full SHA for 83bdb1a
‎.github/workflows/wgutils-automerge.yml
@@ -36,7 +36,7 @@ jobs:
36
# Now get the result in JSON
37
CHECKS_OUTPUT="$(gh pr checks ${{ github.event.pull_request.number }} --required --json bucket --jq 'map(.bucket == "pass") | all' 2>&1 || true)"
38
39
- if [[ "$CHECKS_OUTPUT" == "pass" ]]; then
+ if [[ "$CHECKS_OUTPUT" == "true" ]]; then
40
echo "$CHECKS_OUTPUT"
41
else
42
echo "PR state failed? $CHECKS_OUTPUT"
0 commit comments