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 cfd5905 commit fd3eadcCopy full SHA for fd3eadc
entrypoint.sh
@@ -31,7 +31,7 @@ AUTH_HEADER="Authorization: token ${GITHUB_TOKEN}"
31
ref=$(jq -r ".pull_request.head.ref" "$GITHUB_EVENT_PATH")
32
number=$(jq -r ".pull_request.number" "$GITHUB_EVENT_PATH")
33
action=$(jq -r ".action" "$GITHUB_EVENT_PATH")
34
-state=$(jq -r ".review.state" "$GITHUB_EVENT_PATH")
+state=$(jq -r ".[] | .review.state" "$GITHUB_EVENT_PATH")
35
36
check_contains_wip_label() {
37
RESPONSE=$(
0 commit comments