Merge branch 'main' into mchammer01/more-broken-link-fixes
This commit is contained in:
2
.github/workflows/browser-test.yml
vendored
2
.github/workflows/browser-test.yml
vendored
@@ -40,11 +40,13 @@ jobs:
|
||||
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
|
||||
name: Install
|
||||
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
args: npm ci
|
||||
|
||||
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
|
||||
name: Test
|
||||
timeout-minutes: 10
|
||||
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
|
||||
with:
|
||||
args: npm run browser-test
|
||||
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET Core SDK ${{ matrix.dotnet }}
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
- name: Install dependencies
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet ${{ matrix.dotnet-version }}
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
# You can test your matrix by printing the current dotnet version
|
||||
@@ -118,7 +118,7 @@ You can configure your job to use a specific version of .NET, such as `3.1.3`. A
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: '3.1.x'
|
||||
- name: Install dependencies
|
||||
@@ -139,7 +139,7 @@ For more information, see "[Caching dependencies to speed up workflows](/actions
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: '3.1.x'
|
||||
- uses: actions/cache@v2
|
||||
@@ -171,7 +171,7 @@ You can use the same commands that you use locally to build and test your code.
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: '3.1.x'
|
||||
- name: Install dependencies
|
||||
@@ -206,7 +206,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1.6.0
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -596,7 +596,7 @@ This event runs in the context of the base of the pull request, rather than in t
|
||||
|
||||
{% warning %}
|
||||
|
||||
**Warning:** The `pull_request_target` event is granted a read/write repository token and can access secrets, even when it is triggered from a fork. Although the workflow runs in the context of the base of the pull request, you should make sure that you do not check out, build, or run untrusted code from the pull request with this event. Additionally, any caches share the same scope as the base branch, and to help prevent cache poisoning, you should not save the cache if there is a possibility that the cache contents were altered.
|
||||
**Warning:** The `pull_request_target` event is granted a read/write repository token and can access secrets, even when it is triggered from a fork. Although the workflow runs in the context of the base of the pull request, you should make sure that you do not check out, build, or run untrusted code from the pull request with this event. Additionally, any caches share the same scope as the base branch, and to help prevent cache poisoning, you should not save the cache if there is a possibility that the cache contents were altered. For more information, see "[Keeping your GitHub Actions and workflows secure: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests)" on the GitHub Security Lab website.
|
||||
|
||||
{% endwarning %}
|
||||
|
||||
|
||||
@@ -9,42 +9,47 @@ versions:
|
||||
|
||||
#### {% data variables.product.prodname_actions %} beta
|
||||
|
||||
[{% data variables.product.prodname_actions %}](https://github.com/features/actions) is a powerful, flexible solution for CI/CD and workflow automation. {% data variables.product.prodname_actions %} on GHAE uses a new [{% data variables.actions.hosted_runner %}](/github-ae@latest/actions/using-github-hosted-runners/about-ae-hosted-runners), only available on GHAE, that enables you to customize the size, image, and networking configuration of the runners. These all new runners are a finished-service CI compute environment with auto-scaling and management, all taken care of by GitHub. During the beta, use of these powerful new GHAE hosted runners is free of charge.
|
||||
[{% data variables.product.prodname_actions %}](https://github.com/features/actions) is a powerful, flexible solution for CI/CD and workflow automation. For more information, see "[Introduction to {% data variables.product.prodname_actions %}](/actions/learn-github-actions/introduction-to-github-actions)."
|
||||
|
||||
{% data variables.product.prodname_actions %} on {% data variables.product.product_name %} uses a new [{% data variables.actions.hosted_runner %}](/actions/using-github-hosted-runners/about-ae-hosted-runners), only available for {% data variables.product.product_name %}, that enables you to customize the size, image, and networking configuration of the runners. These runners are a finished-service CI compute environment with auto-scaling and management, fully managed by {% data variables.product.company_short %}. During the beta, the use {% data variables.actions.hosted_runner %}s is free of charge. For more information, see "[Adding {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/adding-ae-hosted-runners)."
|
||||
|
||||
Please note that when {% data variables.product.prodname_actions %} is enabled during this upgrade, two organizations named "GitHub Actions" (@**actions** and @**github**) will appear in {% data variables.product.product_location %}. These organizations are required by {% data variables.product.prodname_actions %}. Users named @**ghost** and @**actions** appear as the actors for creation of these organizations in the audit log.
|
||||
|
||||
|
||||
#### {% data variables.product.prodname_registry %} beta
|
||||
|
||||
[{% data variables.product.prodname_registry %}](https://github.com/features/packages) is a package hosting service, natively integrated with GitHub APIs, Actions, and webhooks. Create an [end-to-end DevOps workflow](/github-ae@latest/packages/quickstart) that includes your code, continuous integration, and deployment solutions. During this beta, {% data variables.product.prodname_registry %} is offered free of charge to GitHub AE customers.
|
||||
[{% data variables.product.prodname_registry %}](https://github.com/features/packages) is a package hosting service, natively integrated with {% data variables.product.prodname_actions %}, APIs, and webhooks. Create an [end-to-end DevOps workflow](/github-ae@latest/packages/quickstart) that includes your code, continuous integration, and deployment solutions. During this beta, {% data variables.product.prodname_registry %} is offered free of charge to {% data variables.product.product_name %} customers.
|
||||
|
||||
#### {% data variables.product.prodname_GH_advanced_security %} beta
|
||||
|
||||
{% data variables.product.prodname_GH_advanced_security %} is available in beta and includes both code scanning and secret scanning. During this beta, {% data variables.product.prodname_GH_advanced_security %} features are being offered free of charge to GitHub AE customers. Repository and organization administrators can opt-in to use {% data variables.product.prodname_GH_advanced_security %} in the Security and Analysis tab under settings.
|
||||
{% data variables.product.prodname_GH_advanced_security %} is available in beta and includes both code scanning and secret scanning. During this beta, {% data variables.product.prodname_GH_advanced_security %} features are being offered free of charge to {% data variables.product.product_name %} customers. Repository and organization administrators can opt-in to use {% data variables.product.prodname_GH_advanced_security %} in the Security and Analysis tab under settings.
|
||||
|
||||
Learn more about {% data variables.product.prodname_GH_advanced_security %} [code scanning](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) and [secret scanning](/github/administering-a-repository/about-secret-scanning) on {% data variables.product.prodname_ghe_managed %}.
|
||||
|
||||
#### Manage teams from your identity provider
|
||||
#### Manage teams from your identity provider (IdP)
|
||||
|
||||
Customers using SCIM (System for Cross-domain Identity Management) can now sync security groups in Azure Active Directory with GitHub teams. Once a team has been linked to a security group, membership will be automatically updated in GitHub when a user is added or removed from their assigned security group.
|
||||
Customers using SCIM (System for Cross-domain Identity Management) can now sync security groups in Azure Active Directory with {% data variables.product.company_short %} teams. Once a team has been linked to a security group, membership will be automatically updated in {% data variables.product.product_name %} when a user is added or removed from their assigned security group.
|
||||
|
||||
#### IP allow lists beta
|
||||
|
||||
[GitHub IP allow lists](/admin/configuration/restricting-network-traffic-to-your-enterprise) provide the ability to filter traffic from administrator-specified IP ranges, defined by CIDR notation. The allow list is defined at the enterprise or organization account level in Security > Settings. All traffic that attempts to reach resources within the enterprise account and organizations are filtered by the IP allow lists. This functionality is provided in addition to the ability to request network security group changes that filter traffic to the entirety of the GHAE tenant.
|
||||
[{% data variables.product.company_short %} IP allow lists](/admin/configuration/restricting-network-traffic-to-your-enterprise) provide the ability to filter traffic from administrator-specified IP ranges, defined by CIDR notation. The allow list is defined at the enterprise or organization account level in Security > Settings. All traffic that attempts to reach resources within the enterprise account and organizations are filtered by the IP allow lists. This functionality is provided in addition to the ability to request network security group changes that filter traffic to the entirety of the GHAE tenant.
|
||||
|
||||
|
||||
### Changes
|
||||
|
||||
#### Developer changes
|
||||
|
||||
- [Organization owners can now disable publication](/github/setting-up-and-managing-organizations-and-teams/managing-the-publication-of-github-pages-sites-for-your-organization) of GitHub Pages sites from repositories in the organization. This will not unpublish existing sites.
|
||||
- Repositories that use GitHub Pages can now [build and deploy from any branch](/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).
|
||||
- [Organization owners can now disable publication](/github/setting-up-and-managing-organizations-and-teams/managing-the-publication-of-github-pages-sites-for-your-organization) of {% data variables.product.prodname_pages %} sites from repositories in the organization. This will not unpublish existing sites.
|
||||
- Repositories that use {% data variables.product.prodname_pages %} can now [build and deploy from any branch](/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).
|
||||
- When writing an issue or pull request, the list syntax for bullets, numbers, and tasks will now be autocompleted after you press `return` or `enter`.
|
||||
- You can now delete a directory in a repository from the repository page. When navigating to a directory, a new kebab button next to the “Add file” button gives the option to delete the directory.
|
||||
- It’s now easier and faster to [reference issues or pull requests](/github/writing-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests), with search across multiple words after the “#”.
|
||||
- You can now delete a directory in a repository from the repository page. When navigating to a directory, a new kebab button next to the "Add file" button gives the option to delete the directory.
|
||||
- It’s now easier and faster to [reference issues or pull requests](/github/writing-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests), with search across multiple words after the "#".
|
||||
|
||||
##### Administration changes
|
||||
|
||||
- Enterprise administrators can now publish a mandatory message. The message is shown to all users and they must acknowledge it. This can be used to display important information, terms of service or policies.
|
||||
- The GitHub App single file path permission can now [support up to ten files](/developers/apps/creating-a-github-app-using-url-parameters).
|
||||
- When configuring a GitHub App, the authorization callback URL is a required field. Now we will permit the integrator to specify multiple callback URLs. GitHub denies authorization if the callback URL from the request is not listed.
|
||||
- Enterprise owners can now publish a mandatory message. The message is shown to all users and they must acknowledge it. This can be used to display important information, terms of service or policies.
|
||||
- The {% data variables.product.prodname_github_app%} single file path permission can now [support up to ten files](/developers/apps/creating-a-github-app-using-url-parameters).
|
||||
- When configuring a {% data variables.product.prodname_github_app%}, the authorization callback URL is a required field. Now we will permit the integrator to specify multiple callback URLs. {% data variables.product.product_name %} denies authorization if the callback URL from the request is not listed.
|
||||
- A [new API endpoint](/rest/reference/apps#create-a-scoped-access-token) enables the exchange of a user to server token for a user to server token scoped to specific repositories.
|
||||
- Events are now logged in the audit log on [promoting a team member to be a team maintainer and on demoting a team maintainer to be a team member](/admin/user-management/audited-actions#teams).
|
||||
- The [OAuth device authorization flow](/developers/apps/authorizing-oauth-apps#device-flow) is now supported. This allows any CLI client or developer tool to authenticate using a secondary system.
|
||||
@@ -52,21 +57,25 @@ Customers using SCIM (System for Cross-domain Identity Management) can now sync
|
||||
|
||||
##### Default branch renaming
|
||||
|
||||
Enterprise and organization administrators can now set the default branch name for new repositories. Enterprise administrators can also enforce their choice of default branch name across all organizations or allow individual organizations to choose their own.
|
||||
Enterprise and organization owners can now set the default branch name for new repositories. Enterprise owners can also enforce their choice of default branch name across all organizations or allow individual organizations to choose their own.
|
||||
|
||||
Existing repositories are unaffected by these settings, and their default branch name will not be changed.
|
||||
|
||||
This change is one of many changes GitHub is making to support projects and maintainers that want to rename their default branch. To learn more, see [github/renaming](https://github.com/github/renaming).
|
||||
This change is one of many changes {% data variables.product.company_short %} is making to support projects and maintainers that want to rename their default branch. To learn more, see [github/renaming](https://github.com/github/renaming).
|
||||
|
||||
|
||||
### Bug fixes
|
||||
- Users can no longer set a backup email address on their profile. Their email address is set through the Identity Provider only.
|
||||
- GitHub AE can now connect to Azure Boards.
|
||||
- Version headers were missing from the APIs, and have now been set to “GitHub AE”.
|
||||
- Users can no longer set a backup email address on their profile. Their email address is set through the IdP only.
|
||||
- You can no longer enable two-factor authentication after configuring authentication through your IdP.
|
||||
- {% data variables.product.product_name %} can now connect to Azure Boards.
|
||||
- Version headers were missing from the APIs, and have now been set to "GitHub AE."
|
||||
- Links to documentation have been fixed.
|
||||
- Configuration of audit log forwarding within the enterprise's settings was failing.
|
||||
- Navigating to gists could result in a 500 error.
|
||||
- The Support email or URL was failing to save. It now saves after a period of a few minutes.
|
||||
- Organization level pull request templates were not being applied to all pull requests in the organization.
|
||||
|
||||
### Known issues
|
||||
|
||||
- Audit log forwarding can fail.
|
||||
- Geographic location data is not shown in the audit log. Location information can otherwise be discerned from the IP address associated with each event.
|
||||
- The link to Packages from a repository page shows an incorrect search page when that repository does not have any packages.
|
||||
- The link to {% data variables.product.prodname_registry %} from a repository page shows an incorrect search page when that repository does not have any packages.
|
||||
|
||||
@@ -23,7 +23,7 @@ You can view enterprise owners {% if currentVersion == "free-pro-team@latest" %}
|
||||
|
||||
### Viewing members and outside collaborators
|
||||
|
||||
You can view the number of pending members and outside collaborators. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %}role {% if currentVersion == "free-pro-team@latest" %}, and{% elsif currentVersion == "github-ae@latest" %}or {% endif %}organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name.
|
||||
You can view the number of pending members and outside collaborators. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %} role{% if currentVersion == "free-pro-team@latest" %}, and{% else %} or {% endif %} organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name.
|
||||
|
||||
You can view {% if currentVersion == "free-pro-team@latest" %}all the {% data variables.product.prodname_ghe_cloud %} organizations and {% data variables.product.prodname_ghe_server %} instances that a member belongs to, and {% endif %}which repositories an outside collaborator has access to{% if currentVersion == "free-pro-team@latest" %}, {% endif %} by clicking on the person's name.
|
||||
|
||||
|
||||
@@ -84,20 +84,6 @@
|
||||
- Mutation.createContentAttachment
|
||||
owning_teams:
|
||||
- '@github/feature-lifecycle'
|
||||
- title: Pinned Issues Preview
|
||||
description: This preview adds support for pinned issues.
|
||||
toggled_by: ':elektra-preview'
|
||||
announcement: null
|
||||
updates: null
|
||||
toggled_on:
|
||||
- Repository.pinnedIssues
|
||||
- PinnedIssue
|
||||
- PinnedIssueEdge
|
||||
- PinnedIssueConnection
|
||||
- Mutation.pinIssue
|
||||
- Mutation.unpinIssue
|
||||
owning_teams:
|
||||
- '@github/pe-pull-requests'
|
||||
- title: Labels Preview
|
||||
description: >-
|
||||
This preview adds support for adding, updating, creating and deleting
|
||||
|
||||
@@ -11314,6 +11314,11 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
|
||||
"""
|
||||
includesCreatedEdit: Boolean!
|
||||
|
||||
"""
|
||||
Indicates whether or not this issue is currently pinned to the repository issues list
|
||||
"""
|
||||
isPinned: Boolean
|
||||
|
||||
"""
|
||||
Is this issue read by the viewer
|
||||
"""
|
||||
@@ -14842,7 +14847,7 @@ type Mutation {
|
||||
Parameters for PinIssue
|
||||
"""
|
||||
input: PinIssueInput!
|
||||
): PinIssuePayload @preview(toggledBy: "elektra-preview")
|
||||
): PinIssuePayload
|
||||
|
||||
"""
|
||||
Removes assignees from an assignable object.
|
||||
@@ -15052,7 +15057,7 @@ type Mutation {
|
||||
Parameters for UnpinIssue
|
||||
"""
|
||||
input: UnpinIssueInput!
|
||||
): UnpinIssuePayload @preview(toggledBy: "elektra-preview")
|
||||
): UnpinIssuePayload
|
||||
|
||||
"""
|
||||
Marks a review thread as unresolved.
|
||||
@@ -19993,7 +19998,7 @@ type PinnedEvent implements Node {
|
||||
"""
|
||||
A Pinned Issue is a issue pinned to a repository's index page.
|
||||
"""
|
||||
type PinnedIssue implements Node @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssue implements Node {
|
||||
"""
|
||||
Identifies the primary key from the database.
|
||||
"""
|
||||
@@ -20019,7 +20024,7 @@ type PinnedIssue implements Node @preview(toggledBy: "elektra-preview") {
|
||||
"""
|
||||
The connection type for PinnedIssue.
|
||||
"""
|
||||
type PinnedIssueConnection @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssueConnection {
|
||||
"""
|
||||
A list of edges.
|
||||
"""
|
||||
@@ -20044,7 +20049,7 @@ type PinnedIssueConnection @preview(toggledBy: "elektra-preview") {
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssueEdge {
|
||||
"""
|
||||
A cursor for use in pagination.
|
||||
"""
|
||||
@@ -28439,7 +28444,7 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): PinnedIssueConnection @preview(toggledBy: "elektra-preview")
|
||||
): PinnedIssueConnection
|
||||
|
||||
"""
|
||||
The primary language of the repository's code.
|
||||
@@ -37725,6 +37730,11 @@ enum UserStatusOrderField {
|
||||
A domain that can be verified for an organization or an enterprise.
|
||||
"""
|
||||
type VerifiableDomain implements Node {
|
||||
"""
|
||||
Identifies the date and time when the object was created.
|
||||
"""
|
||||
createdAt: DateTime!
|
||||
|
||||
"""
|
||||
Identifies the primary key from the database.
|
||||
"""
|
||||
@@ -37776,6 +37786,11 @@ type VerifiableDomain implements Node {
|
||||
"""
|
||||
tokenExpirationTime: DateTime
|
||||
|
||||
"""
|
||||
Identifies the date and time when the object was last updated.
|
||||
"""
|
||||
updatedAt: DateTime!
|
||||
|
||||
"""
|
||||
The current verification token for the domain.
|
||||
"""
|
||||
|
||||
@@ -100,20 +100,6 @@
|
||||
- Mutation.createContentAttachment
|
||||
owning_teams:
|
||||
- '@github/feature-lifecycle'
|
||||
- title: Pinned Issues Preview
|
||||
description: This preview adds support for pinned issues.
|
||||
toggled_by: ':elektra-preview'
|
||||
announcement: null
|
||||
updates: null
|
||||
toggled_on:
|
||||
- Repository.pinnedIssues
|
||||
- PinnedIssue
|
||||
- PinnedIssueEdge
|
||||
- PinnedIssueConnection
|
||||
- Mutation.pinIssue
|
||||
- Mutation.unpinIssue
|
||||
owning_teams:
|
||||
- '@github/pe-pull-requests'
|
||||
- title: Labels Preview
|
||||
description: >-
|
||||
This preview adds support for adding, updating, creating and deleting
|
||||
|
||||
@@ -12055,6 +12055,11 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
|
||||
"""
|
||||
includesCreatedEdit: Boolean!
|
||||
|
||||
"""
|
||||
Indicates whether or not this issue is currently pinned to the repository issues list
|
||||
"""
|
||||
isPinned: Boolean
|
||||
|
||||
"""
|
||||
Is this issue read by the viewer
|
||||
"""
|
||||
@@ -16057,7 +16062,7 @@ type Mutation {
|
||||
Parameters for PinIssue
|
||||
"""
|
||||
input: PinIssueInput!
|
||||
): PinIssuePayload @preview(toggledBy: "elektra-preview")
|
||||
): PinIssuePayload
|
||||
|
||||
"""
|
||||
Regenerates the identity provider recovery codes for an enterprise
|
||||
@@ -16357,7 +16362,7 @@ type Mutation {
|
||||
Parameters for UnpinIssue
|
||||
"""
|
||||
input: UnpinIssueInput!
|
||||
): UnpinIssuePayload @preview(toggledBy: "elektra-preview")
|
||||
): UnpinIssuePayload
|
||||
|
||||
"""
|
||||
Marks a review thread as unresolved.
|
||||
@@ -21992,7 +21997,7 @@ type PinnedEvent implements Node {
|
||||
"""
|
||||
A Pinned Issue is a issue pinned to a repository's index page.
|
||||
"""
|
||||
type PinnedIssue implements Node @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssue implements Node {
|
||||
"""
|
||||
Identifies the primary key from the database.
|
||||
"""
|
||||
@@ -22018,7 +22023,7 @@ type PinnedIssue implements Node @preview(toggledBy: "elektra-preview") {
|
||||
"""
|
||||
The connection type for PinnedIssue.
|
||||
"""
|
||||
type PinnedIssueConnection @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssueConnection {
|
||||
"""
|
||||
A list of edges.
|
||||
"""
|
||||
@@ -22043,7 +22048,7 @@ type PinnedIssueConnection @preview(toggledBy: "elektra-preview") {
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
|
||||
type PinnedIssueEdge {
|
||||
"""
|
||||
A cursor for use in pagination.
|
||||
"""
|
||||
@@ -30883,7 +30888,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
||||
Returns the last _n_ elements from the list.
|
||||
"""
|
||||
last: Int
|
||||
): PinnedIssueConnection @preview(toggledBy: "elektra-preview")
|
||||
): PinnedIssueConnection
|
||||
|
||||
"""
|
||||
The primary language of the repository's code.
|
||||
@@ -41118,6 +41123,11 @@ enum UserStatusOrderField {
|
||||
A domain that can be verified for an organization or an enterprise.
|
||||
"""
|
||||
type VerifiableDomain implements Node {
|
||||
"""
|
||||
Identifies the date and time when the object was created.
|
||||
"""
|
||||
createdAt: DateTime!
|
||||
|
||||
"""
|
||||
Identifies the primary key from the database.
|
||||
"""
|
||||
@@ -41169,6 +41179,11 @@ type VerifiableDomain implements Node {
|
||||
"""
|
||||
tokenExpirationTime: DateTime
|
||||
|
||||
"""
|
||||
Identifies the date and time when the object was last updated.
|
||||
"""
|
||||
updatedAt: DateTime!
|
||||
|
||||
"""
|
||||
The current verification token for the domain.
|
||||
"""
|
||||
@@ -41234,6 +41249,11 @@ input VerifiableDomainOrder {
|
||||
Properties by which verifiable domain connections can be ordered.
|
||||
"""
|
||||
enum VerifiableDomainOrderField {
|
||||
"""
|
||||
Order verifiable domains by their creation date.
|
||||
"""
|
||||
CREATED_AT
|
||||
|
||||
"""
|
||||
Order verifiable domains by the domain name.
|
||||
"""
|
||||
|
||||
@@ -7,6 +7,6 @@ Key | Type | Description
|
||||
`check_run[name]`|`string` | The name of the check run.
|
||||
`check_run[check_suite][id]`|`integer` | The id of the check suite that this check run is part of.
|
||||
`check_run[check_suite][pull_requests]`|`array`| An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
|
||||
`deployment`|`object`| A deployment to a repository environment. This will only be populated if the check run was created by a {% data variables.product.prodname_actions %} workflow job that references an environment.{% endif %}
|
||||
`check_run[check_suite][deployment]`|`object`| A deployment to a repository environment. This will only be populated if the check run was created by a {% data variables.product.prodname_actions %} workflow job that references an environment.{% endif %}
|
||||
`requested_action`|`object` | The action requested by the user.
|
||||
`requested_action[identifier]`|`string` | The integrator reference of the action requested by the user.
|
||||
|
||||
@@ -1,4 +1,20 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `isPinned` was added to object type `Issue`",
|
||||
"Enum value 'CREATED_AT` was added to enum `VerifiableDomainOrderField'",
|
||||
"Field `createdAt` was added to object type `VerifiableDomain`",
|
||||
"Field `updatedAt` was added to object type `VerifiableDomain`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-03-03"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -114,24 +114,6 @@
|
||||
"accept_header": "application/vnd.github.corsair-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
||||
},
|
||||
{
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
{
|
||||
"title": "Labels preview",
|
||||
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
||||
@@ -1181,24 +1163,6 @@
|
||||
"accept_header": "application/vnd.github.corsair-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
||||
},
|
||||
{
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
{
|
||||
"title": "Labels preview",
|
||||
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
||||
|
||||
@@ -3505,25 +3505,6 @@
|
||||
"id": "pinissue",
|
||||
"href": "/graphql/reference/mutations#pinissue",
|
||||
"description": "<p>Pin an issue to a repository.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
@@ -4624,25 +4605,6 @@
|
||||
"id": "unpinissue",
|
||||
"href": "/graphql/reference/mutations#unpinissue",
|
||||
"description": "<p>Unpin a pinned issue from a repository.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
@@ -20198,6 +20160,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "isPinned",
|
||||
"description": "<p>Indicates whether or not this issue is currently pinned to the repository issues list.</p>",
|
||||
"type": "Boolean",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "isReadByViewer",
|
||||
"description": "<p>Is this issue read by the viewer.</p>",
|
||||
@@ -32408,25 +32378,6 @@
|
||||
"id": "pinnedissue",
|
||||
"href": "/graphql/reference/objects#pinnedissue",
|
||||
"description": "<p>A Pinned Issue is a issue pinned to a repository's index page.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"implements": [
|
||||
{
|
||||
"name": "Node",
|
||||
@@ -32475,25 +32426,6 @@
|
||||
"id": "pinnedissueconnection",
|
||||
"href": "/graphql/reference/objects#pinnedissueconnection",
|
||||
"description": "<p>The connection type for PinnedIssue.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "edges",
|
||||
@@ -32535,25 +32467,6 @@
|
||||
"id": "pinnedissueedge",
|
||||
"href": "/graphql/reference/objects#pinnedissueedge",
|
||||
"description": "<p>An edge in a connection.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "cursor",
|
||||
@@ -44735,26 +44648,7 @@
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "primaryLanguage",
|
||||
@@ -55986,6 +55880,14 @@
|
||||
}
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "createdAt",
|
||||
"description": "<p>Identifies the date and time when the object was created.</p>",
|
||||
"type": "DateTime!",
|
||||
"id": "datetime",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "databaseId",
|
||||
"description": "<p>Identifies the primary key from the database.</p>",
|
||||
@@ -56066,6 +55968,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "updatedAt",
|
||||
"description": "<p>Identifies the date and time when the object was last updated.</p>",
|
||||
"type": "DateTime!",
|
||||
"id": "datetime",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "verificationToken",
|
||||
"description": "<p>The current verification token for the domain.</p>",
|
||||
@@ -62106,6 +62016,10 @@
|
||||
"href": "/graphql/reference/enums#verifiabledomainorderfield",
|
||||
"description": "<p>Properties by which verifiable domain connections can be ordered.</p>",
|
||||
"values": [
|
||||
{
|
||||
"name": "CREATED_AT",
|
||||
"description": "<p>Order verifiable domains by their creation date.</p>"
|
||||
},
|
||||
{
|
||||
"name": "DOMAIN",
|
||||
"description": "<p>Order verifiable domains by the domain name.</p>"
|
||||
|
||||
@@ -2912,25 +2912,6 @@
|
||||
"id": "pinissue",
|
||||
"href": "/graphql/reference/mutations#pinissue",
|
||||
"description": "<p>Pin an issue to a repository.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
@@ -3709,25 +3690,6 @@
|
||||
"id": "unpinissue",
|
||||
"href": "/graphql/reference/mutations#unpinissue",
|
||||
"description": "<p>Unpin a pinned issue from a repository.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
@@ -18428,6 +18390,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "isPinned",
|
||||
"description": "<p>Indicates whether or not this issue is currently pinned to the repository issues list.</p>",
|
||||
"type": "Boolean",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "isReadByViewer",
|
||||
"description": "<p>Is this issue read by the viewer.</p>",
|
||||
@@ -29154,25 +29124,6 @@
|
||||
"id": "pinnedissue",
|
||||
"href": "/graphql/reference/objects#pinnedissue",
|
||||
"description": "<p>A Pinned Issue is a issue pinned to a repository's index page.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"implements": [
|
||||
{
|
||||
"name": "Node",
|
||||
@@ -29221,25 +29172,6 @@
|
||||
"id": "pinnedissueconnection",
|
||||
"href": "/graphql/reference/objects#pinnedissueconnection",
|
||||
"description": "<p>The connection type for PinnedIssue.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "edges",
|
||||
@@ -29281,25 +29213,6 @@
|
||||
"id": "pinnedissueedge",
|
||||
"href": "/graphql/reference/objects#pinnedissueedge",
|
||||
"description": "<p>An edge in a connection.</p>",
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "cursor",
|
||||
@@ -41277,26 +41190,7 @@
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isDeprecated": false,
|
||||
"preview": {
|
||||
"title": "Pinned issues preview",
|
||||
"description": "This preview adds support for pinned issues.",
|
||||
"toggled_by": "elektra-preview",
|
||||
"toggled_on": [
|
||||
"Repository.pinnedIssues",
|
||||
"PinnedIssue",
|
||||
"PinnedIssueEdge",
|
||||
"PinnedIssueConnection",
|
||||
"Mutation.pinIssue",
|
||||
"Mutation.unpinIssue"
|
||||
],
|
||||
"owning_teams": [
|
||||
"@github/pe-pull-requests"
|
||||
],
|
||||
"accept_header": "application/vnd.github.elektra-preview+json",
|
||||
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "primaryLanguage",
|
||||
@@ -51833,6 +51727,14 @@
|
||||
}
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "createdAt",
|
||||
"description": "<p>Identifies the date and time when the object was created.</p>",
|
||||
"type": "DateTime!",
|
||||
"id": "datetime",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "databaseId",
|
||||
"description": "<p>Identifies the primary key from the database.</p>",
|
||||
@@ -51913,6 +51815,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "updatedAt",
|
||||
"description": "<p>Identifies the date and time when the object was last updated.</p>",
|
||||
"type": "DateTime!",
|
||||
"id": "datetime",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "verificationToken",
|
||||
"description": "<p>The current verification token for the domain.</p>",
|
||||
|
||||
Reference in New Issue
Block a user