Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Each argument is one of:
#### `--slice=<N/M>`

\[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 _&#x4E;_&#x74;h of them. This can be used for manual
parallelization of the testing process.

#### `--[no-]strict-test-discovery`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Each argument is one of:
#### `--slice=<N/M>`

\[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 _&#x4E;_&#x74;h of them. This can be used for manual
parallelization of the testing process.

#### `--[no-]strict-test-discovery`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Set total amount of RAM the test runner should be allowed to use.
#### `--slice=<N/M>`

\[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 _&#x4E;_&#x74;h of them. This can be used for manual
parallelization of the testing process.

#### `--[no-]strict-test-discovery`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 %}
Loading