Skip to content

Commit 7ec01f7

Browse files
octokitbotgr2m
authored andcommittedAug 24, 2019
fix: description update, replace emoji with :emoji: tags (#200)
1 parent 2978ade commit 7ec01f7

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed
 

Diff for: ‎schema.graphql

+8-8
Original file line numberDiff line numberDiff line change
@@ -17762,42 +17762,42 @@ Emojis that can be attached to Issues, Pull Requests and Comments.
1776217762
"""
1776317763
enum ReactionContent {
1776417764
"""
17765-
Represents the 😕 emoji.
17765+
Represents the `:confused:` emoji.
1776617766
"""
1776717767
CONFUSED
1776817768

1776917769
"""
17770-
Represents the 👀 emoji.
17770+
Represents the `:eyes:` emoji.
1777117771
"""
1777217772
EYES
1777317773

1777417774
"""
17775-
Represents the ❤️ emoji.
17775+
Represents the `:heart:` emoji.
1777617776
"""
1777717777
HEART
1777817778

1777917779
"""
17780-
Represents the 🎉 emoji.
17780+
Represents the `:hooray:` emoji.
1778117781
"""
1778217782
HOORAY
1778317783

1778417784
"""
17785-
Represents the 😄 emoji.
17785+
Represents the `:laugh:` emoji.
1778617786
"""
1778717787
LAUGH
1778817788

1778917789
"""
17790-
Represents the 🚀 emoji.
17790+
Represents the `:rocket:` emoji.
1779117791
"""
1779217792
ROCKET
1779317793

1779417794
"""
17795-
Represents the 👎 emoji.
17795+
Represents the `:-1:` emoji.
1779617796
"""
1779717797
THUMBS_DOWN
1779817798

1779917799
"""
17800-
Represents the 👍 emoji.
17800+
Represents the `:+1:` emoji.
1780117801
"""
1780217802
THUMBS_UP
1780317803
}

Diff for: ‎schema.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
"name": "SecurityAdvisoryOrder",
746746
"ofType": null
747747
},
748-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
748+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
749749
},
750750
{
751751
"name": "identifier",
@@ -869,7 +869,7 @@
869869
"name": "SecurityVulnerabilityOrder",
870870
"ofType": null
871871
},
872-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
872+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
873873
},
874874
{
875875
"name": "ecosystem",
@@ -4162,7 +4162,7 @@
41624162
"name": "SavedReplyOrder",
41634163
"ofType": null
41644164
},
4165-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
4165+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
41664166
}
41674167
],
41684168
"type": {
@@ -6165,7 +6165,7 @@
61656165
"name": "DeploymentOrder",
61666166
"ofType": null
61676167
},
6168-
"defaultValue": "{field:\"CREATED_AT\",direction:\"ASC\"}"
6168+
"defaultValue": "{field: CREATED_AT, direction: ASC}"
61696169
},
61706170
{
61716171
"name": "after",
@@ -16039,7 +16039,7 @@
1603916039
"name": "AuditLogOrder",
1604016040
"ofType": null
1604116041
},
16042-
"defaultValue": "{field:\"CREATED_AT\",direction:\"DESC\"}"
16042+
"defaultValue": "{field: CREATED_AT, direction: DESC}"
1604316043
}
1604416044
],
1604516045
"type": {
@@ -16245,7 +16245,7 @@
1624516245
"name": "UserStatusOrder",
1624616246
"ofType": null
1624716247
},
16248-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
16248+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
1624916249
}
1625016250
],
1625116251
"type": {
@@ -18449,7 +18449,7 @@
1844918449
"name": "UserStatusOrder",
1845018450
"ofType": null
1845118451
},
18452-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
18452+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
1845318453
}
1845418454
],
1845518455
"type": {
@@ -22274,7 +22274,7 @@
2227422274
"name": "PullRequestOrder",
2227522275
"ofType": null
2227622276
},
22277-
"defaultValue": "{field:\"CREATED_AT\",direction:\"ASC\"}"
22277+
"defaultValue": "{field: CREATED_AT, direction: ASC}"
2227822278
}
2227922279
],
2228022280
"type": {
@@ -22555,7 +22555,7 @@
2255522555
"name": "DeploymentOrder",
2255622556
"ofType": null
2255722557
},
22558-
"defaultValue": "{field:\"CREATED_AT\",direction:\"ASC\"}"
22558+
"defaultValue": "{field: CREATED_AT, direction: ASC}"
2255922559
},
2256022560
{
2256122561
"name": "after",
@@ -24910,49 +24910,49 @@
2491024910
"enumValues": [
2491124911
{
2491224912
"name": "THUMBS_UP",
24913-
"description": "Represents the 👍 emoji.",
24913+
"description": "Represents the `:+1:` emoji.",
2491424914
"isDeprecated": false,
2491524915
"deprecationReason": null
2491624916
},
2491724917
{
2491824918
"name": "THUMBS_DOWN",
24919-
"description": "Represents the 👎 emoji.",
24919+
"description": "Represents the `:-1:` emoji.",
2492024920
"isDeprecated": false,
2492124921
"deprecationReason": null
2492224922
},
2492324923
{
2492424924
"name": "LAUGH",
24925-
"description": "Represents the 😄 emoji.",
24925+
"description": "Represents the `:laugh:` emoji.",
2492624926
"isDeprecated": false,
2492724927
"deprecationReason": null
2492824928
},
2492924929
{
2493024930
"name": "HOORAY",
24931-
"description": "Represents the 🎉 emoji.",
24931+
"description": "Represents the `:hooray:` emoji.",
2493224932
"isDeprecated": false,
2493324933
"deprecationReason": null
2493424934
},
2493524935
{
2493624936
"name": "CONFUSED",
24937-
"description": "Represents the 😕 emoji.",
24937+
"description": "Represents the `:confused:` emoji.",
2493824938
"isDeprecated": false,
2493924939
"deprecationReason": null
2494024940
},
2494124941
{
2494224942
"name": "HEART",
24943-
"description": "Represents the ❤️ emoji.",
24943+
"description": "Represents the `:heart:` emoji.",
2494424944
"isDeprecated": false,
2494524945
"deprecationReason": null
2494624946
},
2494724947
{
2494824948
"name": "ROCKET",
24949-
"description": "Represents the 🚀 emoji.",
24949+
"description": "Represents the `:rocket:` emoji.",
2495024950
"isDeprecated": false,
2495124951
"deprecationReason": null
2495224952
},
2495324953
{
2495424954
"name": "EYES",
24955-
"description": "Represents the 👀 emoji.",
24955+
"description": "Represents the `:eyes:` emoji.",
2495624956
"isDeprecated": false,
2495724957
"deprecationReason": null
2495824958
}
@@ -33255,7 +33255,7 @@
3325533255
"name": "UserStatusOrder",
3325633256
"ofType": null
3325733257
},
33258-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
33258+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
3325933259
}
3326033260
],
3326133261
"type": {
@@ -65430,7 +65430,7 @@
6543065430
"name": "SecurityVulnerabilityOrder",
6543165431
"ofType": null
6543265432
},
65433-
"defaultValue": "{field:\"UPDATED_AT\",direction:\"DESC\"}"
65433+
"defaultValue": "{field: UPDATED_AT, direction: DESC}"
6543465434
},
6543565435
{
6543665436
"name": "ecosystem",
@@ -67226,7 +67226,7 @@
6722667226
"name": "ContributionOrder",
6722767227
"ofType": null
6722867228
},
67229-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
67229+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6723067230
}
6723167231
],
6723267232
"type": {
@@ -67440,7 +67440,7 @@
6744067440
"name": "ContributionOrder",
6744167441
"ofType": null
6744267442
},
67443-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
67443+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6744467444
}
6744567445
],
6744667446
"type": {
@@ -67562,7 +67562,7 @@
6756267562
"name": "ContributionOrder",
6756367563
"ofType": null
6756467564
},
67565-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
67565+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6756667566
}
6756767567
],
6756867568
"type": {
@@ -67674,7 +67674,7 @@
6767467674
"name": "ContributionOrder",
6767567675
"ofType": null
6767667676
},
67677-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
67677+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6767867678
}
6767967679
],
6768067680
"type": {
@@ -69617,7 +69617,7 @@
6961769617
"name": "ContributionOrder",
6961869618
"ofType": null
6961969619
},
69620-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
69620+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6962169621
}
6962269622
],
6962369623
"type": {
@@ -69711,7 +69711,7 @@
6971169711
"name": "CommitContributionOrder",
6971269712
"ofType": null
6971369713
},
69714-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
69714+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
6971569715
}
6971669716
],
6971769717
"type": {
@@ -70256,7 +70256,7 @@
7025670256
"name": "ContributionOrder",
7025770257
"ofType": null
7025870258
},
70259-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
70259+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
7026070260
}
7026170261
],
7026270262
"type": {
@@ -70350,7 +70350,7 @@
7035070350
"name": "ContributionOrder",
7035170351
"ofType": null
7035270352
},
70353-
"defaultValue": "{field:\"OCCURRED_AT\",direction:\"DESC\"}"
70353+
"defaultValue": "{field: OCCURRED_AT, direction: DESC}"
7035470354
}
7035570355
],
7035670356
"type": {

0 commit comments

Comments
 (0)
Please sign in to comment.