Skip to content

Commit 049c104

Browse files
fix: add missing property category.node_id to discussion and discussion_comment (#960)
1 parent 524ed0d commit 049c104

22 files changed

+85
-74
lines changed

payload-examples/api.github.com/discussion/answered.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809315,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 141753607,
89
"emoji": ":pray:",
910
"name": "Q&A",

payload-examples/api.github.com/discussion/category_changed.payload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809317,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 141753607,
89
"emoji": ":raised_hands:",
910
"name": "Show and tell",
@@ -54,6 +55,7 @@
5455
"category": {
5556
"from": {
5657
"id": 32809314,
58+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE",
5759
"repository_id": 141753607,
5860
"emoji": ":speech_balloon:",
5961
"name": "General",

payload-examples/api.github.com/discussion/created.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/edited.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/edited.with-reactions.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/labeled.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/labeled.with-reactions.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/locked.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 141753607,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/locked.with-reactions.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 141753607,
89
"emoji": ":speech_balloon:",
910
"name": "General",

payload-examples/api.github.com/discussion/pinned.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
55
"category": {
66
"id": 32809314,
7+
"node_id": "MDEyOkRpc2N1c3Npb25DYWNoZTMyODA5MzE1",
78
"repository_id": 186853002,
89
"emoji": ":speech_balloon:",
910
"name": "General",

0 commit comments

Comments
 (0)