Skip to content

Commit dc90a36

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-1286a2730d7f8da9f91dca4d989b2f56 from 1.1.4-a9f9373b436a715e38764f5f7b04e767
Detected Schema changes: ``` └─┬Paths ├─┬/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id} │ └─┬GET │ └─┬Responses │ └─┬200 │ └─┬application/json │ └─┬default │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ └──[🔀] value (205104:9) ├─┬/repos/{owner}/{repo}/pulls/{pull_number}/update-branch │ └─┬PUT │ └──[🔀] description (36228:20) ├─┬/orgs/{org}/rulesets/rule-suites │ └─┬GET │ └─┬Responses │ └─┬200 │ └─┬application/json │ └─┬default │ └──[🔀] value (205081:7) ├─┬/orgs/{org}/rulesets/rule-suites/{rule_suite_id} │ └─┬GET │ └─┬Responses │ └─┬200 │ └─┬application/json │ └─┬default │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ ├──[🔀] value (205104:9) │ └──[🔀] value (205104:9) └─┬/repos/{owner}/{repo}/rulesets/rule-suites └─┬GET └─┬Responses └─┬200 └─┬application/json └─┬default └──[🔀] value (205081:7) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 25 | 0 | Date: 09/26/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - **Total Changes**: _25_ - **Modifications**: _25_
1 parent 718eb40 commit dc90a36

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "a9f9373b436a715e38764f5f7b04e767",
2+
"specHash": "1286a2730d7f8da9f91dca4d989b2f56",
33
"generatedFiles": {
44
"files": [
55
{

etc/specs/GitHub/current.spec.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36225,8 +36225,9 @@ paths:
3622536225
"/repos/{owner}/{repo}/pulls/{pull_number}/update-branch":
3622636226
put:
3622736227
summary: Update a pull request branch
36228-
description: Updates the pull request branch with the latest upstream changes
36229-
by merging HEAD from the base branch into the pull request branch.
36228+
description: |-
36229+
Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
36230+
Note: If making a request on behalf of a GitHub App you must also have permissions to write the contents of the head repository.
3623036231
tags:
3623136232
- pulls
3623236233
operationId: pulls/update-branch
@@ -205080,7 +205081,7 @@ components:
205080205081
value:
205081205082
- id: 21
205082205083
actor_id: 12
205083-
username: octocat
205084+
actor_name: octocat
205084205085
before_sha: 893f768e172fb1bc9c5d6f3dd48557e45f14e01d
205085205086
after_sha: dedd88641a362b6b4ea872da4847d6131a164d01
205086205087
ref: refs/heads/i-see-everything
@@ -205090,7 +205091,7 @@ components:
205090205091
result: bypass
205091205092
- id: 25
205092205093
actor_id: 11
205093-
username: not-octocat
205094+
actor_name: not-octocat
205094205095
before_sha: 48994e4e01ccc943624c6231f172702b82b233cc
205095205096
after_sha: ecfd5a1025fa271a33ca5608d089476a2df3c9a1
205096205097
ref: refs/heads/i-am-everything
@@ -205103,7 +205104,7 @@ components:
205103205104
value:
205104205105
id: 21
205105205106
actor_id: 12
205106-
username: octocat
205107+
actor_name: octocat
205107205108
before_sha: 893f768e172fb1bc9c5d6f3dd48557e45f14e01d
205108205109
after_sha: dedd88641a362b6b4ea872da4847d6131a164d01
205109205110
ref: refs/heads/i-see-everything

0 commit comments

Comments
 (0)