File tree Expand file tree Collapse file tree 5 files changed +126
-0
lines changed Expand file tree Collapse file tree 5 files changed +126
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Enum value 'BLOCKED_BY_REMOVED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
8
+ "<p>Enum value 'BLOCKING_ADDED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
9
+ "<p>Enum value 'BLOCKING_REMOVED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
10
+ "<p>Enum value 'BLOCKED_BY_REMOVED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
11
+ "<p>Enum value 'BLOCKING_ADDED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
12
+ "<p>Enum value 'BLOCKING_REMOVED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>"
13
+ ]
14
+ }
15
+ ],
16
+ "previewChanges": [],
17
+ "upcomingChanges": [],
18
+ "date": "2025-07-31"
19
+ },
2
20
{
3
21
"schemaChanges": [
4
22
{
Original file line number Diff line number Diff line change @@ -20311,6 +20311,21 @@ enum IssueTimelineItemsItemType {
20311
20311
"""
20312
20312
BLOCKED_BY_ADDED_EVENT
20313
20313
20314
+ """
20315
+ Represents a 'blocked_by_removed' event on a given issue.
20316
+ """
20317
+ BLOCKED_BY_REMOVED_EVENT
20318
+
20319
+ """
20320
+ Represents a 'blocking_added' event on a given issue.
20321
+ """
20322
+ BLOCKING_ADDED_EVENT
20323
+
20324
+ """
20325
+ Represents a 'blocking_removed' event on a given issue.
20326
+ """
20327
+ BLOCKING_REMOVED_EVENT
20328
+
20314
20329
"""
20315
20330
Represents a 'closed' event on any `Closable`.
20316
20331
"""
@@ -42960,6 +42975,21 @@ enum PullRequestTimelineItemsItemType {
42960
42975
"""
42961
42976
BLOCKED_BY_ADDED_EVENT
42962
42977
42978
+ """
42979
+ Represents a 'blocked_by_removed' event on a given issue.
42980
+ """
42981
+ BLOCKED_BY_REMOVED_EVENT
42982
+
42983
+ """
42984
+ Represents a 'blocking_added' event on a given issue.
42985
+ """
42986
+ BLOCKING_ADDED_EVENT
42987
+
42988
+ """
42989
+ Represents a 'blocking_removed' event on a given issue.
42990
+ """
42991
+ BLOCKING_REMOVED_EVENT
42992
+
42963
42993
"""
42964
42994
Represents a 'closed' event on any `Closable`.
42965
42995
"""
Original file line number Diff line number Diff line change 89627
89627
"name": "BLOCKED_BY_ADDED_EVENT",
89628
89628
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
89629
89629
},
89630
+ {
89631
+ "name": "BLOCKED_BY_REMOVED_EVENT",
89632
+ "description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
89633
+ },
89634
+ {
89635
+ "name": "BLOCKING_ADDED_EVENT",
89636
+ "description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
89637
+ },
89638
+ {
89639
+ "name": "BLOCKING_REMOVED_EVENT",
89640
+ "description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
89641
+ },
89630
89642
{
89631
89643
"name": "CLOSED_EVENT",
89632
89644
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
91758
91770
"name": "BLOCKED_BY_ADDED_EVENT",
91759
91771
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
91760
91772
},
91773
+ {
91774
+ "name": "BLOCKED_BY_REMOVED_EVENT",
91775
+ "description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
91776
+ },
91777
+ {
91778
+ "name": "BLOCKING_ADDED_EVENT",
91779
+ "description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
91780
+ },
91781
+ {
91782
+ "name": "BLOCKING_REMOVED_EVENT",
91783
+ "description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
91784
+ },
91761
91785
{
91762
91786
"name": "CLOSED_EVENT",
91763
91787
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
Original file line number Diff line number Diff line change @@ -20311,6 +20311,21 @@ enum IssueTimelineItemsItemType {
20311
20311
"""
20312
20312
BLOCKED_BY_ADDED_EVENT
20313
20313
20314
+ """
20315
+ Represents a 'blocked_by_removed' event on a given issue.
20316
+ """
20317
+ BLOCKED_BY_REMOVED_EVENT
20318
+
20319
+ """
20320
+ Represents a 'blocking_added' event on a given issue.
20321
+ """
20322
+ BLOCKING_ADDED_EVENT
20323
+
20324
+ """
20325
+ Represents a 'blocking_removed' event on a given issue.
20326
+ """
20327
+ BLOCKING_REMOVED_EVENT
20328
+
20314
20329
"""
20315
20330
Represents a 'closed' event on any `Closable`.
20316
20331
"""
@@ -42960,6 +42975,21 @@ enum PullRequestTimelineItemsItemType {
42960
42975
"""
42961
42976
BLOCKED_BY_ADDED_EVENT
42962
42977
42978
+ """
42979
+ Represents a 'blocked_by_removed' event on a given issue.
42980
+ """
42981
+ BLOCKED_BY_REMOVED_EVENT
42982
+
42983
+ """
42984
+ Represents a 'blocking_added' event on a given issue.
42985
+ """
42986
+ BLOCKING_ADDED_EVENT
42987
+
42988
+ """
42989
+ Represents a 'blocking_removed' event on a given issue.
42990
+ """
42991
+ BLOCKING_REMOVED_EVENT
42992
+
42963
42993
"""
42964
42994
Represents a 'closed' event on any `Closable`.
42965
42995
"""
Original file line number Diff line number Diff line change 89627
89627
"name": "BLOCKED_BY_ADDED_EVENT",
89628
89628
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
89629
89629
},
89630
+ {
89631
+ "name": "BLOCKED_BY_REMOVED_EVENT",
89632
+ "description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
89633
+ },
89634
+ {
89635
+ "name": "BLOCKING_ADDED_EVENT",
89636
+ "description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
89637
+ },
89638
+ {
89639
+ "name": "BLOCKING_REMOVED_EVENT",
89640
+ "description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
89641
+ },
89630
89642
{
89631
89643
"name": "CLOSED_EVENT",
89632
89644
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
91758
91770
"name": "BLOCKED_BY_ADDED_EVENT",
91759
91771
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
91760
91772
},
91773
+ {
91774
+ "name": "BLOCKED_BY_REMOVED_EVENT",
91775
+ "description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
91776
+ },
91777
+ {
91778
+ "name": "BLOCKING_ADDED_EVENT",
91779
+ "description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
91780
+ },
91781
+ {
91782
+ "name": "BLOCKING_REMOVED_EVENT",
91783
+ "description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
91784
+ },
91761
91785
{
91762
91786
"name": "CLOSED_EVENT",
91763
91787
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
You can’t perform that action at this time.
0 commit comments