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 54699bd commit 3b6f5efCopy full SHA for 3b6f5ef
.github/workflows/pr-supervisor.yaml
@@ -40,7 +40,6 @@ jobs:
40
41
# We want to watch for pending checks beside this check
42
checks=$(gh pr checks $PR_NUMBER --json name,state --jq '[ .[] | select(.name != "yamato-supervisor") ]')
43
- echo "$checks" | jq .
44
45
pending=$(echo "$checks" | jq '[.[] | select(.state == "PENDING")] | length')
46
skipping=$(echo "$checks" | jq '[.[] | select(.state == "SKIPPED")] | length')
0 commit comments