We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4712487 + 77605c7 commit db40ac4Copy full SHA for db40ac4
.github/workflows/script/update-required-checks.sh
@@ -23,7 +23,7 @@ fi
23
echo "Getting checks for $GITHUB_SHA"
24
25
# Ignore any checks with "https://", CodeQL, LGTM, and Update checks.
26
-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 . == "check-expected-release-files" or contains("Update") or contains("update") or contains("test-setup-python-scripts") | 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 . == "Dependabot" or . == "check-expected-release-files" or contains("Update") or contains("update") or contains("test-setup-python-scripts") | not)] | unique | sort')"
27
28
echo "$CHECKS" | jq
29
0 commit comments