You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHubEnterpriseCloud] Update to 1.1.4-c0c105796e9d1dc06a29e146077e02a1 from 1.1.4-01b3a10116bf0a1ac4be25bb7b236bf7
Detected Schema changes:
starting work.
Building original model for commit 749ca0
2024-07-19 17:29:11 ERROR unable to open the rolodex file, check specification references and base path
├ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
└ file: /__w/github-root/github-root/server-statistics-actions.yaml
2024-07-19 17:29:11 ERROR 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
2024-07-19 17:29:11 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
2024-07-19 17:29:14 ERROR 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
2024-07-19 17:29:14 ERROR 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
ERROR: component 'server-statistics-actions.yaml' does not exist in the specification
ERROR: component 'server-statistics-packages.yaml' does not exist in the specification
ERROR: component 'server-statistics-advisory-db.yaml' does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [206786:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [206788:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [206790:11]
ERROR: component 'server-statistics-actions.yaml' does not exist in the specification
ERROR: component 'server-statistics-packages.yaml' does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [206781:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [206783:11]
/**The organization name. The name is not case sensitive. **/
29
29
privatestring$org;
30
+
/**The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
31
+
**/
32
+
privatestring$ref;
30
33
/**The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. **/
31
34
privateint$repositoryName;
32
35
/**The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. **/
@@ -42,9 +45,10 @@ final class GetOrgRuleSuites
42
45
/**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)." **/
/**The organization name. The name is not case sensitive. **/
29
29
privatestring$org;
30
+
/**The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
31
+
**/
32
+
privatestring$ref;
30
33
/**The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. **/
31
34
privateint$repositoryName;
32
35
/**The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. **/
@@ -42,9 +45,10 @@ final class GetOrgRuleSuitesListing
42
45
/**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)." **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Repos/GetRepoRuleSuites.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ final class GetRepoRuleSuites
29
29
privatestring$owner;
30
30
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
31
31
privatestring$repo;
32
-
/**The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. **/
32
+
/**The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
33
+
**/
33
34
privatestring$ref;
34
35
/**The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Repos/GetRepoRuleSuitesListing.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ final class GetRepoRuleSuitesListing
29
29
privatestring$owner;
30
30
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
31
31
privatestring$repo;
32
-
/**The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. **/
32
+
/**The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
33
+
**/
33
34
privatestring$ref;
34
35
/**The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. **/
0 commit comments