Merge branch 'main' into command-palette-key

This commit is contained in:
Steve Ward 2022-10-04 09:13:43 -04:00 коммит произвёл GitHub
Родитель 06d818ee7c 31ceb70ef6
Коммит 4c1fcfdd03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
190 изменённых файлов: 3949 добавлений и 2363 удалений

Просмотреть файл

@ -20,7 +20,7 @@ jobs:
# Avoid github/docs and forks of it
if: github.repository == 'github/docs-internal'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-xl
steps:
- uses: getong/elasticsearch-action@95b501ab0c83dee0aac7c39b7cea3723bef14954

17
.github/workflows/site-policy-sync.yml поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
name: Site policy sync
# **What it does**: Updates our site-policy repo when changes happen to site policy docs.
# **Why we have it**: We want keep site-policy repo up to date.
# **What it does**: Creates a branch in our site-policy repo with changes to site policy docs.
# **Why we have it**: We want to keep the site-policy repo up to date.
# **Who does it impact**: site-policy-admins and Developer Policy teams.
# Controls when the action will run.
@ -53,24 +53,17 @@ jobs:
echo "DESCRIPTION=$DESCRIPTION" >> $GITHUB_ENV
git commit -m "$(echo $DESCRIPTION)"
- name: If there are changes to push, create a pull request in the public repo using the gh command line tool, then immediately approve the PR
id: createAndMergePullRequest
- name: If there are changes to push, create a branch in the public repo and push changes
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}
run: |
cd public-repo
git config --local user.name 'site-policy-bot'
git config --local user.email 'site-policy-bot@github.com'
DIFF=$(git diff --name-status --summary HEAD^..HEAD)
NUM_FILES_CHANGED=$(git diff --name-only HEAD^..HEAD | wc -l)
[[ $NUM_FILES_CHANGED -ge 2 ]] && TITLE="Sync changes from GitHub Docs" || TITLE=$(echo $DIFF | sed -e 's/^A\s/Added /g;s/^D\s/Deleted /g;s/^C\s/Copied /g;s/^M\s/Modified /g;s/^R100\s/Renamed /g;')
if [[ ! -z $TITLE ]]
if [[ $NUM_FILES_CHANGED -ge 1]]
then
echo -e "This is an automated pull request to sync changes from GitHub Docs.\n\nDiff summary:\n\n${DIFF}" > msg
git push --set-upstream origin automated-sync-$GITHUB_RUN_ID
PR_URL=$(gh pr create --title "${TITLE}" --body-file msg --head automated-sync-$GITHUB_RUN_ID --base main --repo github/site-policy)
gh pr diff ${PR_URL}
gh pr review --approve || echo "Nothing to approve"
else
echo "No updates to push to the public repo"
fi

Просмотреть файл

@ -108,8 +108,11 @@ jobs:
- name: Check created indexes and aliases
run: |
curl --fail --retry-connrefused --retry 5 ${{ env.ELASTICSEARCH_URL }}/_cat/indices?v
curl --fail --retry-connrefused --retry 5 ${{ env.ELASTICSEARCH_URL }}/_cat/indices?v
# Not using `--fail` here because I've observed that it can fail
# with a rather cryptic 404 error when it should, if anything, be
# a 200 OK with a list of no indices.
curl --retry-connrefused --retry 5 ${{ env.ELASTICSEARCH_URL }}/_cat/indices?v
curl --retry-connrefused --retry 5 ${{ env.ELASTICSEARCH_URL }}/_cat/indices?v
- name: Send Slack notification if workflow fails
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340

3
.github/workflows/sync-search-pr.yml поставляемый
Просмотреть файл

@ -110,8 +110,7 @@ jobs:
run: |
./script/search/index-elasticsearch.js \
--language en \
--version dotcom \
--source-directory /tmp/records
--version dotcom -- /tmp/records
- name: Check created indexes and aliases
run: |

Двоичные данные
assets/images/automatically-watch-repos-and-teams.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 111 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 99 KiB

После

Ширина:  |  Высота:  |  Размер: 129 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 13 KiB

После

Ширина:  |  Высота:  |  Размер: 17 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 38 KiB

После

Ширина:  |  Высота:  |  Размер: 26 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 18 KiB

После

Ширина:  |  Высота:  |  Размер: 24 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 41 KiB

После

Ширина:  |  Высота:  |  Размер: 24 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 48 KiB

После

Ширина:  |  Высота:  |  Размер: 78 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 135 KiB

После

Ширина:  |  Высота:  |  Размер: 189 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 212 KiB

Двоичные данные
assets/images/help/notifications/add-new-route-emphasized.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 137 KiB

Двоичные данные
assets/images/help/notifications/custom-router-emphasized.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 28 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 94 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 540 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 309 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 34 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 583 KiB

Двоичные данные
assets/images/help/sponsors/custom-amounts.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 46 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 18 KiB

После

Ширина:  |  Высота:  |  Размер: 33 KiB

Двоичные данные
assets/images/help/sponsors/save-tier-draft.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 18 KiB

После

Ширина:  |  Высота:  |  Размер: 33 KiB

Двоичные данные
assets/images/participating-watching-subscriptions.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 39 KiB

Просмотреть файл

@ -33,7 +33,10 @@ We recommend auditing and unsubscribing from your subscriptions as a part of a h
When your inbox has too many notifications to manage, consider whether you have oversubscribed or how you can change your notification settings to reduce the subscriptions you have and the types of notifications you're receiving. For example, you may consider disabling the settings to automatically watch all repositories and all team discussions whenever you've joined a team or repository.
![Automatic watching](/assets/images/help/notifications-v2/automatic-watching-example.png)
{% ifversion update-notification-settings-22 %}
![Screenshot of automatic watching options for teams and repositories](/assets/images/automatically-watch-repos-and-teams.png)
{% else %}
![Screenshot of automatic watching options for teams and repositories](/assets/images/help/notifications-v2/automatic-watching-example.png){% endif %}
For more information, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#automatic-watching)."

Просмотреть файл

