Skip to content

[pull] main from github:main #1080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------
# To update the sha:
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250529-200944-g9be5a274f AS base
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250616-220726-g8823b63b3 AS base

# Install curl for Node install and determining the early access branch
# Install git for cloning docs-early-access & translations repos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ This feed shows activity and recommendations based on your network on {% data va

{% endif %}

## Exploring recommended repositories

In the "Explore repositories" section on the right side of your dashboard, you can explore recommended repositories in your communities. Recommendations are based on repositories you've starred or visited, the people you follow, and activity within repositories that you have access to.{% ifversion fpt or ghec %} For more information, see [AUTOTITLE](/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github).{% endif %}

## Further reading

* [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard)
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ jobs:

## `vars` context

{% data reusables.actions.configuration-variables-beta-note %}

The `vars` context contains custom configuration variables set at the organization, repository, and environment levels. For more information about defining configuration variables for use in multiple workflows, see [AUTOTITLE](/actions/learn-github-actions/variables#defining-variables-for-multiple-workflows).

### Example contents of the `vars` context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ Forking a repository is similar to duplicating a repository, with the following
* Code pushed to a fork is visible to all repositories in the fork network, even after that fork is deleted.
* You can use a pull request to suggest changes from your fork to the upstream repository.
* You can bring changes from the upstream repository to your fork by synchronizing your fork with the upstream repository.
* Forks have their own members, branches, tags, labels, policies, issues, pull requests, discussions, actions, projects, and wikis.
* Forks inherit the restrictions of their upstream repositories. For example, branch protection rules cannot be passed down if the upstream repository belongs to an organization on a {% data variables.product.prodname_free_team %} plan.

Like duplicated repositories, forks have their own members, branches, tags, labels, policies, issues, pull requests, discussions, actions, projects, and wikis.

## Further reading

* [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models)
Expand Down
2 changes: 0 additions & 2 deletions data/reusables/actions/configuration-variables-beta-note.md

This file was deleted.

19 changes: 19 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": []
}
],
"previewChanges": [],
"upcomingChanges": [
{
"title": "The following changes will be made to the schema:",
"changes": [
"<p>On member <code>ClosedEvent.stateReason</code>:<code>stateReason</code> will be removed. <strong>Effective 2025-10-01</strong>.</p>",
"<p>On member <code>Issue.stateReason</code>:<code>stateReason</code> will be removed. <strong>Effective 2025-10-01</strong>.</p>"
]
}
],
"date": "2025-06-17"
},
{
"schemaChanges": [
{
Expand Down
12 changes: 12 additions & 0 deletions src/graphql/data/fpt/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,18 @@ upcoming_changes:
date: '2025-09-04'
criticality: breaking
owner: github/issues_advanced_search
- location: ClosedEvent.stateReason
description: '`stateReason` will be removed.'
reason: The state reason for duplicate issue is now returned by default.
date: '2025-10-01T00:00:00+00:00'
criticality: breaking
owner: issues
- location: Issue.stateReason
description: '`stateReason` will be removed.'
reason: The state reason for duplicate issue is now returned by default.
date: '2025-10-01T00:00:00+00:00'
criticality: breaking
owner: issues
- location: SecurityAdvisory.cvss
description:
'`cvss` will be removed. New `cvss_severities` field will now contain
Expand Down
5 changes: 3 additions & 2 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4641,6 +4641,7 @@ type ClosedEvent implements Node & UniformResourceLocatable {
The reason the issue state was changed to closed.
"""
stateReason: IssueStateReason
@deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")

"""
The HTTP URL for this closed event.
Expand Down Expand Up @@ -19070,6 +19071,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
"""
enableDuplicate: Boolean = false
): IssueStateReason
@deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")

"""
A list of sub-issues associated with the Issue.
Expand Down Expand Up @@ -19871,8 +19873,7 @@ enum IssueStateReason {
COMPLETED

"""
An issue that has been closed as a duplicate. To retrieve this value, set
`(enableDuplicate: true)` when querying the stateReason field.
An issue that has been closed as a duplicate.
"""
DUPLICATE

Expand Down
10 changes: 7 additions & 3 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13830,7 +13830,9 @@
"type": "IssueStateReason",
"id": "issuestatereason",
"kind": "enums",
"href": "/graphql/reference/enums#issuestatereason"
"href": "/graphql/reference/enums#issuestatereason",
"isDeprecated": true,
"deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
},
{
"name": "url",
Expand Down Expand Up @@ -29819,7 +29821,9 @@
"href": "/graphql/reference/scalars#boolean"
}
}
]
],
"isDeprecated": true,
"deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
},
{
"name": "subIssues",
Expand Down Expand Up @@ -89326,7 +89330,7 @@
},
{
"name": "DUPLICATE",
"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>"
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/upcoming-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8881,6 +8881,22 @@
"date": "2025-10-01",
"criticality": "breaking",
"owner": "github/advisory-database"
},
{
"location": "Issue.stateReason",
"description": "<p><code>stateReason</code> will be removed.</p>",
"reason": "<p>The state reason for duplicate issue is now returned by default.</p>",
"date": "2025-10-01",
"criticality": "breaking",
"owner": "issues"
},
{
"location": "ClosedEvent.stateReason",
"description": "<p><code>stateReason</code> will be removed.</p>",
"reason": "<p>The state reason for duplicate issue is now returned by default.</p>",
"date": "2025-10-01",
"criticality": "breaking",
"owner": "issues"
}
],
"2025-09-04": [
Expand Down
12 changes: 12 additions & 0 deletions src/graphql/data/ghec/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,18 @@ upcoming_changes:
date: '2025-09-04'
criticality: breaking
owner: github/issues_advanced_search
- location: ClosedEvent.stateReason
description: '`stateReason` will be removed.'
reason: The state reason for duplicate issue is now returned by default.
date: '2025-10-01T00:00:00+00:00'
criticality: breaking
owner: issues
- location: Issue.stateReason
description: '`stateReason` will be removed.'
reason: The state reason for duplicate issue is now returned by default.
date: '2025-10-01T00:00:00+00:00'
criticality: breaking
owner: issues
- location: SecurityAdvisory.cvss
description:
'`cvss` will be removed. New `cvss_severities` field will now contain
Expand Down
5 changes: 3 additions & 2 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4641,6 +4641,7 @@ type ClosedEvent implements Node & UniformResourceLocatable {
The reason the issue state was changed to closed.
"""
stateReason: IssueStateReason
@deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")

"""
The HTTP URL for this closed event.
Expand Down Expand Up @@ -19070,6 +19071,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
"""
enableDuplicate: Boolean = false
): IssueStateReason
@deprecated(reason: "The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.")

"""
A list of sub-issues associated with the Issue.
Expand Down Expand Up @@ -19871,8 +19873,7 @@ enum IssueStateReason {
COMPLETED

"""
An issue that has been closed as a duplicate. To retrieve this value, set
`(enableDuplicate: true)` when querying the stateReason field.
An issue that has been closed as a duplicate.
"""
DUPLICATE

Expand Down
10 changes: 7 additions & 3 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13830,7 +13830,9 @@
"type": "IssueStateReason",
"id": "issuestatereason",
"kind": "enums",
"href": "/graphql/reference/enums#issuestatereason"
"href": "/graphql/reference/enums#issuestatereason",
"isDeprecated": true,
"deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
},
{
"name": "url",
Expand Down Expand Up @@ -29819,7 +29821,9 @@
"href": "/graphql/reference/scalars#boolean"
}
}
]
],
"isDeprecated": true,
"deprecationReason": "<p>The state reason for duplicate issue is now returned by default. Removal on 2025-10-01 UTC.</p>"
},
{
"name": "subIssues",
Expand Down Expand Up @@ -89326,7 +89330,7 @@
},
{
"name": "DUPLICATE",
"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>"
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/ghec/upcoming-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8881,6 +8881,22 @@
"date": "2025-10-01",
"criticality": "breaking",
"owner": "github/advisory-database"
},
{
"location": "Issue.stateReason",
"description": "<p><code>stateReason</code> will be removed.</p>",
"reason": "<p>The state reason for duplicate issue is now returned by default.</p>",
"date": "2025-10-01",
"criticality": "breaking",
"owner": "issues"
},
{
"location": "ClosedEvent.stateReason",
"description": "<p><code>stateReason</code> will be removed.</p>",
"reason": "<p>The state reason for duplicate issue is now returned by default.</p>",
"date": "2025-10-01",
"criticality": "breaking",
"owner": "issues"
}
],
"2025-09-04": [
Expand Down