Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 0

Commit 69c9ebc

Browse files
authoredMar 21, 2025··
Merge pull request #1582 from php-api-clients/GitHubEnterprise-3.14/from-1.1.4-17c2c7428f307a53f2d8a29fc0b52750-from-1.1.4-17c2c7428f307a53f2d8a29fc0b52750
2 parents b9cc65e + 5bff012 commit 69c9ebc

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed
 

‎clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "8137cb0f7b4d2c9a7e11798086b95b2a",
2+
"specHash": "17c2c7428f307a53f2d8a29fc0b52750",
33
"generatedFiles": {
44
"files": [
55
{
@@ -26264,7 +26264,7 @@
2626426264
},
2626526265
{
2626626266
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/Issues\/Create\/Request\/ApplicationJson.php",
26267-
"hash": "335cc418a5e348ab8d9aef4140dbd513"
26267+
"hash": "3de07eb2a6b048784a27635795fa683f"
2626826268
},
2626926269
{
2627026270
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietC87B405D\/Tiet9B9DED8B\/Tiet852071AE\/Tiet1AF85D12.php",
@@ -26296,7 +26296,7 @@
2629626296
},
2629726297
{
2629826298
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/Issues\/Update\/Request\/ApplicationJson.php",
26299-
"hash": "1244e5dcd3e4cb57a5e95343282e8b0f"
26299+
"hash": "58462d123a3e94dec71dec93af21fee2"
2630026300
},
2630126301
{
2630226302
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/Issues\/AddAssignees\/Request\/ApplicationJson.php",
@@ -27504,7 +27504,7 @@
2750427504
},
2750527505
{
2750627506
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Operation\/Issues.php",
27507-
"hash": "2b1c01814ea22ab3511d57bfefb43f7f"
27507+
"hash": "943f6c18c2b153af47e046f85548c3d3"
2750827508
},
2750927509
{
2751027510
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Operation\/Licenses.php",

‎clients/GitHubEnterprise-3.14/src/Schema/Issues/Create/Request/ApplicationJson.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"string",
9797
"null"
9898
],
99-
"description": "The name of the issue type to associate with this issue.",
99+
"description": "The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._",
100100
"examples": [
101101
"Epic"
102102
]
@@ -127,7 +127,7 @@
127127
* assignee: Login for the user that this issue should be assigned to. _NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. **This field is closing down.**_
128128
* labels: Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._
129129
* assignees: Logins for Users to assign to this issue. _NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise._
130-
* type: The name of the issue type to associate with this issue.
130+
* type: The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._
131131
*/
132132
public function __construct(public string|int $title, public string|null $body, public string|null $assignee, public string|int|null $milestone, public array|null $labels, public array|null $assignees, public string|null $type)
133133
{

‎clients/GitHubEnterprise-3.14/src/Schema/Issues/Update/Request/ApplicationJson.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"string",
128128
"null"
129129
],
130-
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
130+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type. Only users with push access can set the type for issues. Without push access to the repository, type changes are silently dropped.",
131131
"examples": [
132132
"Epic"
133133
]
@@ -162,7 +162,7 @@
162162
* stateReason: The reason for the state change. Ignored unless `state` is changed.
163163
* labels: Labels to associate with this issue. Pass one or more labels to _replace_ the set of labels on this issue. Send an empty array (`[]`) to clear all labels from the issue. Only users with push access can set labels for issues. Without push access to the repository, label changes are silently dropped.
164164
* assignees: Usernames to assign to this issue. Pass one or more user logins to _replace_ the set of assignees on this issue. Send an empty array (`[]`) to clear all assignees from the issue. Only users with push access can set assignees for new issues. Without push access to the repository, assignee changes are silently dropped.
165-
* type: The name of the issue type to associate with this issue or use `null` to remove the current issue type.
165+
* type: The name of the issue type to associate with this issue or use `null` to remove the current issue type. Only users with push access can set the type for issues. Without push access to the repository, type changes are silently dropped.
166166
*/
167167
public function __construct(public string|int|null $title, public string|null $body, public string|null $assignee, public string|null $state, #[MapFrom('state_reason')]
168168
public string|null $stateReason, public string|int|null $milestone, public array|null $labels, public array|null $assignees, public string|null $type,)

‎etc/specs/GitHubEnterprise-3.14/current.spec.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -32280,7 +32280,9 @@ paths:
3228032280
type:
3228132281
- string
3228232282
- 'null'
32283-
description: The name of the issue type to associate with this issue.
32283+
description: 'The name of the issue type to associate with this
32284+
issue. _NOTE: Only users with push access can set the type for
32285+
new issues. The type is silently dropped otherwise._'
3228432286
examples:
3228532287
- Epic
3228632288
required:
@@ -32897,7 +32899,9 @@ paths:
3289732899
- string
3289832900
- 'null'
3289932901
description: The name of the issue type to associate with this issue
32900-
or use `null` to remove the current issue type.
32902+
or use `null` to remove the current issue type. Only users with
32903+
push access can set the type for issues. Without push access to
32904+
the repository, type changes are silently dropped.
3290132905
examples:
3290232906
- Epic
3290332907
examples:

0 commit comments

Comments
 (0)
Please sign in to comment.