Skip to content

Commit 8ecc1fc

Browse files
authored
Ignore "Update Supported Enterprise Server Versions"
1 parent 4e2634f commit 8ecc1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To regenerate the PR jobs for the action:
8282

8383
```sh
8484
SHA= ####
85-
CHECKS="$(gh api repos/github/codeql-action/commits/${SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or . == "Update dependencies" | not)]')"
85+
CHECKS="$(gh api repos/github/codeql-action/commits/${SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or . == "Update dependencies" or . == "Update Supported Enterprise Server Versions" | not)]')"
8686
echo "{\"contexts\": ${CHECKS}}" > checks.json
8787
gh api -X "PATCH" repos/github/codeql-action/branches/main/protection/required_status_checks --input checks.json
8888
gh api -X "PATCH" repos/github/codeql-action/branches/v1/protection/required_status_checks --input checks.json

0 commit comments

Comments
 (0)