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.
2 parents ceacebd + 5a6f006 commit 47dc295Copy full SHA for 47dc295
.github/workflows/script/update-required-checks.sh
@@ -21,7 +21,7 @@ fi
21
echo "Getting checks for $GITHUB_SHA"
22
23
# Ignore any checks with "https://", CodeQL, LGTM, and Update checks.
24
-CHECKS="$(gh api repos/github/codeql-action/commits/${GITHUB_SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or contains("Update") | not)] | unique | sort')"
+CHECKS="$(gh api repos/github/codeql-action/commits/${GITHUB_SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or contains("Update") or contains("update") | not)] | unique | sort')"
25
26
echo "$CHECKS" | jq
27
0 commit comments