Skip to content

Commit af51e2a

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4-3b4693a78a12f2356851746db8f05a9d from 1.1.4-c656737cb7c8adda8a6f5ee5f5ab08bc
Detected Schema changes: starting work. Building original model for commit c5b988 {"time":"2024-01-05T16:31:14.411548696Z","level":"ERROR","msg":"unable to open the rolodex file, check specification references and base path","file":"/__w/github-root/github-root/server-statistics-actions.yaml","error":"open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory"} {"time":"2024-01-05T16:31:14.411665864Z","level":"ERROR","msg":"unable to open the rolodex file, check specification references and base path","file":"/__w/github-root/github-root/server-statistics-packages.yaml","error":"open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory"} {"time":"2024-01-05T16:31:15.744076646Z","level":"ERROR","msg":"unable to open the rolodex file, check specification references and base path","file":"/__w/github-root/github-root/server-statistics-actions.yaml","error":"open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory"} {"time":"2024-01-05T16:31:15.744174639Z","level":"ERROR","msg":"unable to open the rolodex file, check specification references and base path","file":"/__w/github-root/github-root/server-statistics-packages.yaml","error":"open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory"} SPEC: extracted 1 commits from history SUCCESS: No changes detected DONE: completed WARNING: warnings reported during processing ⚠️ Error thrown when comparing: component 'server-statistics-actions.yaml' does not exist in the specification
1 parent b1b3d06 commit af51e2a

File tree

935 files changed

+3693
-3906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

935 files changed

+3693
-3906
lines changed

etc/openapi-client-generator.state

Lines changed: 935 additions & 935 deletions
Large diffs are not rendered by default.

src/Internal/Operation/Actions/GetActionsCacheList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ final class GetActionsCacheList
2929
private string $ref;
3030
/**An explicit key or prefix for identifying the cache **/
3131
private string $key;
32-
/**The number of results per page (max 100). **/
32+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3333
private int $perPage;
34-
/**Page number of the results to fetch. **/
34+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3535
private int $page;
3636
/**The property to sort the results by. `created_at` means when the cache was created. `last_accessed_at` means when the cache was last accessed. `size_in_bytes` is the size of the cache in bytes. **/
3737
private string $sort;

src/Internal/Operation/Actions/GetActionsCacheUsageByRepoForOrg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class GetActionsCacheUsageByRepoForOrg
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/actions/cache/usage-by-repository';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The number of results per page (max 100). **/
26+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2727
private int $perPage;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
3030

3131
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Cache\UsageByRepository $hydrator, string $org, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListArtifactsForRepo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ final class ListArtifactsForRepo
2727
private string $repo;
2828
/**The name field of an artifact. When specified, only artifacts with this name will be returned. **/
2929
private string $name;
30-
/**The number of results per page (max 100). **/
30+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $perPage;
32-
/**Page number of the results to fetch. **/
32+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3333
private int $page;
3434

3535
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Artifacts $hydrator, string $owner, string $repo, string $name, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListEnvironmentSecrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListEnvironmentSecrets
2525
private int $repositoryId;
2626
/**The name of the environment. The name must be URL encoded. For example, any slashes in the name must be replaced with `%2F`. **/
2727
private string $environmentName;
28-
/**The number of results per page (max 100). **/
28+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repositories\RepositoryId\Environments\EnvironmentName\Secrets $hydrator, int $repositoryId, string $environmentName, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListEnvironmentVariables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListEnvironmentVariables
2525
private int $repositoryId;
2626
/**The name of the environment. The name must be URL encoded. For example, any slashes in the name must be replaced with `%2F`. **/
2727
private string $environmentName;
28-
/**The number of results per page (max 30). **/
28+
/**The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repositories\RepositoryId\Environments\EnvironmentName\Variables $hydrator, int $repositoryId, string $environmentName, int $perPage = 10, int $page = 1)

src/Internal/Operation/Actions/ListJobsForWorkflowRun.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ final class ListJobsForWorkflowRun
2929
private int $runId;
3030
/**Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all jobs for a workflow run, including from old executions of the workflow run. **/
3131
private string $filter;
32-
/**The number of results per page (max 100). **/
32+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3333
private int $perPage;
34-
/**Page number of the results to fetch. **/
34+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3535
private int $page;
3636

3737
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Runs\RunId\Jobs $hydrator, string $owner, string $repo, int $runId, string $filter = 'latest', int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListJobsForWorkflowRunAttempt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ final class ListJobsForWorkflowRunAttempt
3030
private int $runId;
3131
/**The attempt number of the workflow run. **/
3232
private int $attemptNumber;
33-
/**The number of results per page (max 100). **/
33+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3434
private int $perPage;
35-
/**Page number of the results to fetch. **/
35+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3636
private int $page;
3737