@ -79,15 +79,27 @@ You can customize notifications for a repository. For example, you can choose to
### Participating in conversations
Anytime you comment in a conversation or when someone @mentions your username, you are _participating_ in a conversation. By default, you are automatically subscribed to a conversation when you participate in it. You can unsubscribe from a conversation you've participated in manually by clicking **Unsubscribe** on the issue or pull request or through the **Unsubscribe** option in the notifications inbox.
For conversations you're watching or participating in, you can choose whether you want to receive notifications by email or through the notifications inbox on {% data variables.product.product_location %}{% ifversion fpt or ghes or ghec %} and {% data variables.product.prodname_mobile %}{% endif %}.
{% ifversion update-notification-settings-22 %}For conversations you're watching or participating in, you can choose whether you want to receive notifications on {% data variables.product.company_short %} or by email in your notification settings. For more information, see "[Choosing your notification settings](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#choosing-your-notification-settings)."
![Animated GIF of participating and watching subscriptions options](/assets/images/help/notifications/selecting-participating-notifications.gif)
{% else %}
For conversations you're watching or participating in, you can choose whether you want to receive notifications by email or through the notifications inbox on {% data variables.product.product_location %}{% ifversion ghes %} and {% data variables.product.prodname_mobile %}{% endif %}. For more information, see "[Choosing your notification settings](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#choosing-your-notification-settings)."
![Screenshot of participating and watching notifications options](/assets/images/help/notifications-v2/participating-and-watching-options.png){% endif %}
![Participating and watching notifications options](/assets/images/help/notifications-v2/participating-and-watching-options.png)
For example:
- If you don't want notifications to be sent to your email, unselect **email** for participating and watching notifications.
- If you want to receive notifications by email when you've participated in a conversation, then you can select **email** under "Participating".
If you do not enable watching or participating notifications for web{% ifversion fpt or ghes or ghec %} and mobile{% endif %}, then your notifications inbox will not have any updates.
{% ifversion update-notification-settings-22 %}If you do not enable "Notify me: On GitHub" for watching or participating notifications, then your notifications inbox will not have any updates.
{% else %}
If you do not enable watching or participating notifications for web{% ifversion ghes %} and mobile{% endif %}, then your notifications inbox will not have any updates.{% endif %}
## Customizing your email notifications
@ -146,12 +158,17 @@ Email notifications from {% data variables.product.product_location %} contain t
## Automatic watching
By default, anytime you gain access to a new repository, you will automatically begin watching that repository. Anytime you join a new team, you will automatically be subscribed to updates and receive notifications when that team is @mentioned. If you don't want to automatically be subscribed, you can unselect the automatic watching options.
By default, anytime you gain access to a new repository, you will automatically begin watching that repository. Anytime you join a new team, you will automatically be subscribed to updates and receive notifications when that team is @mentioned. If you don't want to automatically be subscribed, you can unselect the automatic watching options in your notification settings.
![Automatic watching options](/assets/images/help/notifications-v2/automatic-watching-options.png)
{% ifversion update-notification-settings-22 %}
![Automatic watching options for teams and repositories](/assets/images/automatically-watch-repos-and-teams.png)
{% else %}
![Automatic watching options](/assets/images/help/notifications-v2/automatic-watching-options.png){% endif %}
If "Automatically watch repositories" is disabled, then you will not automatically watch your own repositories. You must navigate to your repository page and choose the watch option.
For more information, see "[Choosing your notification settings](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#choosing-your-notification-settings)."
## Configuring your watch settings for an individual repository
You can choose whether to watch or unwatch an individual repository. You can also choose to only be notified of certain event types such as {% data reusables.notifications-v2.custom-notification-types %} (if enabled for the repository) , or completely ignore an individual repository.
@ -172,9 +189,17 @@ If you belong to an organization, you can choose the email account you want noti
{% data reusables.notifications.access_notifications %}
{% data reusables.notifications-v2.manage-notifications %}
3. Under "Default notification email", select the email address you'd like notifications sent to.
![Default notification email address drop-down](/assets/images/help/notifications/notifications_primary_email_for_orgs.png)
4. Click **Save**.
{% ifversion update-notification-settings-22 %}
![Screenshot of the default notification email address setting](/assets/images/help/notifications/default-email-address-emphasized.png)
{% else %}
![Screenshot of the default notification email address dropdown](/assets/images/help/notifications/notifications_primary_email_for_orgs.png){% endif %}
{% ifversion ghes or ghae %}
4. Click **Save**.{% endif %}
### Customizing email routes per organization
@ -182,12 +207,35 @@ If you are a member of more than one organization, you can configure each one to
{% data reusables.notifications.access_notifications %}
{% data reusables.notifications-v2.manage-notifications %}
{% ifversion update-notification-settings-22 %}
3. Under "Default notifications email", click **Custom routing**.
![Screenshot of default notifications email settings with custom routing button emphasised](/assets/images/help/notifications/custom-router-emphasized.png)
4. Click **Add new route**.
![Screenshot of custom routing settings with add new route button emphasised](/assets/images/help/notifications/add-new-route-emphasized.png)
5. Click **Pick organization**, then select the organization you want to customize from the dropdown.
![Screenshot of dropdown to pick organization](/assets/images/help/notifications/organization-dropdown-custom-routing-emphasis.png)
6. Select one of your verified email addresses, then click **Save**.
![Screenshot of custom routing page with save button](/assets/images/help/notifications/select-email-address-custom-routing-and-save.png)
{% else %}
3. Under "Custom routing," find your organization's name in the list.
![List of organizations and email addresses](/assets/images/help/notifications/notifications_org_emails.png)
![List of organizations and email addresses](/assets/images/help/notifications/notifications_org_emails.png)
4. Click **Edit** next to the email address you want to change.
![Editing an organization's email addresses](/assets/images/help/notifications/notifications_edit_org_emails.png)
![Editing an organization's email addresses](/assets/images/help/notifications/notifications_edit_org_emails.png)
5. Select one of your verified email addresses, then click **Save**.
![Switching your per-org email address](/assets/images/help/notifications/notifications_switching_org_email.gif)
![Switching your per-org email address](/assets/images/help/notifications/notifications_switching_org_email.gif){% endif %}
## {% data variables.product.prodname_dependabot_alerts %} notification options
@ -197,14 +245,17 @@ If you are a member of more than one organization, you can configure each one to
For more information about the notification delivery methods available to you, and advice on optimizing your notifications for {% data variables.product.prodname_dependabot_alerts %}, see "[Configuring notifications for {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts)."
{% ifversion fpt or ghes or ghec %}
{% ifversion update-notification-settings-22 or ghes %}
## {% data variables.product.prodname_actions %} notification options
Choose how you want to receive workflow run updates for repositories that you are watching that are set up with {% data variables.product.prodname_actions %}. You can also choose to only receive notifications for failed workflow runs.
Choose how you want to receive workflow run updates for repositories that you are watching that are set up with {% data variables.product.prodname_actions %}. You can also choose to only receive notifications for failed workflow runs.{% endif %}
![Notification options for {% data variables.product.prodname_actions %}](/assets/images/help/notifications-v2/github-actions-notification-options.png)
{% ifversion update-notification-settings-22 %}
![Animated GIF of notification options for {% data variables.product.prodname_actions %}](/assets/images/help/notifications/github-actions-customize-notifications.gif){% endif %}
{% ifversion ghes %}
![Screenshot of the notification options for {% data variables.product.prodname_actions %}](/assets/images/help/notifications-v2/github-actions-notification-options.png){% endif %}
{% endif %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
## Organization alerts notification options

Просмотреть файл

@ -201,7 +201,7 @@ The `github` context contains information about the workflow run and the event t
| `github.ref` | `string` | {% data reusables.actions.ref-description %} |
{%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
| `github.ref_name` | `string` | {% data reusables.actions.ref_name-description %} |
| `github.ref_protected` | `string` | {% data reusables.actions.ref_protected-description %} |
| `github.ref_protected` | `boolean` | {% data reusables.actions.ref_protected-description %} |
| `github.ref_type` | `string` | {% data reusables.actions.ref_type-description %} |
{%- endif %}
| `github.path` | `string` | Path on the runner to the file that sets system `PATH` variables from workflow commands. This file is unique to the current step and is a different file for each step in a job. For more information, see "[Workflow commands for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/workflow-commands-for-github-actions#adding-a-system-path)." |

Просмотреть файл

@ -87,15 +87,9 @@ For more information, see "[Creating actions](/actions/creating-actions)."
{% data reusables.actions.workflow-basic-example-and-explanation %}
## More complex examples
{% data reusables.actions.link-to-example-library %}
## Next steps
- To continue learning about {% data variables.product.prodname_actions %}, see "[Finding and customizing actions](/actions/learn-github-actions/finding-and-customizing-actions)."
{% ifversion fpt or ghec or ghes %}
- To understand how billing works for {% data variables.product.prodname_actions %}, see "[About billing for {% data variables.product.prodname_actions %}](/actions/reference/usage-limits-billing-and-administration#about-billing-for-github-actions)."
{% endif %}
{% data reusables.actions.onboarding-next-steps %}
## Contacting support

Просмотреть файл

@ -78,20 +78,12 @@ Committing the workflow file to a branch in your repository triggers the `push`
For example, you can see the list of files in your repository:
![Example action detail](/assets/images/help/repository/actions-quickstart-log-detail.png)
The example workflow you just added is triggered each time code is pushed to the branch, and shows you how {% data variables.product.prodname_actions %} can work with the contents of your repository. For an in-depth tutorial, see "[Understanding {% data variables.product.prodname_actions %}](/actions/learn-github-actions/understanding-github-actions)."
## More starter workflows
{% data reusables.actions.workflow-template-overview %}
## More complex examples
{% data reusables.actions.link-to-example-library %}
## Next steps
The example workflow you just added runs each time code is pushed to the branch, and shows you how {% data variables.product.prodname_actions %} can work with the contents of your repository. But this is only the beginning of what you can do with {% data variables.product.prodname_actions %}:
- Your repository can contain multiple workflows that trigger different jobs based on different events.
- You can use a workflow to install software testing apps and have them automatically test your code on {% data variables.product.prodname_dotcom %}'s runners.
{% data variables.product.prodname_actions %} can help you automate nearly every aspect of your application development processes. Ready to get started? Here are some helpful resources for taking your next steps with {% data variables.product.prodname_actions %}:
- "[Learn {% data variables.product.prodname_actions %}](/actions/learn-github-actions)" for an in-depth tutorial.
{% data reusables.actions.onboarding-next-steps %}

Просмотреть файл

@ -87,7 +87,7 @@ You can add a {% data variables.actions.hosted_runner %} to an organization, whe
## Running jobs on your runner
Once your runner type has been been defined, you can update your workflows to send jobs to the runner instances for processing. In this example, a runner group is populated with Ubuntu 16-core runners, which have been assigned the label `ubuntu-20.04-16core`. If you have a runner matching this label, the `check-bats-version` job then uses the `runs-on` key to target that runner whenever the job is run:
Once your runner type has been defined, you can update your workflow YAML files to send jobs to your newly created runner instances for processing. In this example, a runner group is populated with Ubuntu 16-core runners, which have been assigned the label `ubuntu-20.04-16core`. If you have a runner matching this label, the `check-bats-version` job then uses the `runs-on` key to target that runner whenever the job is run:
```yaml
name: learn-github-actions
@ -104,6 +104,8 @@ jobs:
- run: bats -v
```
To find out which runners are enabled for your repository and organization, you must contact your organization admin. Your organization admin can create new runners and runner groups, as well as configure permissions to specify which repositories can access a runner group.
## Managing access to your runners
{% note %}

Просмотреть файл

@ -227,13 +227,18 @@ Appliances configured for high-availability and geo-replication use replica inst
{% note %}
**Note:** While the resync is in progress `ghe-repl-status` may return expected messages indicating that replication is behind.
For example: `CRITICAL: git replication is behind the primary by more than 1007 repositories and/or gists`
**Note:** While the resync is in progress `ghe-repl-status` may indicate that replication is behind. For example, you may see the following message.
```
CRITICAL: git replication is behind the primary by more than 1007 repositories and/or gists
```
{% endnote %}
If `ghe-repl-status` did not return `OK`, contact {% data variables.contact.enterprise_support %}. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
{%- ifversion ghes = 3.4 or ghes = 3.5 or ghes = 3.6 %}
- If you have upgraded each node to {% data variables.product.product_name %} 3.6.0 or later and started replication, but `git replication is behind the primary` continues to appear after 45 minutes, contact {% data variables.contact.enterprise_support %}. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
{%- endif %}
- {% ifversion ghes = 3.4 or ghes = 3.5 or ghes = 3.6 %}Otherwise, if{% else %}If{% endif %} `ghe-repl-status` did not return `OK`, contact {% data variables.contact.enterprise_support %}. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
6. When you have completed upgrading the last replica, and the resync is complete, disable maintenance mode so users can use {% data variables.product.product_location %}.
## Restoring from a failed upgrade

Просмотреть файл

@ -17,7 +17,7 @@ redirect_from:
## {% data variables.product.prodname_github_codespaces %} pricing
{% data variables.product.prodname_github_codespaces %} usage is billed for all organization and enterprise accounts on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}, which do not include any free minutes or storage. Personal accounts are not currently billed for {% data variables.product.prodname_github_codespaces %} usage.
Charges are incurred for the use of {% data variables.product.prodname_github_codespaces %} for repositories owned by organization and enterprise accounts on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}. These accounts do not include any free minutes or storage for {% data variables.product.prodname_github_codespaces %}. Repositories in personal accounts are not currently billed for {% data variables.product.prodname_github_codespaces %} usage.
{% data variables.product.prodname_github_codespaces %} usage is billed according to the units of measure in the following table:
@ -30,11 +30,11 @@ redirect_from:
| | 32 core | 1 hour | $2.88 |
| Codespaces Storage | Storage | 1 GB-month | $0.07 |
## About billing for {% data variables.product.prodname_codespaces %}
## About billing for {% data variables.product.prodname_github_codespaces %}
{% data reusables.codespaces.codespaces-billing %}
Your {% data variables.product.prodname_github_codespaces %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %}
Your {% data variables.product.prodname_github_codespaces %} usage shares your organization or enterprise account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %}
{% ifversion ghec %}
If you purchased {% data variables.product.prodname_enterprise %} through a Microsoft Enterprise Agreement, you can connect your Azure Subscription ID to your enterprise account to enable and pay for {% data variables.product.prodname_github_codespaces %} usage. For more information, see "[Connecting an Azure subscription to your enterprise](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise)."
@ -66,9 +66,9 @@ Organization owners can create a policy to restrict the machine types that are a
## How billing is handled for forked repositories
{% data variables.product.prodname_github_codespaces %} can only be used in organizations where a billable owner has been defined. To incur charges to the organization, the user must be a member or collaborator, otherwise they cannot create a codespace.
To incur charges to an organization account (or to an enterprise account, if the organization belongs to an enterprise), the user must be a member or collaborator of that organization, otherwise they cannot create a codespace for which the organization, or its parent enterprise, would be billed.
For example, a user in a private organization can fork a repository within that organization, and can subsequently use a codespace billed to the organization; this is because the organization is the owner of the parent repository, which can remove the user's access, the forked repository, and the codespace.
For example, a user in an organization can fork a repository within that organization, and can subsequently use a codespace billed to the organization; this is because the organization is the owner of the parent repository, which can remove the user's access, the forked repository, and the codespace.
## How billing is handled when a repository is transferred

Просмотреть файл

@ -46,7 +46,10 @@ You can configure notification settings for yourself or your organization from t
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization2 %}
{% data reusables.notifications.vulnerable-dependency-notification-options %}
![{% data variables.product.prodname_dependabot_alerts %} options](/assets/images/help/notifications-v2/dependabot-alerts-options.png)
{% ifversion update-notification-settings-22 %}
![Screenshot of {% data variables.product.prodname_dependabot_alerts %} options](/assets/images/help/dependabot/dependabot-notification-frequency.png){% else %}
![Screenshot of the {% data variables.product.prodname_dependabot_alerts %} options](/assets/images/help/notifications-v2/dependabot-alerts-options.png){% endif %}
{% note %}

