File tree Expand file tree Collapse file tree 10 files changed +96
-11
lines changed Expand file tree Collapse file tree 10 files changed +96
-11
lines changed Original file line number Diff line number Diff line change 8
8
# ---------------------------------------------------------------
9
9
# To update the sha:
10
10
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11
- FROM ghcr.io/github/gh-base-image/gh-base-noble:20250529-200944-g9be5a274f AS base
11
+ FROM ghcr.io/github/gh-base-image/gh-base-noble:20250616-220726-g8823b63b3 AS base
12
12
13
13
# Install curl for Node install and determining the early access branch
14
14
# Install git for cloning docs-early-access & translations repos
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
+ }
8
+ ],
9
+ "previewChanges": [],
10
+ "upcomingChanges": [
11
+ {
12
+ "title": "The following changes will be made to the schema:",
13
+ "changes": [
14
+ "<p>On member <code>ClosedEvent.stateReason</code>:<code>stateReason</code> will be removed. <strong>Effective 2025-10-01</strong>.</p>",
15
+ "<p>On member <code>Issue.stateReason</code>:<code>stateReason</code> will be removed. <strong>Effective 2025-10-01</strong>.</p>"
16
+ ]
17
+ }
18
+ ],
19
+ "date": "2025-06-17"
20
+ },
2
21
{
3
22
"schemaChanges": [
4
23
{
Original file line number Diff line number Diff line change @@ -1512,6 +1512,18 @@ upcoming_changes:
1512
1512
date : ' 2025-09-04'
1513
1513
criticality : breaking
1514
1514
owner : github/issues_advanced_search
1515
+ - location : ClosedEvent.stateReason
1516
+ description : ' `stateReason` will be removed.'
1517
+ reason : The state reason for duplicate issue is now returned by default.
1518
+ date : ' 2025-10-01T00:00:00+00:00'
1519
+ criticality : breaking
1520
+ owner : issues
1521
+ - location : Issue.stateReason
1522
+ description : ' `stateReason` will be removed.'
1523
+ reason : The state reason for duplicate issue is now returned by default.
1524
+ date : ' 2025-10-01T00:00:00+00:00'
1525
+ criticality : breaking
1526
+ owner : issues
1515
1527
- location : SecurityAdvisory.cvss
1516
1528
description :
1517
1529
' `cvss` will be removed. New `cvss_severities` field will now contain
Original file line number Diff line number Diff line change @@ -4641,6 +4641,7 @@ type ClosedEvent implements Node & UniformResourceLocatable {
4641
4641
The reason the issue state was changed to closed.
4642
4642
"""
4643
4643
stateReason: IssueStateReason
4644
+ @deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")
4644
4645
4645
4646
"""
4646
4647
The HTTP URL for this closed event.
@@ -19070,6 +19071,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
19070
19071
"""
19071
19072
enableDuplicate: Boolean = false
19072
19073
): IssueStateReason
19074
+ @deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")
19073
19075
19074
19076
"""
19075
19077
A list of sub-issues associated with the Issue.
@@ -19871,8 +19873,7 @@ enum IssueStateReason {
19871
19873
COMPLETED
19872
19874
19873
19875
"""
19874
- An issue that has been closed as a duplicate. To retrieve this value, set
19875
- `(enableDuplicate: true)` when querying the stateReason field.
19876
+ An issue that has been closed as a duplicate.
19876
19877
"""
19877
19878
DUPLICATE
19878
19879
Original file line number Diff line number Diff line change 13830
13830
"type": "IssueStateReason",
13831
13831
"id": "issuestatereason",
13832
13832
"kind": "enums",
13833
- "href": "/graphql/reference/enums#issuestatereason"
13833
+ "href": "/graphql/reference/enums#issuestatereason",
13834
+ "isDeprecated": true,
13835
+ "deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
13834
13836
},
13835
13837
{
13836
13838
"name": "url",
29819
29821
"href": "/graphql/reference/scalars#boolean"
29820
29822
}
29821
29823
}
29822
- ]
29824
+ ],
29825
+ "isDeprecated": true,
29826
+ "deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
29823
29827
},
29824
29828
{
29825
29829
"name": "subIssues",
89326
89330
},
89327
89331
{
89328
89332
"name": "DUPLICATE",
89329
- "description": "<p>An issue that has been closed as a duplicate. To retrieve this value, set\n<code>(enableDuplicate: true)</code> when querying the stateReason field. </p>"
89333
+ "description": "<p>An issue that has been closed as a duplicate.</p>"
89330
89334
},
89331
89335
{
89332
89336
"name": "NOT_PLANNED",
Original file line number Diff line number Diff line change 8881
8881
"date" : " 2025-10-01" ,
8882
8882
"criticality" : " breaking" ,
8883
8883
"owner" : " github/advisory-database"
8884
+ },
8885
+ {
8886
+ "location" : " Issue.stateReason" ,
8887
+ "description" : " <p><code>stateReason</code> will be removed.</p>" ,
8888
+ "reason" : " <p>The state reason for duplicate issue is now returned by default.</p>" ,
8889
+ "date" : " 2025-10-01" ,
8890
+ "criticality" : " breaking" ,
8891
+ "owner" : " issues"
8892
+ },
8893
+ {
8894
+ "location" : " ClosedEvent.stateReason" ,
8895
+ "description" : " <p><code>stateReason</code> will be removed.</p>" ,
8896
+ "reason" : " <p>The state reason for duplicate issue is now returned by default.</p>" ,
8897
+ "date" : " 2025-10-01" ,
8898
+ "criticality" : " breaking" ,
8899
+ "owner" : " issues"
8884
8900
}
8885
8901
],
8886
8902
"2025-09-04" : [
Original file line number Diff line number Diff line change @@ -1512,6 +1512,18 @@ upcoming_changes:
1512
1512
date : ' 2025-09-04'
1513
1513
criticality : breaking
1514
1514
owner : github/issues_advanced_search
1515
+ - location : ClosedEvent.stateReason
1516
+ description : ' `stateReason` will be removed.'
1517
+ reason : The state reason for duplicate issue is now returned by default.
1518
+ date : ' 2025-10-01T00:00:00+00:00'
1519
+ criticality : breaking
1520
+ owner : issues
1521
+ - location : Issue.stateReason
1522
+ description : ' `stateReason` will be removed.'
1523
+ reason : The state reason for duplicate issue is now returned by default.
1524
+ date : ' 2025-10-01T00:00:00+00:00'
1525
+ criticality : breaking
1526
+ owner : issues
1515
1527
- location : SecurityAdvisory.cvss
1516
1528
description :
1517
1529
' `cvss` will be removed. New `cvss_severities` field will now contain
Original file line number Diff line number Diff line change @@ -4641,6 +4641,7 @@ type ClosedEvent implements Node & UniformResourceLocatable {
4641
4641
The reason the issue state was changed to closed.
4642
4642
"""
4643
4643
stateReason: IssueStateReason
4644
+ @deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")
4644
4645
4645
4646
"""
4646
4647
The HTTP URL for this closed event.
@@ -19070,6 +19071,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
19070
19071
"""
19071
19072
enableDuplicate: Boolean = false
19072
19073
): IssueStateReason
19074
+ @deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")
19073
19075
19074
19076
"""
19075
19077
A list of sub-issues associated with the Issue.
@@ -19871,8 +19873,7 @@ enum IssueStateReason {
19871
19873
COMPLETED
19872
19874
19873
19875
"""
19874
- An issue that has been closed as a duplicate. To retrieve this value, set
19875
- `(enableDuplicate: true)` when querying the stateReason field.
19876
+ An issue that has been closed as a duplicate.
19876
19877
"""
19877
19878
DUPLICATE
19878
19879
Original file line number Diff line number Diff line change 13830
13830
"type": "IssueStateReason",
13831
13831
"id": "issuestatereason",
13832
13832
"kind": "enums",
13833
- "href": "/graphql/reference/enums#issuestatereason"
13833
+ "href": "/graphql/reference/enums#issuestatereason",
13834
+ "isDeprecated": true,
13835
+ "deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
13834
13836
},
13835
13837
{
13836
13838
"name": "url",
29819
29821
"href": "/graphql/reference/scalars#boolean"
29820
29822
}
29821
29823
}
29822
- ]
29824
+ ],
29825
+ "isDeprecated": true,
29826
+ "deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
29823
29827
},
29824
29828
{
29825
29829
"name": "subIssues",
89326
89330
},
89327
89331
{
89328
89332
"name": "DUPLICATE",
89329
- "description": "<p>An issue that has been closed as a duplicate. To retrieve this value, set\n<code>(enableDuplicate: true)</code> when querying the stateReason field. </p>"
89333
+ "description": "<p>An issue that has been closed as a duplicate.</p>"
89330
89334
},
89331
89335
{
89332
89336
"name": "NOT_PLANNED",
Original file line number Diff line number Diff line change 8881
8881
"date" : " 2025-10-01" ,
8882
8882
"criticality" : " breaking" ,
8883
8883
"owner" : " github/advisory-database"
8884
+ },
8885
+ {
8886
+ "location" : " Issue.stateReason" ,
8887
+ "description" : " <p><code>stateReason</code> will be removed.</p>" ,
8888
+ "reason" : " <p>The state reason for duplicate issue is now returned by default.</p>" ,
8889
+ "date" : " 2025-10-01" ,
8890
+ "criticality" : " breaking" ,
8891
+ "owner" : " issues"
8892
+ },
8893
+ {
8894
+ "location" : " ClosedEvent.stateReason" ,
8895
+ "description" : " <p><code>stateReason</code> will be removed.</p>" ,
8896
+ "reason" : " <p>The state reason for duplicate issue is now returned by default.</p>" ,
8897
+ "date" : " 2025-10-01" ,
8898
+ "criticality" : " breaking" ,
8899
+ "owner" : " issues"
8884
8900
}
8885
8901
],
8886
8902
"2025-09-04" : [
You can’t perform that action at this time.
0 commit comments