diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md index 2f437f9931dc..b599687d697a 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md @@ -49,7 +49,7 @@ Each argument is one of: #### `--slice=` \[Advanced] Divide the test cases into _M_ roughly equal-sized slices -and process only the _N_th of them. This can be used for manual +and process only the _N_th of them. This can be used for manual parallelization of the testing process. #### `--[no-]strict-test-discovery` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md b/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md index 9e16ecd6501e..f535e2066789 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md @@ -57,7 +57,7 @@ Each argument is one of: #### `--slice=` \[Advanced] Divide the test cases into _M_ roughly equal-sized slices -and process only the _N_th of them. This can be used for manual +and process only the _N_th of them. This can be used for manual parallelization of the testing process. #### `--[no-]strict-test-discovery` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/test-run.md b/content/code-security/codeql-cli/codeql-cli-manual/test-run.md index 2b60f2015452..f6a60a88a5fd 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/test-run.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/test-run.md @@ -112,7 +112,7 @@ Set total amount of RAM the test runner should be allowed to use. #### `--slice=` \[Advanced] Divide the test cases into _M_ roughly equal-sized slices -and process only the _N_th of them. This can be used for manual +and process only the _N_th of them. This can be used for manual parallelization of the testing process. #### `--[no-]strict-test-discovery` diff --git a/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md b/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md index c344d856e76c..a9324dbe1682 100644 --- a/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md @@ -68,6 +68,8 @@ People with read permissions to a repository can view the values of custom prope {% data reusables.repositories.sidebar-settings %} 1. In the "Code and automation" section of the sidebar, click **{% octicon "tools" aria-hidden="true" %} Custom properties**. +{% ifversion ghes > 3.14 %} + ## Searching and filtering repositories by custom properties values You can search for repositories in your organization by custom properties values. @@ -76,3 +78,5 @@ You can search for repositories in your organization by custom properties values {% data reusables.user-settings.access_org %} 1. Under your organization name, click **{% octicon "repo" aria-hidden="true" %} Repositories**. 1. In the search bar, type `prop` to see a list of all custom properties in your organization, and select the property you'd like to search by. + +{% endif %}