Просмотреть файл

@ -73,6 +73,8 @@ Organization owners can specify who can create and use codespaces at the organiz
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
If codespaces for this repository are billable, a message is displayed below the **Create codespace on BRANCH** button telling you who will pay for the codespace.
1. Create your codespace, either using the default options, or after configuring advanced options:
* **Use the default options**
@ -131,7 +133,7 @@ To create a new codespace, use the `gh codespace create` subcommand.
gh codespace create
```
You are prompted to choose a repository, a branch, a dev container configuration file (if more than one is available), and a machine type (if more than one is available).
You are prompted to choose a repository. If codespaces for this repository are billable, a message is displayed telling you who will pay for the codespace. You are then prompted to choose a branch, a dev container configuration file (if more than one is available), and a machine type (if more than one is available).
Alternatively, you can use flags to specify some or all of the options:

Просмотреть файл

@ -41,3 +41,5 @@ You can also personalize aspects of your codespace environment by using a public
For information on pricing, storage, and usage for {% data variables.product.prodname_github_codespaces %}, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)."
{% data reusables.codespaces.codespaces-spending-limit-requirement %} For information on how organizations owners and billing managers can manage the spending limit for {% data variables.product.prodname_github_codespaces %} for an organization, see "[Managing spending limits for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces)."
You can see who will pay for a codespace before you create it. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)."

Просмотреть файл

@ -106,7 +106,7 @@ Activity related to a branch protection rule. For more information, see "[About
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with at least `read-only` access on repositories administration
- {% data variables.product.prodname_github_apps %} with **Administration** repository permission
### Webhook payload object
@ -161,7 +161,7 @@ Key | Type | Description
- Repository webhooks only receive payloads for the `created` and `completed` event types in a repository
- Organization webhooks only receive payloads for the `created` and `completed` event types in repositories
- {% data variables.product.prodname_github_apps %} with the `checks:read` permission receive payloads for the `created` and `completed` events that occur in the repository where the app is installed. The app must have the `checks:write` permission to receive the `rerequested` and `requested_action` event types. The `rerequested` and `requested_action` event type payloads are only sent to the {% data variables.product.prodname_github_app %} being requested. {% data variables.product.prodname_github_apps %} with the `checks:write` are automatically subscribed to this webhook event.
- {% data variables.product.prodname_github_apps %} with **Checks** read permission receive payloads for the `created` and `completed` events that occur in the repository where the app is installed. The app must have **Checks** write permission to receive the `rerequested` and `requested_action` event types. The `rerequested` and `requested_action` event type payloads are only sent to the {% data variables.product.prodname_github_app %} being requested. {% data variables.product.prodname_github_apps %} with **Checks** write permission are automatically subscribed to this webhook event.
### Webhook payload object
@ -185,7 +185,7 @@ Key | Type | Description
- Repository webhooks only receive payloads for the `completed` event types in a repository
- Organization webhooks only receive payloads for the `completed` event types in repositories
- {% data variables.product.prodname_github_apps %} with the `checks:read` permission receive payloads for the `created` and `completed` events that occur in the repository where the app is installed. The app must have the `checks:write` permission to receive the `requested` and `rerequested` event types. The `requested` and `rerequested` event type payloads are only sent to the {% data variables.product.prodname_github_app %} being requested. {% data variables.product.prodname_github_apps %} with the `checks:write` are automatically subscribed to this webhook event.
- {% data variables.product.prodname_github_apps %} with **Checks** read permission receive payloads for the `created` and `completed` events that occur in the repository where the app is installed. The app must have **Checks** write permission to receive the `requested` and `rerequested` event types. The `requested` and `rerequested` event type payloads are only sent to the {% data variables.product.prodname_github_app %} being requested. {% data variables.product.prodname_github_apps %} with **Checks** write permission are automatically subscribed to this webhook event.
### Webhook payload object
@ -207,7 +207,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `security_events :read` permission
- {% data variables.product.prodname_github_apps %} with **Code scanning alerts** permission
### Webhook payload object
@ -229,7 +229,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -273,7 +273,7 @@ Webhook events are triggered based on the specificity of the domain you register
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -302,7 +302,7 @@ Webhook events are triggered based on the specificity of the domain you register
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -345,7 +345,7 @@ Webhook events are triggered based on the specificity of the domain you register
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `deployments` permission
- {% data variables.product.prodname_github_apps %} with **Deployments** permission
### Webhook payload object
@ -370,7 +370,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `deployments` permission
- {% data variables.product.prodname_github_apps %} with **Deployments** permission
### Webhook payload object
@ -401,7 +401,7 @@ Activity related to a discussion. For more information, see the "[Using the Grap
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `discussions` permission
- {% data variables.product.prodname_github_apps %} with **Discussions** permission
### Webhook payload object
@ -427,7 +427,7 @@ Activity related to a comment in a discussion. For more information, see "[Using
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `discussions` permission
- {% data variables.product.prodname_github_apps %} with **Discussions** permission
### Webhook payload object
@ -475,7 +475,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -518,7 +518,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -576,7 +576,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `issues` permission
- {% data variables.product.prodname_github_apps %} with **Issues** permission
### Webhook payload object
@ -599,7 +599,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `issues` permission
- {% data variables.product.prodname_github_apps %} with **Issues** permission
### Webhook payload object
@ -622,7 +622,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `metadata` permission
- {% data variables.product.prodname_github_apps %} with **Metadata** permission
### Webhook payload object
@ -673,7 +673,7 @@ For a detailed description of this payload and the payload for each type of `act
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `members` permission
- {% data variables.product.prodname_github_apps %} with **Members** permission
### Webhook payload object
@ -695,7 +695,7 @@ For a detailed description of this payload and the payload for each type of `act
### Availability
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `members` permission
- {% data variables.product.prodname_github_apps %} with **Members** permission
### Webhook payload object
@ -721,7 +721,7 @@ Activity related to merge groups in a merge queue. The type of activity is speci
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `merge_queues` permission
- {% data variables.product.prodname_github_apps %} with **Merge queues** permission
### Webhook payload object
@ -775,7 +775,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pull_requests` permission
- {% data variables.product.prodname_github_apps %} with **Pull requests** permission
### Webhook payload object
@ -798,7 +798,7 @@ Key | Type | Description
{% ifversion ghes or ghae %}
- GitHub Enterprise webhooks only receive `created` and `deleted` events. For more information, "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks/).{% endif %}
- Organization webhooks only receive the `deleted`, `added`, `removed`, `renamed`, and `invited` events
- {% data variables.product.prodname_github_apps %} with the `members` permission
- {% data variables.product.prodname_github_apps %} with **Members** permission
### Webhook payload object
@ -824,7 +824,7 @@ Key | Type | Description
### Availability
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `organization_administration` permission
- {% data variables.product.prodname_github_apps %} with **Administration** organization permission
### Webhook payload object
@ -870,7 +870,7 @@ Activity related to {% data variables.product.prodname_registry %}. {% data reus
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pages` permission
- {% data variables.product.prodname_github_apps %} with **Pages** permission
### Webhook payload object
@ -921,7 +921,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `repository_projects` or `organization_projects` permission
- {% data variables.product.prodname_github_apps %} with **Projects** repository or organization permission
{% ifversion projects-v2 %}
{% note %}
@ -953,7 +953,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `repository_projects` or `organization_projects` permission
- {% data variables.product.prodname_github_apps %} with **Projects** repository or organization permission
{% ifversion projects-v2 %}
{% note %}
@ -983,7 +983,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `repository_projects` or `organization_projects` permission
- {% data variables.product.prodname_github_apps %} with **Projects** repository or organization permission
{% ifversion projects-v2 %}
{% note %}
@ -1020,7 +1020,7 @@ Activity related to items in a {% data variables.projects.project_v2 %}. {% data
### Availability
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `organization_projects` permission
- {% data variables.product.prodname_github_apps %} with **Projects** organization permission
### Webhook payload object
@ -1046,7 +1046,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `metadata` permission
- {% data variables.product.prodname_github_apps %} with **Metadata** permission
### Webhook payload object
@ -1073,7 +1073,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pull_requests` permission
- {% data variables.product.prodname_github_apps %} with **Pull requests** permission
### Webhook payload object
@ -1098,7 +1098,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pull_requests` permission
- {% data variables.product.prodname_github_apps %} with **Pull requests** permission
### Webhook payload object
@ -1120,7 +1120,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pull_requests` permission
- {% data variables.product.prodname_github_apps %} with **Pull requests** permission
### Webhook payload object
@ -1143,7 +1143,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `pull_requests` permission
- {% data variables.product.prodname_github_apps %} with **Pull requests** permission
### Webhook payload object
@ -1171,7 +1171,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -1215,7 +1215,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `contents` permission
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -1236,7 +1236,7 @@ This event occurs when a {% data variables.product.prodname_github_app %} sends
### Availability
- {% data variables.product.prodname_github_apps %} must have the `contents` permission to receive this webhook.
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload example
@ -1250,7 +1250,7 @@ This event occurs when a {% data variables.product.prodname_github_app %} sends
- Repository webhooks receive all event types except `deleted`
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `metadata` permission receive all event types except `deleted`
- {% data variables.product.prodname_github_apps %} with **Metadata** permission receive all event types except `deleted`
### Webhook payload object
@ -1319,7 +1319,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `secret_scanning_alerts:read` permission
- {% data variables.product.prodname_github_apps %} with **Secret scanning alerts** permission
### Webhook payload object
@ -1343,7 +1343,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `secret_scanning_alerts:read` permission
- {% data variables.product.prodname_github_apps %} with **Secret scanning alerts** permission
### Webhook payload object
@ -1366,7 +1366,7 @@ The security advisory dataset also powers the GitHub {% data variables.product.p
### Availability
- {% data variables.product.prodname_github_apps %} with the `security_events` permission
- {% data variables.product.prodname_github_apps %}
### Webhook payload object
@ -1391,7 +1391,7 @@ Activity related to enabling or disabling code security and analysis features fo
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with at least `read-only` access on repositories administration
- {% data variables.product.prodname_github_apps %} with **Administration** repository permission
### Webhook payload object
@ -1464,7 +1464,7 @@ You can only create a sponsorship webhook on {% data variables.product.prodname_
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `statuses` permission
- {% data variables.product.prodname_github_apps %} with **Commit statuses** permission
### Webhook payload object
@ -1492,7 +1492,7 @@ Key | Type | Description
### Availability
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `members` permission
- {% data variables.product.prodname_github_apps %} with **Members** permission
### Webhook payload object
@ -1523,7 +1523,7 @@ Key | Type | Description
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `members` permission
- {% data variables.product.prodname_github_apps %} with **Members** permission
### Webhook payload object
@ -1564,7 +1564,7 @@ The events actor is the [user](/rest/reference/users) who starred a repositor
- Repository webhooks
- Organization webhooks
- {% data variables.product.prodname_github_apps %} with the `metadata` permission
- {% data variables.product.prodname_github_apps %} with **Metadata** permission
### Webhook payload object
@ -1585,7 +1585,7 @@ This event occurs when someone triggers a workflow run on GitHub or sends a `POS
### Availability
- {% data variables.product.prodname_github_apps %} must have the `contents` permission to receive this webhook.
- {% data variables.product.prodname_github_apps %} with **Contents** permission
### Webhook payload object
@ -1634,7 +1634,7 @@ When a {% data variables.product.prodname_actions %} workflow run is requested o
### Availability
- {% data variables.product.prodname_github_apps %} with the `actions` or `contents` permissions.
- {% data variables.product.prodname_github_apps %} with **Actions** or **Contents** permissions
### Webhook payload object

Просмотреть файл

@ -78,7 +78,7 @@ You can filter issues based on the reason given when the issue was closed, using
| Qualifier | Example
| ------------- | -------------
| `reason:complete` | [**libraries is:closed reason:complete**](https://github.com/search?q=libraries+is%3Aclosed+reason%3Acompleted&type=Issues) matches issues with the word "libraries" that were closed as "completed."
| `reason:completed` | [**libraries is:closed reason:completed**](https://github.com/search?q=libraries+is%3Aclosed+reason%3Acompleted&type=Issues) matches issues with the word "libraries" that were closed as "completed."
| `reason:"not planned"` | [**libraries is:closed reason:"not planned"**](https://github.com/search?q=libraries+is%3Aclosed+reason%3A%22not+planned%22&type=Issues) matches issues with the word "libraries" that were closed as "not planned."
{% endif %}

Просмотреть файл

@ -28,9 +28,17 @@ shortTitle: Manage payment tiers
1. If you are setting up tiers for the first time, we recommend you review the suggested tier examples to see how some other open source contributors have set up {% data variables.product.prodname_sponsors %}. Decide whether you want to start with some suggested draft tiers, which you can customize in the tier editor.
- To use a suggested tier, select the rewards you'd like to include in your draft tier or tiers. Then, click **Continue to tier editor**.
- To create tiers without using with any of the draft suggestions, click **Skip this step**.
!["Skip this step" option and "Continue to tier editor" button](/assets/images/help/sponsors/tier-editor-button.png)
![Screenshot of "Skip this step" option and "Continue to tier editor" button](/assets/images/help/sponsors/tier-editor-button.png)
1. Optionally, in the text boxes under "Custom amounts", type a recommended or minimum sponsorship amount. The minimum amount applies to both recurring and one-time sponsorships.
![Screenshot of custom amounts fields](/assets/images/help/sponsors/custom-amounts.png)
1. Optionally, to edit a draft tier, find the draft tier and click **Edit**.
![Edit button next to draft tier](/assets/images/help/sponsors/draft-tier-edit.png)
![Screenshot of edit button next to draft tier](/assets/images/help/sponsors/draft-tier-edit.png)
{% data reusables.sponsors.click-add-tier %}
{% data reusables.sponsors.tier-price-description %}
{% data reusables.sponsors.add-welcome-message %}
@ -87,13 +95,3 @@ If you transfer a repository that has been added to a sponsorship tier, sponsors
![Screenshot of dropdown menu to choose the repository to grant sponsors access to](/assets/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png)
{% data reusables.sponsors.tier-update %}
## Enabling tiers with custom amounts
{% data reusables.sponsors.navigate-to-sponsors-dashboard %}
{% data reusables.sponsors.navigate-to-sponsor-tiers-tab %}
{% data reusables.sponsors.enable-custom-amounts %}
## Disabling tiers with custom amounts
You can disable tiers with custom amounts by deselecting the **Enable custom amounts** option on the **Sponsor tiers** tab. If you disable custom amounts, all custom tiers are retired.

Просмотреть файл

@ -0,0 +1,3 @@
versions:
fpt: '*'
ghec: '*'

Просмотреть файл

@ -6176,6 +6176,51 @@ type CreateLabelPayload @preview(toggledBy: "bane-preview") {
label: Label
}
"""
Autogenerated input type of CreateLinkedBranch
"""
input CreateLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
ID of the issue to link to.
"""
issueId: ID! @possibleTypes(concreteTypes: ["Issue"])
"""
The name of the new branch. Defaults to issue number and title.
"""
name: String
"""
The commit SHA to base the new branch on.
"""
oid: GitObjectID!
"""
ID of the repository to create the branch in. Defaults to the issue repository.
"""
repositoryId: ID @possibleTypes(concreteTypes: ["Repository"])
}
"""
Autogenerated return type of CreateLinkedBranch
"""
type CreateLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The new branch issue reference.
"""
linkedBranch: LinkedBranch
}
"""
Autogenerated input type of CreateMigrationSource
"""
@ -7294,6 +7339,36 @@ type DeleteLabelPayload @preview(toggledBy: "bane-preview") {
clientMutationId: String
}
"""
Autogenerated input type of DeleteLinkedBranch
"""
input DeleteLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The ID of the linked branch
"""
linkedBranchId: ID! @possibleTypes(concreteTypes: ["LinkedBranch"])
}
"""
Autogenerated return type of DeleteLinkedBranch
"""
type DeleteLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The issue the linked branch was unlinked from.
"""
issue: Issue
}
"""
Autogenerated input type of DeleteProjectCard
"""
@ -13851,6 +13926,31 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
lastEditedAt: DateTime
"""
Branches linked to this issue.
"""
linkedBranches(
"""
Returns the elements in the list that come after the specified cursor.
"""
after: String
"""
Returns the elements in the list that come before the specified cursor.
"""
before: String
"""
Returns the first _n_ elements from the list.
"""
first: Int
"""
Returns the last _n_ elements from the list.
"""
last: Int
): LinkedBranchConnection!
"""
`true` if the object is locked
"""
@ -15496,6 +15596,58 @@ type LinkRepositoryToProjectPayload {
repository: Repository
}
"""
A branch linked to an issue.
"""
type LinkedBranch implements Node {
id: ID!
"""
The branch's ref.
"""
ref: Ref
}
"""
The connection type for LinkedBranch.
"""
type LinkedBranchConnection {
"""
A list of edges.
"""
edges: [LinkedBranchEdge]
"""
A list of nodes.
"""
nodes: [LinkedBranch]
"""
Information to aid in pagination.
"""
pageInfo: PageInfo!
"""
Identifies the total count of items in the connection.
"""
totalCount: Int!
}
"""
An edge in a connection.
"""
type LinkedBranchEdge {
"""
A cursor for use in pagination.
"""
cursor: String!
"""
The item at the end of the edge.
"""
node: LinkedBranch
}
"""
Autogenerated input type of LockLockable
"""
@ -17424,6 +17576,16 @@ type Mutation {
input: CreateLabelInput!
): CreateLabelPayload @preview(toggledBy: "bane-preview")
"""
Create a branch linked to an issue.
"""
createLinkedBranch(
"""
Parameters for CreateLinkedBranch
"""
input: CreateLinkedBranchInput!
): CreateLinkedBranchPayload
"""
Creates an Octoshift migration source.
"""
@ -17584,6 +17746,16 @@ type Mutation {
input: DeleteLabelInput!
): DeleteLabelPayload @preview(toggledBy: "bane-preview")
"""
Unlink a branch from an issue.
"""
deleteLinkedBranch(
"""
Parameters for DeleteLinkedBranch
"""
input: DeleteLinkedBranchInput!
): DeleteLinkedBranchPayload
"""
Deletes a project.
"""

Просмотреть файл

@ -6650,6 +6650,51 @@ type CreateLabelPayload @preview(toggledBy: "bane-preview") {
label: Label
}
"""
Autogenerated input type of CreateLinkedBranch
"""
input CreateLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
ID of the issue to link to.
"""
issueId: ID! @possibleTypes(concreteTypes: ["Issue"])
"""
The name of the new branch. Defaults to issue number and title.
"""
name: String
"""
The commit SHA to base the new branch on.
"""
oid: GitObjectID!
"""
ID of the repository to create the branch in. Defaults to the issue repository.
"""
repositoryId: ID @possibleTypes(concreteTypes: ["Repository"])
}
"""
Autogenerated return type of CreateLinkedBranch
"""
type CreateLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The new branch issue reference.
"""
linkedBranch: LinkedBranch
}
"""
Autogenerated input type of CreateMigrationSource
"""
@ -7999,6 +8044,36 @@ type DeleteLabelPayload @preview(toggledBy: "bane-preview") {
clientMutationId: String
}
"""
Autogenerated input type of DeleteLinkedBranch
"""
input DeleteLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The ID of the linked branch
"""
linkedBranchId: ID! @possibleTypes(concreteTypes: ["LinkedBranch"])
}
"""
Autogenerated return type of DeleteLinkedBranch
"""
type DeleteLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The issue the linked branch was unlinked from.
"""
issue: Issue
}
"""
Autogenerated input type of DeletePackageVersion
"""
@ -15555,6 +15630,31 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
lastEditedAt: DateTime
"""
Branches linked to this issue.
"""
linkedBranches(
"""
Returns the elements in the list that come after the specified cursor.
"""
after: String
"""
Returns the elements in the list that come before the specified cursor.
"""
before: String
"""
Returns the first _n_ elements from the list.
"""
first: Int
"""
Returns the last _n_ elements from the list.
"""
last: Int
): LinkedBranchConnection!
"""
`true` if the object is locked
"""
@ -17416,6 +17516,58 @@ type LinkRepositoryToProjectPayload {
repository: Repository
}
"""
A branch linked to an issue.
"""
type LinkedBranch implements Node {
id: ID!
"""
The branch's ref.
"""
ref: Ref
}
"""
The connection type for LinkedBranch.
"""
type LinkedBranchConnection {
"""
A list of edges.
"""
edges: [LinkedBranchEdge]
"""
A list of nodes.
"""
nodes: [LinkedBranch]
"""
Information to aid in pagination.
"""
pageInfo: PageInfo!
"""
Identifies the total count of items in the connection.
"""
totalCount: Int!
}
"""
An edge in a connection.
"""
type LinkedBranchEdge {
"""
A cursor for use in pagination.
"""
cursor: String!
"""
The item at the end of the edge.
"""
node: LinkedBranch
}
"""
Autogenerated input type of LockLockable
"""
@ -19856,6 +20008,16 @@ type Mutation {
input: CreateLabelInput!
): CreateLabelPayload @preview(toggledBy: "bane-preview")
"""
Create a branch linked to an issue.
"""
createLinkedBranch(
"""
Parameters for CreateLinkedBranch
"""
input: CreateLinkedBranchInput!
): CreateLinkedBranchPayload
"""
Creates an Octoshift migration source.
"""
@ -20056,6 +20218,16 @@ type Mutation {
input: DeleteLabelInput!
): DeleteLabelPayload @preview(toggledBy: "bane-preview")
"""
Unlink a branch from an issue.
"""
deleteLinkedBranch(
"""
Parameters for DeleteLinkedBranch
"""
input: DeleteLinkedBranchInput!
): DeleteLinkedBranchPayload
"""
Delete a package version.
"""

Просмотреть файл

@ -6650,6 +6650,51 @@ type CreateLabelPayload @preview(toggledBy: "bane-preview") {
label: Label
}
"""
Autogenerated input type of CreateLinkedBranch
"""
input CreateLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
ID of the issue to link to.
"""
issueId: ID! @possibleTypes(concreteTypes: ["Issue"])
"""
The name of the new branch. Defaults to issue number and title.
"""
name: String
"""
The commit SHA to base the new branch on.
"""
oid: GitObjectID!
"""
ID of the repository to create the branch in. Defaults to the issue repository.
"""
repositoryId: ID @possibleTypes(concreteTypes: ["Repository"])
}
"""
Autogenerated return type of CreateLinkedBranch
"""
type CreateLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The new branch issue reference.
"""
linkedBranch: LinkedBranch
}
"""
Autogenerated input type of CreateMigrationSource
"""
@ -7999,6 +8044,36 @@ type DeleteLabelPayload @preview(toggledBy: "bane-preview") {
clientMutationId: String
}
"""
Autogenerated input type of DeleteLinkedBranch
"""
input DeleteLinkedBranchInput {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The ID of the linked branch
"""
linkedBranchId: ID! @possibleTypes(concreteTypes: ["LinkedBranch"])
}
"""
Autogenerated return type of DeleteLinkedBranch
"""
type DeleteLinkedBranchPayload {
"""
A unique identifier for the client performing the mutation.
"""
clientMutationId: String
"""
The issue the linked branch was unlinked from.
"""
issue: Issue
}
"""
Autogenerated input type of DeletePackageVersion
"""
@ -15555,6 +15630,31 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
lastEditedAt: DateTime
"""
Branches linked to this issue.
"""
linkedBranches(
"""
Returns the elements in the list that come after the specified cursor.
"""
after: String
"""
Returns the elements in the list that come before the specified cursor.
"""
before: String
"""
Returns the first _n_ elements from the list.
"""
first: Int
"""
Returns the last _n_ elements from the list.
"""
last: Int
): LinkedBranchConnection!
"""
`true` if the object is locked
"""
@ -17416,6 +17516,58 @@ type LinkRepositoryToProjectPayload {
repository: Repository
}
"""
A branch linked to an issue.
"""
type LinkedBranch implements Node {
id: ID!
"""
The branch's ref.
"""
ref: Ref
}
"""
The connection type for LinkedBranch.
"""
type LinkedBranchConnection {
"""
A list of edges.
"""
edges: [LinkedBranchEdge]
"""
A list of nodes.
"""
nodes: [LinkedBranch]
"""
Information to aid in pagination.
"""
pageInfo: PageInfo!
"""
Identifies the total count of items in the connection.
"""
totalCount: Int!
}
"""
An edge in a connection.
"""
type LinkedBranchEdge {
"""
A cursor for use in pagination.
"""
cursor: String!
"""
The item at the end of the edge.
"""
node: LinkedBranch
}
"""
Autogenerated input type of LockLockable
"""
@ -19856,6 +20008,16 @@ type Mutation {
input: CreateLabelInput!
): CreateLabelPayload @preview(toggledBy: "bane-preview")
"""
Create a branch linked to an issue.
"""
createLinkedBranch(
"""
Parameters for CreateLinkedBranch
"""
input: CreateLinkedBranchInput!
): CreateLinkedBranchPayload
"""
Creates an Octoshift migration source.
"""
@ -20056,6 +20218,16 @@ type Mutation {
input: DeleteLabelInput!
): DeleteLabelPayload @preview(toggledBy: "bane-preview")
"""
Unlink a branch from an issue.
"""
deleteLinkedBranch(
"""
Parameters for DeleteLinkedBranch
"""
input: DeleteLinkedBranchInput!
): DeleteLinkedBranchPayload
"""
Delete a package version.
"""

Просмотреть файл

@ -299,4 +299,4 @@ sections:
- Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter.
- '{% data reusables.release-notes.ghas-3.4-secret-scanning-known-issue %}'
- |
Running `ghe-repl-status` while upgrading a replica node may indicate `WARNING: git replication is behind the primary`. This warning is due to a change in how GitHub Enterprise Server 3.6.0 and later stores repositories. You can safely ignore this message, and the upgrade will proceed normally. [Updated: 2022-09-26]
After upgrading a replica node to GitHub Enterprise Server 3.6.0 or later and restarting replication, Git replication may stop progressing and continue to show `WARNING: git replication is behind the primary …`. If you encounter this known issue, [contact {% data variables.contact.enterprise_support %}](https://docs.github.com/en/enterprise-server@3.6/support/contacting-github-support/creating-a-support-ticket). [Updated: 2022-10-03]

Просмотреть файл

@ -32,4 +32,4 @@ sections:
- In some cases, users cannot convert existing issues to discussions.
- Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter.
- |
Running `ghe-repl-status` while upgrading a replica node may indicate `WARNING: git replication is behind the primary`. This warning is due to a change in how GitHub Enterprise Server 3.6.0 and later stores repositories. You can safely ignore this message, and the upgrade will proceed normally. [Updated: 2022-09-26]
After upgrading a replica node to GitHub Enterprise Server 3.6.0 or later and restarting replication, in some situations Git replication may stop progressing and continue to show `WARNING: git replication is behind the primary …`. If you encounter this known issue contact GitHub Support. For more information, see "[Creating a support ticket](https://docs.github.com/en/enterprise-server@3.6/support/contacting-github-support/creating-a-support-ticket)." [Updated: 2022-10-03]

Просмотреть файл

@ -41,5 +41,5 @@ sections:
- In some cases, users cannot convert existing issues to discussions.
- Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter.
- |
Running `ghe-repl-status` while upgrading a replica node may indicate `WARNING: git replication is behind the primary`. This warning is due to a change in how GitHub Enterprise Server 3.6.0 and later stores repositories. You can safely ignore this message, and the upgrade will proceed normally. [Updated: 2022-09-26]
After upgrading a replica node to GitHub Enterprise Server 3.6.0 or later and restarting replication, in some situations Git replication may stop progressing and continue to show `WARNING: git replication is behind the primary …`. If you encounter this known issue contact GitHub Support. For more information, see "[Creating a support ticket](https://docs.github.com/en/enterprise-server@3.6/support/contacting-github-support/creating-a-support-ticket)." [Updated: 2022-10-03]
- '{% data reusables.release-notes.2022-09-hotpatch-issue %}'

Просмотреть файл

@ -1 +1 @@
actions/setup-dotnet@{% ifversion actions-node16-action %}v2{% else %}v1{% endif %}
actions/setup-dotnet@{% ifversion actions-node16-action %}v3{% else %}v1{% endif %}

Просмотреть файл

@ -1 +0,0 @@
For examples that demonstrate more complex features of {% data variables.product.prodname_actions %}, see "[Examples](/actions/examples)." You can see detailed examples that explain how to test your code on a runner, access the {% data variables.product.prodname_dotcom %} CLI, and use advanced features such as concurrency and test matrices.

Просмотреть файл

@ -0,0 +1,7 @@
{% data variables.product.prodname_actions %} can help you automate nearly every aspect of your application development processes. Ready to get started? Here are some helpful resources for taking your next steps with {% data variables.product.prodname_actions %}:
- For continuous integration (CI) workflows to build and test your code, see "[Automating builds and tests](/actions/automating-builds-and-tests)."
- For building and publishing packages, see "[Publishing packages](/actions/publishing-packages)."
- For deploying projects, see "[Deployment](/actions/deployment)."
- For automating tasks and processes on {% data variables.product.prodname_dotcom %}, see "[Managing issues and pull requests](/actions/managing-issues-and-pull-requests)."
- For examples that demonstrate more complex features of {% data variables.product.prodname_actions %}, including many of the above use cases, see "[Examples](/actions/examples)." You can see detailed examples that explain how to test your code on a runner, access the {% data variables.product.prodname_dotcom %} CLI, and use advanced features such as concurrency and test matrices.

Просмотреть файл

@ -1,3 +1,3 @@
To reduce consumption of Actions minutes, you can set a prebuild to be updated only when you make a change to your dev container configuration files, or only on a custom schedule. You can also manage your storage usage by adjusting the number of template versions to be retained for your prebuild configurations. For more information, see "[Configuring prebuilds](/codespaces/prebuilding-your-codespaces/configuring-prebuilds#configuring-a-prebuild)."
If you are an organization owner, you can track usage of prebuild workflows and storage by downloading a {% data variables.product.prodname_actions %} usage report for your organization. You can identify workflow runs for prebuilds by filtering the CSV output to only include the workflow called "Create {% data variables.product.prodname_github_codespaces %} Prebuilds." For more information, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage#viewing-github-actions-usage-for-your-organization)."
If you are an organization or enterprise owner, you can track usage of prebuild workflows and storage by downloading a {% data variables.product.prodname_actions %} usage report for your organization or enterprise. You can identify workflow runs for prebuilds by filtering the CSV output to only include the workflow called "Create {% data variables.product.prodname_github_codespaces %} Prebuilds." For more information, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage#viewing-github-actions-usage-for-your-organization)."

Просмотреть файл

@ -1,7 +1,7 @@
{% data variables.product.prodname_codespaces %} are billed in US dollars (USD) according to their compute and storage usage.
### Calculating compute usage
Compute usage is defined as the total number of uptime minutes for which a {% data variables.product.prodname_github_codespaces %} instance is active. Compute usage is calculated by summing the actual number of minutes used by all codespaces. These totals are reported to the billing service daily, and are billed monthly.
Compute usage is defined as the total number of uptime minutes for which a {% data variables.product.prodname_github_codespaces %} instance is active. Compute usage is calculated by summing the actual number of minutes used by all codespaces that are billable to the organization or enterprise. These totals are reported to the billing service daily, and are billed monthly.
Uptime is controlled by stopping your codespace, which can be done manually or automatically after a developer specified period of inactivity. For more information, see "[Closing or stopping your codespace](/codespaces/getting-started/deep-dive#closing-or-stopping-your-codespace)".

Просмотреть файл

@ -15,6 +15,8 @@ After you connect your account on {% data variables.product.product_location %}
![Searching for repository to create a new codespace](/assets/images/help/codespaces/choose-repository-vscode.png)
If codespaces are billable for the repository you choose, a message will be displayed in subsequent prompts telling you who will pay for the codespace.
4. Click the branch you want to develop on.
![Searching for a branch to create a new codespace](/assets/images/help/codespaces/choose-branch-vscode.png)

Просмотреть файл

@ -16,4 +16,7 @@
{% endnote %}
You can customize the way you are notified about {% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.
{% ifversion update-notification-settings-22 %}
You can customize the way you are notified about {% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a daily or weekly digest email summarizing alerts for up to 10 of your repositories using the **Email weekly digest** option.
{% else %}
You can customize the way you are notified about {% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.{% endif %}

Просмотреть файл

@ -1,2 +1,2 @@
1. Proofread your tier, then click **Publish _TYPE_ tier**.
![Publish monthly tier button](/assets/images/help/sponsors/publish-tier-button.png)
1. Proofread your tier, then click **Publish tier**.
![Screenshot of new tier page with publish monthly tier button emphasized](/assets/images/help/sponsors/publish-tier-button.png)

Просмотреть файл

@ -1,4 +1,4 @@
You can create up to 10 one-time sponsorship tiers and 10 monthly tiers for sponsors to choose from. Each tier has its own one-time or monthly payment amount in US dollars, and you can choose to enable tiers for custom amounts. In addition, you can choose to enable tiers for custom amounts (monthly and one-time).
You can publish up to 10 one-time sponsorship tiers and 10 monthly tiers for sponsors to choose from. Each tier has its own one-time or monthly payment amount in US dollars. Publishing tiers is optional.
You can customize the rewards for each tier. For example, rewards for a tier could include:
- Early access to new versions

Просмотреть файл

@ -1,4 +1,26 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Type <code>CreateLinkedBranchInput</code> was added</p>",
"<p>Type <code>CreateLinkedBranchPayload</code> was added</p>",
"<p>Type <code>DeleteLinkedBranchInput</code> was added</p>",
"<p>Type <code>DeleteLinkedBranchPayload</code> was added</p>",
"<p>Type <code>LinkedBranch</code> was added</p>",
"<p>Type <code>LinkedBranchConnection</code> was added</p>",
"<p>Type <code>LinkedBranchEdge</code> was added</p>",
"<p>Field <code>linkedBranches</code> was added to object type <code>Issue</code></p>",
"<p>Field <code>createLinkedBranch</code> was added to object type <code>Mutation</code></p>",
"<p>Field <code>deleteLinkedBranch</code> was added to object type <code>Mutation</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-10-03"
},
{
"schemaChanges": [
{

Просмотреть файл

@ -2650,6 +2650,40 @@
}
]
},
{
"name": "createLinkedBranch",
"kind": "mutations",
"id": "createlinkedbranch",
"href": "/graphql/reference/mutations#createlinkedbranch",
"description": "<p>Create a branch linked to an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "CreateLinkedBranchInput!",
"id": "createlinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#createlinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "linkedBranch",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>The new branch issue reference.</p>"
}
]
},
{
"name": "createMigrationSource",
"kind": "mutations",
@ -3306,6 +3340,40 @@
}
]
},
{
"name": "deleteLinkedBranch",
"kind": "mutations",
"id": "deletelinkedbranch",
"href": "/graphql/reference/mutations#deletelinkedbranch",
"description": "<p>Unlink a branch from an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "DeleteLinkedBranchInput!",
"id": "deletelinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "issue",
"type": "Issue",
"id": "issue",
"kind": "objects",
"href": "/graphql/reference/objects#issue",
"description": "<p>The issue the linked branch was unlinked from.</p>"
}
]
},
{
"name": "deletePackageVersion",
"kind": "mutations",
@ -25151,6 +25219,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "linkedBranches",
"description": "<p>Branches linked to this issue.</p>",
"type": "LinkedBranchConnection!",
"id": "linkedbranchconnection",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchconnection",
"arguments": [
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "before",
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "first",
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "last",
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
{
"name": "locked",
"description": "<p><code>true</code> if the object is locked.</p>",
@ -27604,6 +27722,96 @@
}
]
},
{
"name": "LinkedBranch",
"kind": "objects",
"id": "linkedbranch",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>A branch linked to an issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "ref",
"description": "<p>The branch's ref.</p>",
"type": "Ref",
"id": "ref",
"kind": "objects",
"href": "/graphql/reference/objects#ref"
}
]
},
{
"name": "LinkedBranchConnection",
"kind": "objects",
"id": "linkedbranchconnection",
"href": "/graphql/reference/objects#linkedbranchconnection",
"description": "<p>The connection type for LinkedBranch.</p>",
"fields": [
{
"name": "edges",
"description": "<p>A list of edges.</p>",
"type": "[LinkedBranchEdge]",
"id": "linkedbranchedge",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchedge"
},
{
"name": "nodes",
"description": "<p>A list of nodes.</p>",
"type": "[LinkedBranch]",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
},
{
"name": "pageInfo",
"description": "<p>Information to aid in pagination.</p>",
"type": "PageInfo!",
"id": "pageinfo",
"kind": "objects",
"href": "/graphql/reference/objects#pageinfo"
},
{
"name": "totalCount",
"description": "<p>Identifies the total count of items in the connection.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
{
"name": "LinkedBranchEdge",
"kind": "objects",
"id": "linkedbranchedge",
"href": "/graphql/reference/objects#linkedbranchedge",
"description": "<p>An edge in a connection.</p>",
"fields": [
{
"name": "cursor",
"description": "<p>A cursor for use in pagination.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "node",
"description": "<p>The item at the end of the edge.</p>",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
}
]
},
{
"name": "LockedEvent",
"kind": "objects",
@ -83288,6 +83496,57 @@
}
]
},
{
"name": "CreateLinkedBranchInput",
"kind": "inputObjects",
"id": "createlinkedbranchinput",
"href": "/graphql/reference/input-objects#createlinkedbranchinput",
"description": "<p>Autogenerated input type of CreateLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "issueId",
"description": "<p>ID of the issue to link to.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "name",
"description": "<p>The name of the new branch. Defaults to issue number and title.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "oid",
"description": "<p>The commit SHA to base the new branch on.</p>",
"type": "GitObjectID!",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "repositoryId",
"description": "<p>ID of the repository to create the branch in. Defaults to the issue repository.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "CreateMigrationSourceInput",
"kind": "inputObjects",
@ -84221,6 +84480,32 @@
}
]
},
{
"name": "DeleteLinkedBranchInput",
"kind": "inputObjects",
"id": "deletelinkedbranchinput",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput",
"description": "<p>Autogenerated input type of DeleteLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "linkedBranchId",
"description": "<p>The ID of the linked branch.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "DeletePackageVersionInput",
"kind": "inputObjects",

Просмотреть файл

@ -1973,6 +1973,40 @@
}
]
},
{
"name": "createLinkedBranch",
"kind": "mutations",
"id": "createlinkedbranch",
"href": "/graphql/reference/mutations#createlinkedbranch",
"description": "<p>Create a branch linked to an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "CreateLinkedBranchInput!",
"id": "createlinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#createlinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "linkedBranch",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>The new branch issue reference.</p>"
}
]
},
{
"name": "createMigrationSource",
"kind": "mutations",
@ -2493,6 +2527,40 @@
}
]
},
{
"name": "deleteLinkedBranch",
"kind": "mutations",
"id": "deletelinkedbranch",
"href": "/graphql/reference/mutations#deletelinkedbranch",
"description": "<p>Unlink a branch from an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "DeleteLinkedBranchInput!",
"id": "deletelinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "issue",
"type": "Issue",
"id": "issue",
"kind": "objects",
"href": "/graphql/reference/objects#issue",
"description": "<p>The issue the linked branch was unlinked from.</p>"
}
]
},
{
"name": "deleteProject",
"kind": "mutations",
@ -22177,6 +22245,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "linkedBranches",
"description": "<p>Branches linked to this issue.</p>",
"type": "LinkedBranchConnection!",
"id": "linkedbranchconnection",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchconnection",
"arguments": [
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "before",
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "first",
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "last",
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
{
"name": "locked",
"description": "<p><code>true</code> if the object is locked.</p>",
@ -24203,6 +24321,96 @@
}
]
},
{
"name": "LinkedBranch",
"kind": "objects",
"id": "linkedbranch",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>A branch linked to an issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "ref",
"description": "<p>The branch's ref.</p>",
"type": "Ref",
"id": "ref",
"kind": "objects",
"href": "/graphql/reference/objects#ref"
}
]
},
{
"name": "LinkedBranchConnection",
"kind": "objects",
"id": "linkedbranchconnection",
"href": "/graphql/reference/objects#linkedbranchconnection",
"description": "<p>The connection type for LinkedBranch.</p>",
"fields": [
{
"name": "edges",
"description": "<p>A list of edges.</p>",
"type": "[LinkedBranchEdge]",
"id": "linkedbranchedge",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchedge"
},
{
"name": "nodes",
"description": "<p>A list of nodes.</p>",
"type": "[LinkedBranch]",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
},
{
"name": "pageInfo",
"description": "<p>Information to aid in pagination.</p>",
"type": "PageInfo!",
"id": "pageinfo",
"kind": "objects",
"href": "/graphql/reference/objects#pageinfo"
},
{
"name": "totalCount",
"description": "<p>Identifies the total count of items in the connection.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
{
"name": "LinkedBranchEdge",
"kind": "objects",
"id": "linkedbranchedge",
"href": "/graphql/reference/objects#linkedbranchedge",
"description": "<p>An edge in a connection.</p>",
"fields": [
{
"name": "cursor",
"description": "<p>A cursor for use in pagination.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "node",
"description": "<p>The item at the end of the edge.</p>",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
}
]
},
{
"name": "LockedEvent",
"kind": "objects",
@ -68194,6 +68402,57 @@
}
]
},
{
"name": "CreateLinkedBranchInput",
"kind": "inputObjects",
"id": "createlinkedbranchinput",
"href": "/graphql/reference/input-objects#createlinkedbranchinput",
"description": "<p>Autogenerated input type of CreateLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "issueId",
"description": "<p>ID of the issue to link to.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "name",
"description": "<p>The name of the new branch. Defaults to issue number and title.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "oid",
"description": "<p>The commit SHA to base the new branch on.</p>",
"type": "GitObjectID!",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "repositoryId",
"description": "<p>ID of the repository to create the branch in. Defaults to the issue repository.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "CreateMigrationSourceInput",
"kind": "inputObjects",
@ -68860,6 +69119,32 @@
}
]
},
{
"name": "DeleteLinkedBranchInput",
"kind": "inputObjects",
"id": "deletelinkedbranchinput",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput",
"description": "<p>Autogenerated input type of DeleteLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "linkedBranchId",
"description": "<p>The ID of the linked branch.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "DeleteProjectCardInput",
"kind": "inputObjects",

Просмотреть файл

@ -2650,6 +2650,40 @@
}
]
},
{
"name": "createLinkedBranch",
"kind": "mutations",
"id": "createlinkedbranch",
"href": "/graphql/reference/mutations#createlinkedbranch",
"description": "<p>Create a branch linked to an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "CreateLinkedBranchInput!",
"id": "createlinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#createlinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "linkedBranch",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>The new branch issue reference.</p>"
}
]
},
{
"name": "createMigrationSource",
"kind": "mutations",
@ -3306,6 +3340,40 @@
}
]
},
{
"name": "deleteLinkedBranch",
"kind": "mutations",
"id": "deletelinkedbranch",
"href": "/graphql/reference/mutations#deletelinkedbranch",
"description": "<p>Unlink a branch from an issue.</p>",
"inputFields": [
{
"name": "input",
"type": "DeleteLinkedBranchInput!",
"id": "deletelinkedbranchinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput"
}
],
"returnFields": [
{
"name": "clientMutationId",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string",
"description": "<p>A unique identifier for the client performing the mutation.</p>"
},
{
"name": "issue",
"type": "Issue",
"id": "issue",
"kind": "objects",
"href": "/graphql/reference/objects#issue",
"description": "<p>The issue the linked branch was unlinked from.</p>"
}
]
},
{
"name": "deletePackageVersion",
"kind": "mutations",
@ -25151,6 +25219,56 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "linkedBranches",
"description": "<p>Branches linked to this issue.</p>",
"type": "LinkedBranchConnection!",
"id": "linkedbranchconnection",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchconnection",
"arguments": [
{
"name": "after",
"description": "<p>Returns the elements in the list that come after the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "before",
"description": "<p>Returns the elements in the list that come before the specified cursor.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
},
{
"name": "first",
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
},
{
"name": "last",
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
{
"name": "locked",
"description": "<p><code>true</code> if the object is locked.</p>",
@ -27604,6 +27722,96 @@
}
]
},
{
"name": "LinkedBranch",
"kind": "objects",
"id": "linkedbranch",
"href": "/graphql/reference/objects#linkedbranch",
"description": "<p>A branch linked to an issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "ref",
"description": "<p>The branch's ref.</p>",
"type": "Ref",
"id": "ref",
"kind": "objects",
"href": "/graphql/reference/objects#ref"
}
]
},
{
"name": "LinkedBranchConnection",
"kind": "objects",
"id": "linkedbranchconnection",
"href": "/graphql/reference/objects#linkedbranchconnection",
"description": "<p>The connection type for LinkedBranch.</p>",
"fields": [
{
"name": "edges",
"description": "<p>A list of edges.</p>",
"type": "[LinkedBranchEdge]",
"id": "linkedbranchedge",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranchedge"
},
{
"name": "nodes",
"description": "<p>A list of nodes.</p>",
"type": "[LinkedBranch]",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
},
{
"name": "pageInfo",
"description": "<p>Information to aid in pagination.</p>",
"type": "PageInfo!",
"id": "pageinfo",
"kind": "objects",
"href": "/graphql/reference/objects#pageinfo"
},
{
"name": "totalCount",
"description": "<p>Identifies the total count of items in the connection.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
{
"name": "LinkedBranchEdge",
"kind": "objects",
"id": "linkedbranchedge",
"href": "/graphql/reference/objects#linkedbranchedge",
"description": "<p>An edge in a connection.</p>",
"fields": [
{
"name": "cursor",
"description": "<p>A cursor for use in pagination.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "node",
"description": "<p>The item at the end of the edge.</p>",
"type": "LinkedBranch",
"id": "linkedbranch",
"kind": "objects",
"href": "/graphql/reference/objects#linkedbranch"
}
]
},
{
"name": "LockedEvent",
"kind": "objects",
@ -83288,6 +83496,57 @@
}
]
},
{
"name": "CreateLinkedBranchInput",
"kind": "inputObjects",
"id": "createlinkedbranchinput",
"href": "/graphql/reference/input-objects#createlinkedbranchinput",
"description": "<p>Autogenerated input type of CreateLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "issueId",
"description": "<p>ID of the issue to link to.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "name",
"description": "<p>The name of the new branch. Defaults to issue number and title.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "oid",
"description": "<p>The commit SHA to base the new branch on.</p>",
"type": "GitObjectID!",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "repositoryId",
"description": "<p>ID of the repository to create the branch in. Defaults to the issue repository.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "CreateMigrationSourceInput",
"kind": "inputObjects",
@ -84221,6 +84480,32 @@
}
]
},
{
"name": "DeleteLinkedBranchInput",
"kind": "inputObjects",
"id": "deletelinkedbranchinput",
"href": "/graphql/reference/input-objects#deletelinkedbranchinput",
"description": "<p>Autogenerated input type of DeleteLinkedBranch.</p>",
"inputFields": [
{
"name": "clientMutationId",
"description": "<p>A unique identifier for the client performing the mutation.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "linkedBranchId",
"description": "<p>The ID of the linked branch.</p>",
"type": "ID!",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
}
]
},
{
"name": "DeletePackageVersionInput",
"kind": "inputObjects",

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fd05a6ff9aedec2e935f73cf02fd97bc52a801a0574670fae4f69cb50db1271
size 787418
oid sha256:975556001be97233865a63f0d4adc96a1645e03f02f9a24328c00a7bd8abe934
size 786802

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7d66cf15d21cae3673bb3e7aec236fe2747cd4f1914834b948df4ab8e3fcbca
size 1531606
oid sha256:962d44048f87413e2b85ebc3bc342dc8d9df0ea8d96015227ffaf21b5bec2e02
size 1533032

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5a8c578eba3c785df2e0fc3aceeff8f3b5ef2256b7c145b261f544b2ca57f5c
size 1102140
oid sha256:1e57cb4a411c9d03c5aaf8122f7f65e5832bd8b0da53e2657c07339217dc260a
size 1102078

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a448af5be81bb5c93de93bdae9150ad7a1bc69325d10ba58c9ec327fb3b3ba32
size 4468228
oid sha256:b28ebbdbe82a04b46807c69a63933c7588a87e07f80a6262d544065b3c29b323
size 4468106

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29644b8afb9ca828f2a6f8348232ff7fdb1439920f3da9525e596a8bb8d8341a
size 740369
oid sha256:00d9644118a6b5add57d38b086a450e5155a571af11d7555fc3ad2fc5b201b6f
size 740932

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc4d62b05718c640fc988980d63ae4c3a6c374ed26cb6c8bfd2deb21da827468
size 3087446
oid sha256:29b9141739c240e2653b9caeb93841cc5712549d06b3b44b08e16c5bb258a709
size 3089234

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfec10c4e1838240b5ae9026a68856a8aabec5f0a9aa260c658543306b1bf8a0
size 829360
oid sha256:b1bb3feff87da2c29c89eaf2112a38c482d8aeb5268c2f38d698a94697112dce
size 829198

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f99496b9e092d2de8a36cf164dd6855d8e8c122099f151cd6753dd4bcf0ffd80
size 4379660
oid sha256:b36825599eb6bee153e1a8c656e887b7edf79985118c829b8a763c33781461c4
size 4378805

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb767a10341a9d85bc44008f93a2ab3ec4c500cd59ffe7328c99cdddb106b8be
size 727196
oid sha256:5efc4a703bcd3e71901324e94d85ea6ce95108909eadd72ba2100ff034f781df
size 727315

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9580258a8e10cbe69cba8c47a4840156d47029575a3d3867f56c99a9197703df
size 3069942
oid sha256:ebf7d37ec017919c80af64598e3491c9a8803a1df96b3d646a94c7325ee6e604
size 3073005

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb41be9720e461e4ac7bdfd2b87003c6a2b2a636c35db4d5413098a47efa4a36
size 812100
oid sha256:a4758a07213f26fddb530d2c06f44b331b331217b6487c394479d96032fd133e
size 811527

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28834f3c58d5072fd0e17875cfe3e780e063bd9aa9b11d605e81aa3aef69cf2c
size 1584622
oid sha256:fca4d22531f809cbbfc46d3473245fb0ee91e6f9d3a5555e566287f3d13d157c
size 1587151

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d61329ae223b2250c441221f18b9774e15ca706f7c4239fef1762db99803c14
size 1137202
oid sha256:15e91419dbbd1ba89a2aef2cf4d86efe5d72cdd5088e3af3428502f23b716e95
size 1137314

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dbffce750a22c3cda23f4e69523c9fa42d68bd1f53df28b7eb5b00622b91e1d
size 4573456
oid sha256:29516360456cfb13f7bb51c8cfd1eb432b297766bb6468b7ede42538fd2a63a0
size 4572508

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d31d7dcb76bfafb2df0a140bb0cad47e06ebf54e27efb198519f8807aaf996d
size 762395
oid sha256:45f3ebf0bde8c15dff516cbc466961bb7c1439c06a9eece34c8a572284ae94c2
size 762737

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea0e6655e511e2482b820d03adf2a10565b564be296bf21d17c9efe32c0b18ac
size 3180787
oid sha256:b0fc4c57857a0c9d8ca01d472f27136698a0c4ec15aef6ff42ff78056f8d3504
size 3183139

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6bdd1ced367fa84a447dfaa98e46482b8fe1452468f25b08a6f0820a06c7a3b
size 853630
oid sha256:783c79915657351a4410542738a59dff4d518ef462a55e65ff80ddfa43f96fbe
size 853258

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62e267836bd97016315a3b43d306482d70b0005cde8a49c82f356ed5322ec6de
size 4510103
oid sha256:0905ab48e53545663d3f524efa6388e07ba3fd5a129fe2658befdef4b5a0bb05
size 4509900

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f4404bff2536c267b64377488cdb0239bc5b9e6b53031a46d00e909d7011f33
size 748844
oid sha256:626b4d5de84f0ace5ec914440137b28263b6957d1b5fad716b17890186942cd3
size 749340

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0a56710c7189b7412385afc09c2076ac645c850f5b224293781ccbbb7fa26ef
size 3164082
oid sha256:82eb51532306a636b66a8686f4901eee0bd5896f9dbfd1a3740c6f8e52bae500
size 3167073

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7192b5b9895dc2e5cc0b250ced226545c93e250c4beebfd477273e408ecee60
size 814245
oid sha256:62dfb3820fa483f7d911ef36e844caeb5bf581e4173f6b7d809d98b63855eef0
size 813665

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8330f5a498246fa0fa543445482fb527f20bd0da3ecb097bfbe5f7dbfed808e2
size 1597462
oid sha256:15f27ab06def1f8a02fae2dedee07005784f8e674cc1ad921ed5c087d464918a
size 1599721

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c8f7041adf9f8e7987455419173ae2fc35b1438b31c3ce9ce5df4a55a30fe80
size 1149341
oid sha256:9fdd00da18ec8c8792b31dd9ca76a4bb7e58cb1f5f502dca0b114630b623bdfd
size 1149291

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb25df625e7b3ca35be73394d98772cf9cc2bc033c4f90ba8607b89e5df008ea
size 4632966
oid sha256:ea598c537058a0d72184a1197511b918cf130fcfae3c528d92f6d3e10f988dad
size 4633090

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2aeffd14abb1a3ca28d52157a166393851ceafda6d31715a490622291a238d0a
size 766951
oid sha256:2ad6ef3969a7be4570f78578e3415e62e445698008b1764537e5d368874fe132
size 767007

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43b0b45fc4ce1273e7ea14aa18db115afee1597752f90615aa27b5c8ab72eafd
size 3208052
oid sha256:0c65596433287643150525715d5c13f9028821a9f379cce5d843b870a9bb4a7b
size 3209483

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bc36a8c879cf9c5a52bb4e1507623d520a547dc3f714d01193f415a7d35e42f
size 855940
oid sha256:f3256260e3d6bb5e98873b5c4c84f103c7ed12c2244cfcb322fce8d20d9007ee
size 855634

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9728f3ef7ccc3681fad68c74bf0f0db471a98d23c402abb800520d9df302f6f8
size 4537854
oid sha256:c923c202d948f830ad1e0c6dd6fe45b0ce7df79d52812bcce38332aa485d6a83
size 4536954

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:835d3e619ed0af30c9dcb88b940d508890d1e78f017d3dd565c280218ef21b03
size 753287
oid sha256:66d23a4ed4272c5fc57d48f8174f6d3cc82cdedfad1723982d4774188312560b
size 753710

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:539fb13a6ef160d4202fdd57e5b2a5e935b91f1a1ac428d8a75d4769cee37f9f
size 3190039
oid sha256:0edbf0cc777277754109919c7f300e3b4a62925e3f8c72559268499f165e5e0d
size 3193263

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f7c79380f2f450de509d91242c91069cfbeebf6d4ace3d7c390e34c1dad7893
size 844987
oid sha256:72e30f2844f5fc9bde561a1e3f14fcdc8752b2c74c9314bc54938f06f2c62d5f
size 844303

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05ccd61f4a589dfeb42fb3eaa10fd844b51b05102a750a832e6595eaa00911d2
size 1659533
oid sha256:6a15636ac263c712d32a3925e07e780af346c5514289742be9c169bb9195ac82
size 1661212

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b6fafc76d0f17b22a9cf7c7227f6393d1d1c5176023401041acef5a4b9516fa
size 1189720
oid sha256:ca34afc0aa3ff1494d53fbfe216fd1cc514da38c8705780dc13fd85bceb16828
size 1190211

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a16062394c082a10f1713094ac216d50d92a666554054921ccd21e07358e2822
size 4800671
oid sha256:c29034793482077863fd531ba8d77f8ff0527eaf258568a795dae99ca62aa1ac
size 4800073

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63c208a12f7b28391fb897763e1f5abffd0822932722a3d83a0910e025be35e6
size 791817
oid sha256:d8c9ed8de7beaec636f000dfa79c92b517a293379a6aad872aa8a7d3276444e5
size 792055

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a1021e5ae6d28be7f1a6c2d93c6060510dfa6ab2d95b68708ab507448859846
size 3322687
oid sha256:d018c753eac2f44d80b1399676ba3dca8a3f6cf9dbc5c53b7806dfd739f39d1e
size 3324711

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58aebe5e2534fb35f9520a333a90ad7ebfc995b4fa144562f6c11274915ed676
size 886106
oid sha256:d3c6f1c012a33f92de2b3cdfd7ba7cbef788bd91f92aec1c43350761621f8cf1
size 886033

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e30c1be7a728ac881cb82ce6591b0bb932036dd4917a1cacbbe9162069507c84
size 4709507
oid sha256:278fca85797d575d8d826fbc9d2b5883819db5a14fc21e6b18b79e572d12f191
size 4708240

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d11f8e14bd5a8c499c1387c93d84e25d410fc331bc0dd455b03402d302cdc207
size 778232
oid sha256:7e66142a3c4317d0654a85c74799a8663a21018b9703f86df8589a34d7de0941
size 778594

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:984a778af986249f8c8053950db62b494d503846999bd0dca9c512f80341b4f0
size 3307620
oid sha256:d20bd758a2addb8c619c3b297e5a593c9fe8ca9c57e91f6d8bbfd1ffed84fe2a
size 3307995

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69da16843fdf37749df48a79d8dc2906f07a10a0701617cd075ec06a4816e1e8
size 867358
oid sha256:ad0ddc8bc6af92c764820160520ceb5991ec0d8605bb9e2654ed51dd9d87e904
size 866776

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e28e3cd698a7f2bda9e6e1b45c4852f1b7f3c6efb84f2386a1a34e771ededfd
size 1700576
oid sha256:35022b7a2f91f5dd1ce498ae0708759973af3f7d8ef12c87530f68cd97512531
size 1702993

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше