Skip to content

Commit e3c97c8

Browse files
authored
Merge pull request #37976 from github/repo-sync
Repo sync
2 parents bf58832 + 9a68997 commit e3c97c8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each argument is one of:
4949
#### `--slice=<N/M>`
5050

5151
\[Advanced] Divide the test cases into _M_ roughly equal-sized slices
52-
and process only the _N_th of them. This can be used for manual
52+
and process only the _&#x4E;_&#x74;h of them. This can be used for manual
5353
parallelization of the testing process.
5454

5555
#### `--[no-]strict-test-discovery`

content/code-security/codeql-cli/codeql-cli-manual/test-accept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Each argument is one of:
5757
#### `--slice=<N/M>`
5858

5959
\[Advanced] Divide the test cases into _M_ roughly equal-sized slices
60-
and process only the _N_th of them. This can be used for manual
60+
and process only the _&#x4E;_&#x74;h of them. This can be used for manual
6161
parallelization of the testing process.
6262

6363
#### `--[no-]strict-test-discovery`

content/code-security/codeql-cli/codeql-cli-manual/test-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Set total amount of RAM the test runner should be allowed to use.
112112
#### `--slice=<N/M>`
113113

114114
\[Advanced] Divide the test cases into _M_ roughly equal-sized slices
115-
and process only the _N_th of them. This can be used for manual
115+
and process only the _&#x4E;_&#x74;h of them. This can be used for manual
116116
parallelization of the testing process.
117117

118118
#### `--[no-]strict-test-discovery`

content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ People with read permissions to a repository can view the values of custom prope
6868
{% data reusables.repositories.sidebar-settings %}
6969
1. In the "Code and automation" section of the sidebar, click **{% octicon "tools" aria-hidden="true" %} Custom properties**.
7070

71+
{% ifversion ghes > 3.14 %}
72+
7173
## Searching and filtering repositories by custom properties values
7274

7375
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
7678
{% data reusables.user-settings.access_org %}
7779
1. Under your organization name, click **{% octicon "repo" aria-hidden="true" %} Repositories**.
7880
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.
81+
82+
{% endif %}

0 commit comments

Comments
 (0)