Skip to content

Commit 9125f63

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-7175787c7e49e097149d5858b6551438 from 1.1.4-fab1ddd37553337c5ed4418939293ccb
Detected Schema changes: ``` └─┬Paths ├─┬/repos/{owner}/{repo}/comments/{comment_id}/reactions │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬POST │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id} │ └─┬DELETE │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/comments/{comment_id} │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ ├─┬DELETE │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬PATCH │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/gists/{gist_id}/comments/{comment_id} │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ ├─┬DELETE │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬PATCH │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id} │ └─┬DELETE │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies │ └─┬POST │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/issues/comments/{comment_id} │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ ├─┬DELETE │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬PATCH │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬POST │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions │ ├─┬GET │ │ └─┬Parameters │ │ └─┬Schema │ │ └──[➖] format (223381:17)❌ │ └─┬POST │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id} │ └─┬DELETE │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ └─┬/repos/{owner}/{repo}/pulls/comments/{comment_id} ├─┬GET │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ ├─┬DELETE │ └─┬Parameters │ └─┬Schema │ └──[➖] format (223381:17)❌ └─┬PATCH └─┬Parameters └─┬Schema └──[➖] format (223381:17)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 22 | 22 | Date: 09/12/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _22_ out of _22_ - **Removals**: _22_ - **Breaking Removals**: _22_ ERROR: breaking changes discovered
1 parent 815d7a9 commit 9125f63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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": "fab1ddd37553337c5ed4418939293ccb",
2+
"specHash": "7175787c7e49e097149d5858b6551438",
33
"generatedFiles": {
44
"files": [
55
{

etc/specs/GitHub/current.spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223378,6 +223378,7 @@ components:
223378223378
required: true
223379223379
schema:
223380223380
type: integer
223381+
format: int64
223381223382
labels:
223382223383
name: labels
223383223384
description: 'A list of comma separated label names. Example: `bug,ui,@high`'

0 commit comments

Comments
 (0)