File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -25959,6 +25959,11 @@ enum ReportedContentClassifiers {
25959
25959
"""
25960
25960
ABUSE
25961
25961
25962
+ """
25963
+ A duplicated piece of content
25964
+ """
25965
+ DUPLICATE
25966
+
25962
25967
"""
25963
25968
An irrelevant piece of content
25964
25969
"""
@@ -26119,6 +26124,11 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
26119
26124
"""
26120
26125
defaultBranchRef: Ref
26121
26126
26127
+ """
26128
+ Whether or not branches are automatically deleted when merged in this repository.
26129
+ """
26130
+ deleteBranchOnMerge: Boolean!
26131
+
26122
26132
"""
26123
26133
A list of deploy keys that are on this repository.
26124
26134
"""
Original file line number Diff line number Diff line change 6146
6146
"isDeprecated": false,
6147
6147
"deprecationReason": null
6148
6148
},
6149
+ {
6150
+ "name": "deleteBranchOnMerge",
6151
+ "description": "Whether or not branches are automatically deleted when merged in this repository.",
6152
+ "args": [],
6153
+ "type": {
6154
+ "kind": "NON_NULL",
6155
+ "name": null,
6156
+ "ofType": {
6157
+ "kind": "SCALAR",
6158
+ "name": "Boolean",
6159
+ "ofType": null
6160
+ }
6161
+ },
6162
+ "isDeprecated": false,
6163
+ "deprecationReason": null
6164
+ },
6149
6165
{
6150
6166
"name": "deployKeys",
6151
6167
"description": "A list of deploy keys that are on this repository.",
86907
86923
"isDeprecated": false,
86908
86924
"deprecationReason": null
86909
86925
},
86926
+ {
86927
+ "name": "DUPLICATE",
86928
+ "description": "A duplicated piece of content",
86929
+ "isDeprecated": false,
86930
+ "deprecationReason": null
86931
+ },
86910
86932
{
86911
86933
"name": "RESOLVED",
86912
86934
"description": "The content has been resolved",
You can’t perform that action at this time.
0 commit comments