File tree Expand file tree Collapse file tree 5 files changed +108
-0
lines changed Expand file tree Collapse file tree 5 files changed +108
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Type <code>RepositorySuggestedActorFilter</code> was added</p>",
8
+ "<p>Argument 'capabilities: [RepositorySuggestedActorFilter!]!<code>added to field</code>Repository.suggestedActors'</p>"
9
+ ]
10
+ }
11
+ ],
12
+ "previewChanges": [],
13
+ "upcomingChanges": [],
14
+ "date": "2025-04-15"
15
+ },
2
16
{
3
17
"schemaChanges": [
4
18
{
Original file line number Diff line number Diff line change @@ -50840,6 +50840,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
50840
50840
"""
50841
50841
before: String
50842
50842
50843
+ """
50844
+ A list of capabilities to filter actors by.
50845
+ """
50846
+ capabilities: [RepositorySuggestedActorFilter!]!
50847
+
50843
50848
"""
50844
50849
Returns the first _n_ elements from the list.
50845
50850
"""
@@ -52888,6 +52893,21 @@ enum RepositoryRulesetTarget {
52888
52893
TAG
52889
52894
}
52890
52895
52896
+ """
52897
+ The possible filters for suggested actors in a repository
52898
+ """
52899
+ enum RepositorySuggestedActorFilter {
52900
+ """
52901
+ Actors that can be assigned to issues and pull requests
52902
+ """
52903
+ CAN_BE_ASSIGNED
52904
+
52905
+ """
52906
+ Actors that can be the author of issues and pull requests
52907
+ """
52908
+ CAN_BE_AUTHOR
52909
+ }
52910
+
52891
52911
"""
52892
52912
A repository-topic connects a repository to a topic.
52893
52913
"""
Original file line number Diff line number Diff line change 67349
67349
"href": "/graphql/reference/scalars#string"
67350
67350
}
67351
67351
},
67352
+ {
67353
+ "name": "capabilities",
67354
+ "description": "<p>A list of capabilities to filter actors by.</p>",
67355
+ "type": {
67356
+ "name": "[RepositorySuggestedActorFilter!]!",
67357
+ "id": "repositorysuggestedactorfilter",
67358
+ "kind": "enums",
67359
+ "href": "/graphql/reference/enums#repositorysuggestedactorfilter"
67360
+ }
67361
+ },
67352
67362
{
67353
67363
"name": "first",
67354
67364
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
92393
92403
}
92394
92404
]
92395
92405
},
92406
+ {
92407
+ "name": "RepositorySuggestedActorFilter",
92408
+ "kind": "enums",
92409
+ "id": "repositorysuggestedactorfilter",
92410
+ "href": "/graphql/reference/enums#repositorysuggestedactorfilter",
92411
+ "description": "<p>The possible filters for suggested actors in a repository.</p>",
92412
+ "values": [
92413
+ {
92414
+ "name": "CAN_BE_ASSIGNED",
92415
+ "description": "<p>Actors that can be assigned to issues and pull requests.</p>"
92416
+ },
92417
+ {
92418
+ "name": "CAN_BE_AUTHOR",
92419
+ "description": "<p>Actors that can be the author of issues and pull requests.</p>"
92420
+ }
92421
+ ]
92422
+ },
92396
92423
{
92397
92424
"name": "RepositoryVisibility",
92398
92425
"kind": "enums",
Original file line number Diff line number Diff line change @@ -50840,6 +50840,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
50840
50840
"""
50841
50841
before: String
50842
50842
50843
+ """
50844
+ A list of capabilities to filter actors by.
50845
+ """
50846
+ capabilities: [RepositorySuggestedActorFilter!]!
50847
+
50843
50848
"""
50844
50849
Returns the first _n_ elements from the list.
50845
50850
"""
@@ -52888,6 +52893,21 @@ enum RepositoryRulesetTarget {
52888
52893
TAG
52889
52894
}
52890
52895
52896
+ """
52897
+ The possible filters for suggested actors in a repository
52898
+ """
52899
+ enum RepositorySuggestedActorFilter {
52900
+ """
52901
+ Actors that can be assigned to issues and pull requests
52902
+ """
52903
+ CAN_BE_ASSIGNED
52904
+
52905
+ """
52906
+ Actors that can be the author of issues and pull requests
52907
+ """
52908
+ CAN_BE_AUTHOR
52909
+ }
52910
+
52891
52911
"""
52892
52912
A repository-topic connects a repository to a topic.
52893
52913
"""
Original file line number Diff line number Diff line change 67349
67349
"href": "/graphql/reference/scalars#string"
67350
67350
}
67351
67351
},
67352
+ {
67353
+ "name": "capabilities",
67354
+ "description": "<p>A list of capabilities to filter actors by.</p>",
67355
+ "type": {
67356
+ "name": "[RepositorySuggestedActorFilter!]!",
67357
+ "id": "repositorysuggestedactorfilter",
67358
+ "kind": "enums",
67359
+ "href": "/graphql/reference/enums#repositorysuggestedactorfilter"
67360
+ }
67361
+ },
67352
67362
{
67353
67363
"name": "first",
67354
67364
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
92393
92403
}
92394
92404
]
92395
92405
},
92406
+ {
92407
+ "name": "RepositorySuggestedActorFilter",
92408
+ "kind": "enums",
92409
+ "id": "repositorysuggestedactorfilter",
92410
+ "href": "/graphql/reference/enums#repositorysuggestedactorfilter",
92411
+ "description": "<p>The possible filters for suggested actors in a repository.</p>",
92412
+ "values": [
92413
+ {
92414
+ "name": "CAN_BE_ASSIGNED",
92415
+ "description": "<p>Actors that can be assigned to issues and pull requests.</p>"
92416
+ },
92417
+ {
92418
+ "name": "CAN_BE_AUTHOR",
92419
+ "description": "<p>Actors that can be the author of issues and pull requests.</p>"
92420
+ }
92421
+ ]
92422
+ },
92396
92423
{
92397
92424
"name": "RepositoryVisibility",
92398
92425
"kind": "enums",
You can’t perform that action at this time.
0 commit comments