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
/**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
-
**/
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. **/
32
31
privatestring$ref;
33
32
/**The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. **/
/**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
-
**/
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. **/
32
31
privatestring$ref;
33
32
/**The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. **/
Copy file name to clipboardExpand all lines: clients/GitHub/src/Internal/Operation/Repos/GetRepoRuleSuites.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ 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. 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
-
**/
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. **/
34
33
privatestring$ref;
35
34
/**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/GitHub/src/Internal/Operation/Repos/GetRepoRuleSuitesListing.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ 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. 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
-
**/
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. **/
34
33
privatestring$ref;
35
34
/**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