3838
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Runs\RunId\Attempts\AttemptNumber\Jobs $hydrator, string $owner, string $repo, int $runId, int $attemptNumber, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListOrgSecrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class ListOrgSecrets
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/actions/secrets';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The number of results per page (max 100). **/
26+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2727
private int $perPage;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
3030

3131
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Secrets $hydrator, string $org, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListOrgVariables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class ListOrgVariables
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/actions/variables';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The number of results per page (max 30). **/
26+
/**The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2727
private int $perPage;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
3030

3131
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Variables $hydrator, string $org, int $perPage = 10, int $page = 1)

src/Internal/Operation/Actions/ListRepoAccessToSelfHostedRunnerGroupInOrg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoAccessToSelfHostedRunnerGroupInOrg
2525
private string $org;
2626
/**Unique identifier of the self-hosted runner group. **/
2727
private int $runnerGroupId;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
30-
/**The number of results per page (max 100). **/
30+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $perPage;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\RunnerGroups\RunnerGroupId\Repositories $hydrator, string $org, int $runnerGroupId, int $page = 1, int $perPage = 30)

src/Internal/Operation/Actions/ListRepoOrganizationSecrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoOrganizationSecrets
2525
private string $owner;
2626
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
2727
private string $repo;
28-
/**The number of results per page (max 100). **/
28+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\OrganizationSecrets $hydrator, string $owner, string $repo, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListRepoOrganizationVariables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoOrganizationVariables
2525
private string $owner;
2626
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
2727
private string $repo;
28-
/**The number of results per page (max 30). **/
28+
/**The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\OrganizationVariables $hydrator, string $owner, string $repo, int $perPage = 10, int $page = 1)

src/Internal/Operation/Actions/ListRepoSecrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoSecrets
2525
private string $owner;
2626
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
2727
private string $repo;
28-
/**The number of results per page (max 100). **/
28+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Secrets $hydrator, string $owner, string $repo, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListRepoVariables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoVariables
2525
private string $owner;
2626
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
2727
private string $repo;
28-
/**The number of results per page (max 30). **/
28+
/**The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Variables $hydrator, string $owner, string $repo, int $perPage = 10, int $page = 1)

src/Internal/Operation/Actions/ListRepoWorkflows.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListRepoWorkflows
2525
private string $owner;
2626
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
2727
private string $repo;
28-
/**The number of results per page (max 100). **/
28+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\Actions\Workflows $hydrator, string $owner, string $repo, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListSelectedReposForOrgSecret.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListSelectedReposForOrgSecret
2525
private string $org;
2626
/**The name of the secret. **/
2727
private string $secretName;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
30-
/**The number of results per page (max 100). **/
30+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $perPage;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Secrets\SecretName\Repositories $hydrator, string $org, string $secretName, int $page = 1, int $perPage = 30)

src/Internal/Operation/Actions/ListSelectedReposForOrgVariable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ final class ListSelectedReposForOrgVariable
2626
private string $org;
2727
/**The name of the variable. **/
2828
private string $name;
29-
/**Page number of the results to fetch. **/
29+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3030
private int $page;
31-
/**The number of results per page (max 100). **/
31+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3232
private int $perPage;
3333

3434
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Variables\Name\Repositories $hydrator, string $org, string $name, int $page = 1, int $perPage = 30)

src/Internal/Operation/Actions/ListSelectedRepositoriesEnabledGithubActionsOrganization.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class ListSelectedRepositoriesEnabledGithubActionsOrganization
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/actions/permissions/repositories';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The number of results per page (max 100). **/
26+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2727
private int $perPage;
28-
/**Page number of the results to fetch. **/
28+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $page;
3030

3131
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\Permissions\Repositories $hydrator, string $org, int $perPage = 30, int $page = 1)

src/Internal/Operation/Actions/ListSelfHostedRunnerGroupsForOrg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class ListSelfHostedRunnerGroupsForOrg
2525
private string $org;
2626
/**Only return runner groups that are allowed to be used by this repository. **/
2727
private string $visibleToRepository;
28-
/**The number of results per page (max 100). **/
28+
/**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
2929
private int $perPage;
30-
/**Page number of the results to fetch. **/
30+
/**The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/
3131
private int $page;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Actions\RunnerGroups $hydrator, string $org, string $visibleToRepository, int $perPage = 30, int $page = 1)

0 commit comments

Comments
 (0)