diff --git a/.github/workflows/dry-run-elasticsearch-indexing.yml b/.github/workflows/dry-run-elasticsearch-indexing.yml index 0cd2fbcca1..f884bb0d6a 100644 --- a/.github/workflows/dry-run-elasticsearch-indexing.yml +++ b/.github/workflows/dry-run-elasticsearch-indexing.yml @@ -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 diff --git a/.github/workflows/site-policy-sync.yml b/.github/workflows/site-policy-sync.yml index 7d88c6a5f1..fdf9afcdf6 100644 --- a/.github/workflows/site-policy-sync.yml +++ b/.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 diff --git a/.github/workflows/sync-search-pr.yml b/.github/workflows/sync-search-pr.yml index af2a210463..01031b5ae4 100644 --- a/.github/workflows/sync-search-pr.yml +++ b/.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: | diff --git a/assets/images/automatically-watch-repos-and-teams.png b/assets/images/automatically-watch-repos-and-teams.png new file mode 100644 index 0000000000..a747f976be Binary files /dev/null and b/assets/images/automatically-watch-repos-and-teams.png differ diff --git a/assets/images/help/codespaces/advanced-options.png b/assets/images/help/codespaces/advanced-options.png index 475c53d98f..25ee9e68c1 100644 Binary files a/assets/images/help/codespaces/advanced-options.png and b/assets/images/help/codespaces/advanced-options.png differ diff --git a/assets/images/help/codespaces/choose-branch-vscode.png b/assets/images/help/codespaces/choose-branch-vscode.png index a4942c1b68..33124b0764 100644 Binary files a/assets/images/help/codespaces/choose-branch-vscode.png and b/assets/images/help/codespaces/choose-branch-vscode.png differ diff --git a/assets/images/help/codespaces/choose-dev-container-vscode.png b/assets/images/help/codespaces/choose-dev-container-vscode.png index 5df19333a5..ca3065b196 100644 Binary files a/assets/images/help/codespaces/choose-dev-container-vscode.png and b/assets/images/help/codespaces/choose-dev-container-vscode.png differ diff --git a/assets/images/help/codespaces/choose-repository-vscode.png b/assets/images/help/codespaces/choose-repository-vscode.png index fba69e7b54..20c6d9871c 100644 Binary files a/assets/images/help/codespaces/choose-repository-vscode.png and b/assets/images/help/codespaces/choose-repository-vscode.png differ diff --git a/assets/images/help/codespaces/choose-sku-vscode.png b/assets/images/help/codespaces/choose-sku-vscode.png index dc69e12ad2..365ca42997 100644 Binary files a/assets/images/help/codespaces/choose-sku-vscode.png and b/assets/images/help/codespaces/choose-sku-vscode.png differ diff --git a/assets/images/help/codespaces/default-machine-type.png b/assets/images/help/codespaces/default-machine-type.png index 1902657f12..ebf9618e42 100644 Binary files a/assets/images/help/codespaces/default-machine-type.png and b/assets/images/help/codespaces/default-machine-type.png differ diff --git a/assets/images/help/codespaces/new-codespace-button.png b/assets/images/help/codespaces/new-codespace-button.png index cf099c746b..57c856eb49 100644 Binary files a/assets/images/help/codespaces/new-codespace-button.png and b/assets/images/help/codespaces/new-codespace-button.png differ diff --git a/assets/images/help/dependabot/dependabot-notification-frequency.png b/assets/images/help/dependabot/dependabot-notification-frequency.png new file mode 100644 index 0000000000..0c6fa46f91 Binary files /dev/null and b/assets/images/help/dependabot/dependabot-notification-frequency.png differ diff --git a/assets/images/help/notifications/add-new-route-emphasized.png b/assets/images/help/notifications/add-new-route-emphasized.png new file mode 100644 index 0000000000..b33f53096a Binary files /dev/null and b/assets/images/help/notifications/add-new-route-emphasized.png differ diff --git a/assets/images/help/notifications/custom-router-emphasized.png b/assets/images/help/notifications/custom-router-emphasized.png new file mode 100644 index 0000000000..cf15834e02 Binary files /dev/null and b/assets/images/help/notifications/custom-router-emphasized.png differ diff --git a/assets/images/help/notifications/default-email-address-emphasized.png b/assets/images/help/notifications/default-email-address-emphasized.png new file mode 100644 index 0000000000..357c21a874 Binary files /dev/null and b/assets/images/help/notifications/default-email-address-emphasized.png differ diff --git a/assets/images/help/notifications/github-actions-customize-notifications.gif b/assets/images/help/notifications/github-actions-customize-notifications.gif new file mode 100644 index 0000000000..fecc2d9238 Binary files /dev/null and b/assets/images/help/notifications/github-actions-customize-notifications.gif differ diff --git a/assets/images/help/notifications/organization-dropdown-custom-routing-emphasis.png b/assets/images/help/notifications/organization-dropdown-custom-routing-emphasis.png new file mode 100644 index 0000000000..541accc899 Binary files /dev/null and b/assets/images/help/notifications/organization-dropdown-custom-routing-emphasis.png differ diff --git a/assets/images/help/notifications/select-email-address-custom-routing-and-save.png b/assets/images/help/notifications/select-email-address-custom-routing-and-save.png new file mode 100644 index 0000000000..1bf789ff90 Binary files /dev/null and b/assets/images/help/notifications/select-email-address-custom-routing-and-save.png differ diff --git a/assets/images/help/notifications/selecting-participating-notifications.gif b/assets/images/help/notifications/selecting-participating-notifications.gif new file mode 100644 index 0000000000..0e50c2f66d Binary files /dev/null and b/assets/images/help/notifications/selecting-participating-notifications.gif differ diff --git a/assets/images/participating-watching-subscriptions.png b/assets/images/participating-watching-subscriptions.png new file mode 100644 index 0000000000..1f0b188050 Binary files /dev/null and b/assets/images/participating-watching-subscriptions.png differ diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md index 68ee551714..8d2d85b673 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md @@ -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)." diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md index 35d44edfe8..f0ec8c75e9 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md @@ -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,11 +158,16 @@ 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. +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 @@ -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 %} -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) +{% 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) + 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 diff --git a/content/actions/learn-github-actions/contexts.md b/content/actions/learn-github-actions/contexts.md index a4fdab860d..7a13b15687 100644 --- a/content/actions/learn-github-actions/contexts.md +++ b/content/actions/learn-github-actions/contexts.md @@ -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)." | diff --git a/content/actions/learn-github-actions/understanding-github-actions.md b/content/actions/learn-github-actions/understanding-github-actions.md index f3c1c1faf6..ea6cebc80b 100644 --- a/content/actions/learn-github-actions/understanding-github-actions.md +++ b/content/actions/learn-github-actions/understanding-github-actions.md @@ -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 diff --git a/content/actions/quickstart.md b/content/actions/quickstart.md index b83df0ebe2..44f3ab36a3 100644 --- a/content/actions/quickstart.md +++ b/content/actions/quickstart.md @@ -77,21 +77,13 @@ 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 %} diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index 17fb1a7a0f..5d941f42f3 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -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 %} diff --git a/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md index 586ed5eed8..91f2e8d064 100644 --- a/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md +++ b/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md @@ -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 %} diff --git a/content/codespaces/developing-in-codespaces/creating-a-codespace.md b/content/codespaces/developing-in-codespaces/creating-a-codespace.md index fe6e0c705e..e1b9972f03 100644 --- a/content/codespaces/developing-in-codespaces/creating-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/creating-a-codespace.md @@ -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: diff --git a/content/codespaces/overview.md b/content/codespaces/overview.md index 447eb37a35..4c07f6674a 100644 --- a/content/codespaces/overview.md +++ b/content/codespaces/overview.md @@ -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)." \ No newline at end of file diff --git a/data/features/update-notification-settings-22.yml b/data/features/update-notification-settings-22.yml new file mode 100644 index 0000000000..14ba8f5e2d --- /dev/null +++ b/data/features/update-notification-settings-22.yml @@ -0,0 +1,3 @@ +versions: + fpt: '*' + ghec: '*' diff --git a/data/reusables/actions/action-setup-dotnet.md b/data/reusables/actions/action-setup-dotnet.md index 48fa303af5..771fbcc57f 100644 --- a/data/reusables/actions/action-setup-dotnet.md +++ b/data/reusables/actions/action-setup-dotnet.md @@ -1 +1 @@ -actions/setup-dotnet@{% ifversion actions-node16-action %}v2{% else %}v1{% endif %} +actions/setup-dotnet@{% ifversion actions-node16-action %}v3{% else %}v1{% endif %} diff --git a/data/reusables/actions/link-to-example-library.md b/data/reusables/actions/link-to-example-library.md deleted file mode 100644 index b1391dacb2..0000000000 --- a/data/reusables/actions/link-to-example-library.md +++ /dev/null @@ -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. diff --git a/data/reusables/actions/onboarding-next-steps.md b/data/reusables/actions/onboarding-next-steps.md new file mode 100644 index 0000000000..ab18895654 --- /dev/null +++ b/data/reusables/actions/onboarding-next-steps.md @@ -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. diff --git a/data/reusables/codespaces/creating-a-codespace-in-vscode.md b/data/reusables/codespaces/creating-a-codespace-in-vscode.md index 4f150af299..c89126ae76 100644 --- a/data/reusables/codespaces/creating-a-codespace-in-vscode.md +++ b/data/reusables/codespaces/creating-a-codespace-in-vscode.md @@ -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) diff --git a/data/reusables/notifications/vulnerable-dependency-notification-options.md b/data/reusables/notifications/vulnerable-dependency-notification-options.md index 86c88ab1fa..4f702e6e70 100644 --- a/data/reusables/notifications/vulnerable-dependency-notification-options.md +++ b/data/reusables/notifications/vulnerable-dependency-notification-options.md @@ -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 %} diff --git a/lib/hydro.js b/lib/hydro.js index ad9e4ccdc5..dddbf0604a 100644 --- a/lib/hydro.js +++ b/lib/hydro.js @@ -11,12 +11,23 @@ const TIME_OUT_TEXT = 'ms has passed since batch creation' const MOCK_HYDRO_POST = process.env.NODE_ENV === 'test' || JSON.parse(process.env.MOCK_HYDRO_POST || 'false') -// If the request to Hydro took an age, it could be either our -// network or that Hydro is just slow to respond. (Event possibly -// too slow to respond with a 422 code) -// If this happens, we'd rather kill it now rather than let it -// linger within the thread. -const POST_TIMEOUT_MS = 3000 +// The point of all of this is to come in under 10 seconds. Because beyond +// 10 seconds the `middleware/timeout.js` will cancel the whole request. +// My capping the retry delay to max 2s, if Hydro is infinitely slow, +// what will happen here is: +// +// 1s + 0s + +// 1s + 1s + +// 1s + 2s + +// 1s + 2s = ~9s +// +// Which means it will try 4 times, (first + 3 retries) with a timeout +// of 1000ms each time. +// The hope is that a patient retry is more useful than fewer individually +// longer timeouts. +const calculateDelay = ({ computedValue }) => Math.min(computedValue, 2000) +const retryConfiguration = { limit: 3, calculateDelay } +const timeoutConfiguration = { response: 1000 } let _agent function getHttpsAgent() { @@ -105,15 +116,14 @@ export default class Hydro { }, // Because we prefer to handle the status code manually below throwHttpErrors: false, - // The default is no timeout. - timeout: { - response: POST_TIMEOUT_MS, - }, agent: { // Deliberately not setting up a `http` or `http2` agent // because it won't be used for this particular `got` request. https: agent, }, + // See above, where these are configured for the explanation + retry: retryConfiguration, + timeout: timeoutConfiguration, }) } diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br index 5b7bb885a9..8e2c1a40b8 100644 --- a/lib/search/indexes/github-docs-3.2-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:593c143c02cc71f450c9f860233d59815faeda38559e4b06c370eca72ac1f443 -size 787404 +oid sha256:975556001be97233865a63f0d4adc96a1645e03f02f9a24328c00a7bd8abe934 +size 786802 diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br index d4532c800c..98793659b6 100644 --- a/lib/search/indexes/github-docs-3.2-cn.json.br +++ b/lib/search/indexes/github-docs-3.2-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15a7f9236aecc879077bfe184a90480fa620a1dbb7115273ab96d5ca70ffdf44 -size 1531925 +oid sha256:962d44048f87413e2b85ebc3bc342dc8d9df0ea8d96015227ffaf21b5bec2e02 +size 1533032 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index 7de2c9b87e..42551cc63d 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a5465defaae2dbe4cea7001d0154d75378ae9a68b990f442eb5a420408d414 -size 1101850 +oid sha256:1e57cb4a411c9d03c5aaf8122f7f65e5832bd8b0da53e2657c07339217dc260a +size 1102078 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index 590b04273a..ecd081a664 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94616815df9a4a601ce5664d1ffef01c8e5053f24c8a97ed498f578b24e05892 -size 4468559 +oid sha256:b28ebbdbe82a04b46807c69a63933c7588a87e07f80a6262d544065b3c29b323 +size 4468106 diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br index e73b7c87c7..c338d80b05 100644 --- a/lib/search/indexes/github-docs-3.2-es-records.json.br +++ b/lib/search/indexes/github-docs-3.2-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0c4f3e68683d6b1c1fab41b956a080a1bf1b8d70baeb77d4516cb2988f4b870 -size 740414 +oid sha256:00d9644118a6b5add57d38b086a450e5155a571af11d7555fc3ad2fc5b201b6f +size 740932 diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br index 674b3af2b2..442933d11d 100644 --- a/lib/search/indexes/github-docs-3.2-es.json.br +++ b/lib/search/indexes/github-docs-3.2-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52447856b68e38145de502484a065f77a51fc565286f5c1a6f778b1c8b59d9be -size 3087285 +oid sha256:29b9141739c240e2653b9caeb93841cc5712549d06b3b44b08e16c5bb258a709 +size 3089234 diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br index 1de663de95..8423ffa79d 100644 --- a/lib/search/indexes/github-docs-3.2-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7932fa1a6b417bc72fe410abc9f0465982ad2bbc7a8829dd54a13aebab37c21d -size 829206 +oid sha256:b1bb3feff87da2c29c89eaf2112a38c482d8aeb5268c2f38d698a94697112dce +size 829198 diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br index 48e025a4e6..81bb1f2d3c 100644 --- a/lib/search/indexes/github-docs-3.2-ja.json.br +++ b/lib/search/indexes/github-docs-3.2-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7d8e35e8c1bd637db36fb5b1d33d4c34d771825cbeea63a804709ab8f97e74c -size 4379545 +oid sha256:b36825599eb6bee153e1a8c656e887b7edf79985118c829b8a763c33781461c4 +size 4378805 diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br index 77aef50fd6..882482386f 100644 --- a/lib/search/indexes/github-docs-3.2-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b8fc47f7971ed72e51e66189443b9fc0b4fbb26d88398d437579a987b08dbad -size 727153 +oid sha256:5efc4a703bcd3e71901324e94d85ea6ce95108909eadd72ba2100ff034f781df +size 727315 diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br index 3911a9c908..1ca8acc9b7 100644 --- a/lib/search/indexes/github-docs-3.2-pt.json.br +++ b/lib/search/indexes/github-docs-3.2-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:140877ae6c206b24bfbde48d89896b94731c3a92a5fa86fca3baef4d5bafc8e2 -size 3070276 +oid sha256:ebf7d37ec017919c80af64598e3491c9a8803a1df96b3d646a94c7325ee6e604 +size 3073005 diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br index 5343542c2f..2eca529280 100644 --- a/lib/search/indexes/github-docs-3.3-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d93e755286af8d23e481866414fabca3277c8288c3b83c9bd3af9ce9df5bcf52 -size 812146 +oid sha256:a4758a07213f26fddb530d2c06f44b331b331217b6487c394479d96032fd133e +size 811527 diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br index c05fd74d26..becd3b73a8 100644 --- a/lib/search/indexes/github-docs-3.3-cn.json.br +++ b/lib/search/indexes/github-docs-3.3-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc6779c50d250c25fd658235ca1be2b700c12bce8bc5b71991f126dc948be556 -size 1585736 +oid sha256:fca4d22531f809cbbfc46d3473245fb0ee91e6f9d3a5555e566287f3d13d157c +size 1587151 diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br index 8e6a9cc063..01aa0b171f 100644 --- a/lib/search/indexes/github-docs-3.3-en-records.json.br +++ b/lib/search/indexes/github-docs-3.3-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:792eff61d52f71365ff0eb0d6bd99ea3dc2fb28247c756fa00868af65647c14d -size 1137387 +oid sha256:15e91419dbbd1ba89a2aef2cf4d86efe5d72cdd5088e3af3428502f23b716e95 +size 1137314 diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br index f762dfe908..d497b5c6b5 100644 --- a/lib/search/indexes/github-docs-3.3-en.json.br +++ b/lib/search/indexes/github-docs-3.3-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e40e9dcc8bbf61749cccb8bbd46898739ec5f9d1d1fe9c84e2252a401e92772e -size 4571984 +oid sha256:29516360456cfb13f7bb51c8cfd1eb432b297766bb6468b7ede42538fd2a63a0 +size 4572508 diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br index 1e71b2dda2..b8b3a7c3ae 100644 --- a/lib/search/indexes/github-docs-3.3-es-records.json.br +++ b/lib/search/indexes/github-docs-3.3-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f7d39a589af26654a9fc975cc85d285083d6efa86cba4648254e2c5d2ff8c56 -size 762348 +oid sha256:45f3ebf0bde8c15dff516cbc466961bb7c1439c06a9eece34c8a572284ae94c2 +size 762737 diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br index f5ffbff61d..94abd445ae 100644 --- a/lib/search/indexes/github-docs-3.3-es.json.br +++ b/lib/search/indexes/github-docs-3.3-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e434f5f10cdc291c9ff290efacaba2be23c971f0f9bab2cb2c22618a28418736 -size 3181560 +oid sha256:b0fc4c57857a0c9d8ca01d472f27136698a0c4ec15aef6ff42ff78056f8d3504 +size 3183139 diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br index ca57592d8a..7f84aaf9b0 100644 --- a/lib/search/indexes/github-docs-3.3-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2ceee737419c79b6ab4dadd836cbd9c14f2c40f5fc267c82fbeda8114f501e8 -size 853475 +oid sha256:783c79915657351a4410542738a59dff4d518ef462a55e65ff80ddfa43f96fbe +size 853258 diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br index e3e72acbc1..e33399a9d9 100644 --- a/lib/search/indexes/github-docs-3.3-ja.json.br +++ b/lib/search/indexes/github-docs-3.3-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bac969d8cff678232dcabff27eb48796f2a9520d1079c93ec25e09e6abd55a1 -size 4509778 +oid sha256:0905ab48e53545663d3f524efa6388e07ba3fd5a129fe2658befdef4b5a0bb05 +size 4509900 diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br index 0198d522e0..a5beb1cf04 100644 --- a/lib/search/indexes/github-docs-3.3-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd51054f8390e5aa3c6d0dab70e950202e06fe0bd82c6fe387a320415a0d820d -size 749030 +oid sha256:626b4d5de84f0ace5ec914440137b28263b6957d1b5fad716b17890186942cd3 +size 749340 diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br index d343b15238..18fc00fb91 100644 --- a/lib/search/indexes/github-docs-3.3-pt.json.br +++ b/lib/search/indexes/github-docs-3.3-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:570f78c1f1dadf41aa6204a5223c3f1321671bb1f753ebe45f050139fd3484f4 -size 3163978 +oid sha256:82eb51532306a636b66a8686f4901eee0bd5896f9dbfd1a3740c6f8e52bae500 +size 3167073 diff --git a/lib/search/indexes/github-docs-3.4-cn-records.json.br b/lib/search/indexes/github-docs-3.4-cn-records.json.br index 8d2d384ef6..3a84dd9bf5 100644 --- a/lib/search/indexes/github-docs-3.4-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.4-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65f5e4f2ce1354208033d95d6da32c3013fc7d5b7a21211aedcf84b735bb17b6 -size 814166 +oid sha256:62dfb3820fa483f7d911ef36e844caeb5bf581e4173f6b7d809d98b63855eef0 +size 813665 diff --git a/lib/search/indexes/github-docs-3.4-cn.json.br b/lib/search/indexes/github-docs-3.4-cn.json.br index 7c0b4a9297..3d815a0a13 100644 --- a/lib/search/indexes/github-docs-3.4-cn.json.br +++ b/lib/search/indexes/github-docs-3.4-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82517429697a57e58d86ff656f97efb2b72bad77d923bf5bc4b3bd78c4bf9cfb -size 1598517 +oid sha256:15f27ab06def1f8a02fae2dedee07005784f8e674cc1ad921ed5c087d464918a +size 1599721 diff --git a/lib/search/indexes/github-docs-3.4-en-records.json.br b/lib/search/indexes/github-docs-3.4-en-records.json.br index 9e380c0462..aa7ea214c7 100644 --- a/lib/search/indexes/github-docs-3.4-en-records.json.br +++ b/lib/search/indexes/github-docs-3.4-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82c5019d0f941327dfdf7931c6fb777b93af57309d909396c7f19c13aada7959 -size 1149092 +oid sha256:9fdd00da18ec8c8792b31dd9ca76a4bb7e58cb1f5f502dca0b114630b623bdfd +size 1149291 diff --git a/lib/search/indexes/github-docs-3.4-en.json.br b/lib/search/indexes/github-docs-3.4-en.json.br index 662484307d..d54c0270b4 100644 --- a/lib/search/indexes/github-docs-3.4-en.json.br +++ b/lib/search/indexes/github-docs-3.4-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:931809971ee52434ba2b8199eebd6939fc4a76373a0cbfa94e2c7382ba458f30 -size 4632956 +oid sha256:ea598c537058a0d72184a1197511b918cf130fcfae3c528d92f6d3e10f988dad +size 4633090 diff --git a/lib/search/indexes/github-docs-3.4-es-records.json.br b/lib/search/indexes/github-docs-3.4-es-records.json.br index 0d5b02a84a..8be6ed0d36 100644 --- a/lib/search/indexes/github-docs-3.4-es-records.json.br +++ b/lib/search/indexes/github-docs-3.4-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b52385e767b1405e3108bfc1cf338b654bf6006c1d9ecb808e0d1cb0b51d957d -size 766779 +oid sha256:2ad6ef3969a7be4570f78578e3415e62e445698008b1764537e5d368874fe132 +size 767007 diff --git a/lib/search/indexes/github-docs-3.4-es.json.br b/lib/search/indexes/github-docs-3.4-es.json.br index f87054c8f4..1dc9e55cde 100644 --- a/lib/search/indexes/github-docs-3.4-es.json.br +++ b/lib/search/indexes/github-docs-3.4-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8739346d5b85328f881af695f5f671afe2ca919f629000f27c0aa32ce564a247 -size 3207822 +oid sha256:0c65596433287643150525715d5c13f9028821a9f379cce5d843b870a9bb4a7b +size 3209483 diff --git a/lib/search/indexes/github-docs-3.4-ja-records.json.br b/lib/search/indexes/github-docs-3.4-ja-records.json.br index efdeb5d168..920e2ac81d 100644 --- a/lib/search/indexes/github-docs-3.4-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.4-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7beb4691d5460aafcf11a6bd589f6b70928da0589a737c4c558febe8d62b1c82 -size 855870 +oid sha256:f3256260e3d6bb5e98873b5c4c84f103c7ed12c2244cfcb322fce8d20d9007ee +size 855634 diff --git a/lib/search/indexes/github-docs-3.4-ja.json.br b/lib/search/indexes/github-docs-3.4-ja.json.br index d16abcec74..2cb75e7aeb 100644 --- a/lib/search/indexes/github-docs-3.4-ja.json.br +++ b/lib/search/indexes/github-docs-3.4-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6030c40194a13040c02f252248cb0e8c25d8762b9adb8473d00ce02eba13a9c8 -size 4537759 +oid sha256:c923c202d948f830ad1e0c6dd6fe45b0ce7df79d52812bcce38332aa485d6a83 +size 4536954 diff --git a/lib/search/indexes/github-docs-3.4-pt-records.json.br b/lib/search/indexes/github-docs-3.4-pt-records.json.br index 0d4a174dd2..319977aa49 100644 --- a/lib/search/indexes/github-docs-3.4-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.4-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5b0123d967b2c4d0a30df18568a8d5c337fdb45e1ebb925a0daed1b8e5ac22d -size 753421 +oid sha256:66d23a4ed4272c5fc57d48f8174f6d3cc82cdedfad1723982d4774188312560b +size 753710 diff --git a/lib/search/indexes/github-docs-3.4-pt.json.br b/lib/search/indexes/github-docs-3.4-pt.json.br index 83882515d3..ca4f861b20 100644 --- a/lib/search/indexes/github-docs-3.4-pt.json.br +++ b/lib/search/indexes/github-docs-3.4-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ca3811738475c30b03d89bc3c4bea01bff7e4350e93fba57b61d4a377221553 -size 3191483 +oid sha256:0edbf0cc777277754109919c7f300e3b4a62925e3f8c72559268499f165e5e0d +size 3193263 diff --git a/lib/search/indexes/github-docs-3.5-cn-records.json.br b/lib/search/indexes/github-docs-3.5-cn-records.json.br index 51da73b3d9..7ffa52dae6 100644 --- a/lib/search/indexes/github-docs-3.5-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.5-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e87c91faa872cb3aa979350023b3751ad70cfd7a34b4cb1c9000752d2aac6ef -size 844974 +oid sha256:72e30f2844f5fc9bde561a1e3f14fcdc8752b2c74c9314bc54938f06f2c62d5f +size 844303 diff --git a/lib/search/indexes/github-docs-3.5-cn.json.br b/lib/search/indexes/github-docs-3.5-cn.json.br index d9ce9c6db6..2362da2dc5 100644 --- a/lib/search/indexes/github-docs-3.5-cn.json.br +++ b/lib/search/indexes/github-docs-3.5-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be8bf9bd8b068d311e805460fbc4bf56ee469cceeb2aeefc18a66e9b1aa15951 -size 1660444 +oid sha256:6a15636ac263c712d32a3925e07e780af346c5514289742be9c169bb9195ac82 +size 1661212 diff --git a/lib/search/indexes/github-docs-3.5-en-records.json.br b/lib/search/indexes/github-docs-3.5-en-records.json.br index d1d79f1f80..7d972a964b 100644 --- a/lib/search/indexes/github-docs-3.5-en-records.json.br +++ b/lib/search/indexes/github-docs-3.5-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7dc8dcc1a5801fb1ff23dbdb23712591ccfc24a267b30a79ec433481980a3e1 -size 1190062 +oid sha256:ca34afc0aa3ff1494d53fbfe216fd1cc514da38c8705780dc13fd85bceb16828 +size 1190211 diff --git a/lib/search/indexes/github-docs-3.5-en.json.br b/lib/search/indexes/github-docs-3.5-en.json.br index 210df590aa..5be3ac1e3d 100644 --- a/lib/search/indexes/github-docs-3.5-en.json.br +++ b/lib/search/indexes/github-docs-3.5-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88ca3c69872b15e82d4063448bc2f4feb3c1f6304c7359b3b0a3e2ba64cd08e4 -size 4800467 +oid sha256:c29034793482077863fd531ba8d77f8ff0527eaf258568a795dae99ca62aa1ac +size 4800073 diff --git a/lib/search/indexes/github-docs-3.5-es-records.json.br b/lib/search/indexes/github-docs-3.5-es-records.json.br index fe30c595d5..59fb4d5873 100644 --- a/lib/search/indexes/github-docs-3.5-es-records.json.br +++ b/lib/search/indexes/github-docs-3.5-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:762657650b1994a2d52fd2a1ff18a8d1a5e177e852471e1582f3c2932ad04a88 -size 791767 +oid sha256:d8c9ed8de7beaec636f000dfa79c92b517a293379a6aad872aa8a7d3276444e5 +size 792055 diff --git a/lib/search/indexes/github-docs-3.5-es.json.br b/lib/search/indexes/github-docs-3.5-es.json.br index 47f48794a5..6848e4f45b 100644 --- a/lib/search/indexes/github-docs-3.5-es.json.br +++ b/lib/search/indexes/github-docs-3.5-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:986e73ce6e7933c4146bef3385ba454430119790414a126890e30c89fbc8ca83 -size 3322709 +oid sha256:d018c753eac2f44d80b1399676ba3dca8a3f6cf9dbc5c53b7806dfd739f39d1e +size 3324711 diff --git a/lib/search/indexes/github-docs-3.5-ja-records.json.br b/lib/search/indexes/github-docs-3.5-ja-records.json.br index 6f2f8b6d07..1f12520e3e 100644 --- a/lib/search/indexes/github-docs-3.5-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.5-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fabfa12c42ca888dc2c650f059e230f430fefe3b134097b1b8bd9b2c8b4457a1 -size 886127 +oid sha256:d3c6f1c012a33f92de2b3cdfd7ba7cbef788bd91f92aec1c43350761621f8cf1 +size 886033 diff --git a/lib/search/indexes/github-docs-3.5-ja.json.br b/lib/search/indexes/github-docs-3.5-ja.json.br index 34b9c3882c..8b183c43ca 100644 --- a/lib/search/indexes/github-docs-3.5-ja.json.br +++ b/lib/search/indexes/github-docs-3.5-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6a3e0a9d80499ae1a0eea13898009672fc4c0025069ffeaa43a034ac8090c35 -size 4708897 +oid sha256:278fca85797d575d8d826fbc9d2b5883819db5a14fc21e6b18b79e572d12f191 +size 4708240 diff --git a/lib/search/indexes/github-docs-3.5-pt-records.json.br b/lib/search/indexes/github-docs-3.5-pt-records.json.br index bd83eb1ee3..b9eb53a551 100644 --- a/lib/search/indexes/github-docs-3.5-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.5-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fc08c660ff0d795a0d6c7c7939d813e365d3aeecdbbb2210c9ccf8ee3cfc61d -size 778226 +oid sha256:7e66142a3c4317d0654a85c74799a8663a21018b9703f86df8589a34d7de0941 +size 778594 diff --git a/lib/search/indexes/github-docs-3.5-pt.json.br b/lib/search/indexes/github-docs-3.5-pt.json.br index 9f6e99e802..1203d54d8b 100644 --- a/lib/search/indexes/github-docs-3.5-pt.json.br +++ b/lib/search/indexes/github-docs-3.5-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfcd5ce9879071a5b22ff543d0353674acfd10a9616044f5ed8252323c04abf2 -size 3307421 +oid sha256:d20bd758a2addb8c619c3b297e5a593c9fe8ca9c57e91f6d8bbfd1ffed84fe2a +size 3307995 diff --git a/lib/search/indexes/github-docs-3.6-cn-records.json.br b/lib/search/indexes/github-docs-3.6-cn-records.json.br index 2d7f1fc040..efc4ec8ef3 100644 --- a/lib/search/indexes/github-docs-3.6-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.6-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b164184cdaf5fb7900cc3c2b27598e650b4fbef6436cc1838124b34fbb845d9c -size 867294 +oid sha256:ad0ddc8bc6af92c764820160520ceb5991ec0d8605bb9e2654ed51dd9d87e904 +size 866776 diff --git a/lib/search/indexes/github-docs-3.6-cn.json.br b/lib/search/indexes/github-docs-3.6-cn.json.br index ca750440f1..a6dfaf7876 100644 --- a/lib/search/indexes/github-docs-3.6-cn.json.br +++ b/lib/search/indexes/github-docs-3.6-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fefd3c66188b72297a71e7a951591eaca408d73e04bca0f0f9920a278aae2570 -size 1700561 +oid sha256:35022b7a2f91f5dd1ce498ae0708759973af3f7d8ef12c87530f68cd97512531 +size 1702993 diff --git a/lib/search/indexes/github-docs-3.6-en-records.json.br b/lib/search/indexes/github-docs-3.6-en-records.json.br index 7c3d60778a..9515243750 100644 --- a/lib/search/indexes/github-docs-3.6-en-records.json.br +++ b/lib/search/indexes/github-docs-3.6-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c3cb137213381016525ef994f59c67f7dfb35439d22cb7ae423f3f0ce160160 -size 1223075 +oid sha256:416c1b719864076c3a728e36b81ceddcfe34c3cb89561e08f5467759b112f84c +size 1223219 diff --git a/lib/search/indexes/github-docs-3.6-en.json.br b/lib/search/indexes/github-docs-3.6-en.json.br index 0697b6f721..5c04bd4881 100644 --- a/lib/search/indexes/github-docs-3.6-en.json.br +++ b/lib/search/indexes/github-docs-3.6-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e1a30c236232b15607b4b07ec127218ac199e3fe357b5c04a412ccfcc9780ee -size 4933462 +oid sha256:02cbb26b94afaf2eb1f3af1cd0ad0c032f68599744c3701d93e1a62be78b2c8b +size 4933074 diff --git a/lib/search/indexes/github-docs-3.6-es-records.json.br b/lib/search/indexes/github-docs-3.6-es-records.json.br index dc9db6a822..9a5eb1b5c1 100644 --- a/lib/search/indexes/github-docs-3.6-es-records.json.br +++ b/lib/search/indexes/github-docs-3.6-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd59064fcbd1e1f7c3c66e4b6939bd59f1c9bb06501873ed14fb28416a5cff25 -size 814199 +oid sha256:f05a37a96c3a41ce0df09334a7a2536cf2d58a373e6af44529031836c86d2e92 +size 814608 diff --git a/lib/search/indexes/github-docs-3.6-es.json.br b/lib/search/indexes/github-docs-3.6-es.json.br index 9fd773319f..63a4ea562b 100644 --- a/lib/search/indexes/github-docs-3.6-es.json.br +++ b/lib/search/indexes/github-docs-3.6-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25c16b0fb05d12eb2144e73e90b9619a5668300d3d180a419ac0df5814d4d086 -size 3424304 +oid sha256:1b9a4e9bbcdcbf4e72b137f063706eca1491bc1bba91925098693e7e77334fbc +size 3426567 diff --git a/lib/search/indexes/github-docs-3.6-ja-records.json.br b/lib/search/indexes/github-docs-3.6-ja-records.json.br index 5d514de471..ddbdf0f623 100644 --- a/lib/search/indexes/github-docs-3.6-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.6-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd6f5f7cf8b20783712acf5a3923f5c08189ad0359fc336babf2a8f0a987b29d -size 911587 +oid sha256:ab6e8a5b1ce2ffc06dee18e91f33673381f5e78b32fcd9fca8e661699222acc7 +size 911435 diff --git a/lib/search/indexes/github-docs-3.6-ja.json.br b/lib/search/indexes/github-docs-3.6-ja.json.br index 4b716ac0a0..992bbb0390 100644 --- a/lib/search/indexes/github-docs-3.6-ja.json.br +++ b/lib/search/indexes/github-docs-3.6-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c57cb304e454cab5575c4a9d5678161bde8e5824a1744b576a1fcedfc654325 -size 4848177 +oid sha256:ae9d41b3cebc84961de59070cc8d58f7b56f51bdb39565896e7b8daec1514658 +size 4848086 diff --git a/lib/search/indexes/github-docs-3.6-pt-records.json.br b/lib/search/indexes/github-docs-3.6-pt-records.json.br index 8aa3f99907..de6bdd4062 100644 --- a/lib/search/indexes/github-docs-3.6-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.6-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41f90bcd51d37ed8da0645a4562807c1e58de6e7eccce7fb6f80ceb6b6b849f8 -size 800208 +oid sha256:2cae46817ece915b557e9b723283aeb9c22cbf3f3aefa251e2aa8f557965ddfd +size 800650 diff --git a/lib/search/indexes/github-docs-3.6-pt.json.br b/lib/search/indexes/github-docs-3.6-pt.json.br index 928e0f623e..029be62e92 100644 --- a/lib/search/indexes/github-docs-3.6-pt.json.br +++ b/lib/search/indexes/github-docs-3.6-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:175d111b726b3834ef7fe3a26978adbc438c8d65feb0f99e19eefb514d55611a -size 3407358 +oid sha256:92f2ea69e2f8250097bd9c5e97bb82e595f8397e796f6310aef6e5972298400e +size 3408740 diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br index 2451dc1eaa..5bed01c0d3 100644 --- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a5b7b3a10425c1aa41e73a1c91e3ea471d75b1579a884269565fb83d6244a13 -size 1014454 +oid sha256:fffc495b2e984941b6b1d1bb462a263de82657202da9ae4bb8d7707687b84601 +size 1014887 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index f064f78340..dce4fe0d9e 100644 --- a/lib/search/indexes/github-docs-dotcom-cn.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98a366a476053cf9a33a2c6d5148417122fda481e07b7c5d77fac750d35857d7 -size 1802451 +oid sha256:7a53ca5540ff164e028e536fda0f947ef21a6c1cada912cb803cface9af54522 +size 1804068 diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br index f515369017..33f79b914a 100644 --- a/lib/search/indexes/github-docs-dotcom-en-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73ae722b6e81ed1fb81ed973305ac8090ee69773dd0ac2633ecc70637507f9f6 -size 1473493 +oid sha256:18c27dd78293a326d7bb444b518a0ac2a73695acc169a63132c33f457e1ece3a +size 1473828 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 7ec4b2fef1..28e68f5caf 100644 --- a/lib/search/indexes/github-docs-dotcom-en.json.br +++ b/lib/search/indexes/github-docs-dotcom-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d66c8b3a4435ef19d828df061603b4beb640d377343a0427eb945e5ffc4a28f -size 5684200 +oid sha256:cb0de891d7c1659f2325415c5383b89c80c785483e80d190116a796049f71676 +size 5684428 diff --git a/lib/search/indexes/github-docs-dotcom-es-records.json.br b/lib/search/indexes/github-docs-dotcom-es-records.json.br index 871c81481e..19031edc85 100644 --- a/lib/search/indexes/github-docs-dotcom-es-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e876dd0799ed169e493b5f75109a790a88641a883f50270e01c8a0eb6bedb8f0 -size 944607 +oid sha256:dcba75500492362b0acafa1d2c1d63574140ab4479e519d39839157bcad29d74 +size 944750 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 4e362dbdb8..a277edc3f9 100644 --- a/lib/search/indexes/github-docs-dotcom-es.json.br +++ b/lib/search/indexes/github-docs-dotcom-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd99e7718a6df8a2e8c56386dcde2be7b5315023ebf4f58a53d7ee0fc630b339 -size 3898189 +oid sha256:be6e228fff4681fb5dd5e1851cd81912bc2364985d73a5c451bf08a848ab0db2 +size 3899229 diff --git a/lib/search/indexes/github-docs-dotcom-ja-records.json.br b/lib/search/indexes/github-docs-dotcom-ja-records.json.br index fe058e93c0..462034a9f4 100644 --- a/lib/search/indexes/github-docs-dotcom-ja-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a50e3b37300c4102aecc15177d3bdae0d1b9c7756e4aed74100820176611d7c0 -size 1064517 +oid sha256:b2eee0607cf92eb8a09be1a2e1c5529a95a0b38437fdd322b57efd8ef584bfbf +size 1064552 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 6b211a7b58..6706df288f 100644 --- a/lib/search/indexes/github-docs-dotcom-ja.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d16fbcb3aa4433575a0c9aa60e01a21156885a0ef5d6575288262084c0f8360 -size 5509058 +oid sha256:327cd60778f696b0ef888635384b3c40352ee044bbccdf2b68f73892a8503bc6 +size 5508764 diff --git a/lib/search/indexes/github-docs-dotcom-pt-records.json.br b/lib/search/indexes/github-docs-dotcom-pt-records.json.br index 843dbae580..ff5122dadd 100644 --- a/lib/search/indexes/github-docs-dotcom-pt-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e12fd68aeda5902a0bb915b9971aeb6cfbf7d453ec214dce69395f818e1fb4fd -size 927507 +oid sha256:003182413388f9b33eacbf95f0d88dcb8f905cdc3e25d7f9107ae0465169d966 +size 927373 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index d6948b6a1e..df9998566b 100644 --- a/lib/search/indexes/github-docs-dotcom-pt.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:548a52b958331cfc544197ced933a424e6025c4f546c1b3ccb54d2c62da3279b -size 3855111 +oid sha256:0bdaf8bf6b12e5f57366da114d473e548f0dfe7ab4bd117c65663bc1fcfa8403 +size 3856063 diff --git a/lib/search/indexes/github-docs-ghae-cn-records.json.br b/lib/search/indexes/github-docs-ghae-cn-records.json.br index ef37670037..7fbdf3db57 100644 --- a/lib/search/indexes/github-docs-ghae-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghae-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eff552bc964201baeb229dbf771601781889f64b462b0c7253b37e0c3d790d5e -size 652045 +oid sha256:b9642a8ba0e6b596e604f2d249962fa3841899f269d277d38ad8824e9ad80cce +size 652040 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 497884337c..e87475ba36 100644 --- a/lib/search/indexes/github-docs-ghae-cn.json.br +++ b/lib/search/indexes/github-docs-ghae-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0b59866e95d75d21830d1db792f5584ddda3e3e6fe4fa40f150deeee1c4b82a -size 1288371 +oid sha256:bcd791d39d22ea188755d16a0d03ae92d67c7216a704f73653067bee15c00e98 +size 1288140 diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br index 1710719180..f45fca59e2 100644 --- a/lib/search/indexes/github-docs-ghae-en-records.json.br +++ b/lib/search/indexes/github-docs-ghae-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06c38b0435aa587814cca9606b71b510fc00e4fff2d12213ab2f497599eedc51 -size 947501 +oid sha256:09d0a47a75d61dc190bc8d119c17c3db2be4cbb4e701d870daac7ad75992ed8f +size 947635 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 54282da2cd..5020695fb0 100644 --- a/lib/search/indexes/github-docs-ghae-en.json.br +++ b/lib/search/indexes/github-docs-ghae-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fc14b6c1d288b072cea4e47a4d1f29e13ac566492c8aad1b430c7e82dc9804a -size 3759800 +oid sha256:6c817637d44ae063f51fd1c8990ba4f98e179e82cc93af1b544f098555dbdeea +size 3759200 diff --git a/lib/search/indexes/github-docs-ghae-es-records.json.br b/lib/search/indexes/github-docs-ghae-es-records.json.br index 789648c173..bc48b7e868 100644 --- a/lib/search/indexes/github-docs-ghae-es-records.json.br +++ b/lib/search/indexes/github-docs-ghae-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:002e7ef0db2291d7d9b16227bc6d8997deba1134d3e26bbd154f4624a04ef75e -size 622482 +oid sha256:8778e31ba828e7e364d3f076cbd7b6325d90fd34dd64243a70d0f31d8b954fdc +size 622655 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index d607bf701c..aa0034977e 100644 --- a/lib/search/indexes/github-docs-ghae-es.json.br +++ b/lib/search/indexes/github-docs-ghae-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70ba64b6fa05b46a846f72e5baec17e2b0239d21d268f0b5fc02db643b1f6ea5 -size 2524840 +oid sha256:0bdfc766823e2b8191add0e06a855f87cfb176b5ab8fc1f4ff65994cb2bb7e5c +size 2524874 diff --git a/lib/search/indexes/github-docs-ghae-ja-records.json.br b/lib/search/indexes/github-docs-ghae-ja-records.json.br index 8e21739a56..0e7033dc9a 100644 --- a/lib/search/indexes/github-docs-ghae-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghae-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aceb1676d6f3768cf70d110a1a25c4253bbb0c7e6e913d4cbb6c88d4569e4846 -size 685559 +oid sha256:ef3ce1cf8a6ea7d6f2fb117ee4119ce7d32108ab26062d04d4a76490b0c83f53 +size 685578 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index e5d8618c67..69e6eef8d8 100644 --- a/lib/search/indexes/github-docs-ghae-ja.json.br +++ b/lib/search/indexes/github-docs-ghae-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c7f01fa9294eff8de357dbfb9f59a1734c1ff661f1daaae1b64f1c6bb5fc234 -size 3542646 +oid sha256:b477dce3158f886b43c850b8a1f8703d84394bf83f1880071dadab23dd5d2571 +size 3542324 diff --git a/lib/search/indexes/github-docs-ghae-pt-records.json.br b/lib/search/indexes/github-docs-ghae-pt-records.json.br index 8f1424ba2e..abb9e5fa93 100644 --- a/lib/search/indexes/github-docs-ghae-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghae-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c53da80b18c78f1ac0b557db692869439fbbaba1683c6bac14e040320b643df -size 611744 +oid sha256:dbbd3f258f69943ff003f4697e400b456ababdd37960fa76cd855f8d2528c050 +size 611806 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index f9a1d1e4bf..a06bdd3773 100644 --- a/lib/search/indexes/github-docs-ghae-pt.json.br +++ b/lib/search/indexes/github-docs-ghae-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccb9fe1341f0cde395d88b0c34467ca05be77cdf1f250dd42662e481c9c840ae -size 2512648 +oid sha256:38a500515d0ccf5627ae34a8fda404991ce3d2974947fd0b96e210c1cbfb08c3 +size 2512699 diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br index 7af912e375..ded67e0190 100644 --- a/lib/search/indexes/github-docs-ghec-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:456c162df0ed8d1edb2cf2f032a8f5d06cdf6faa3b85a7d7b53abbef25a154d5 -size 996485 +oid sha256:e9413f074e93087d787ec5648c58b06ab37f1a1604657316791bb460626f687f +size 996722 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index a91863dda0..d368802aaa 100644 --- a/lib/search/indexes/github-docs-ghec-cn.json.br +++ b/lib/search/indexes/github-docs-ghec-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:085482dd573de393025f83a0efc57c73db3f1aa094e83ec65d1f842a0251a3ed -size 1944636 +oid sha256:bba9a466e579aa3ade75368e2b7d28708b2458e58858d7dcac113ea9cf78b896 +size 1946415 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index c5b5935682..ec5fc19888 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e084e2273f9a827e1ef5a827d1cd0189ce6550e61c97a5365681d7893b334be -size 1417635 +oid sha256:23f83f27df9198e3b8b325bccff2f669d50815cd03e91f6f3dacf65a4dc7750a +size 1412281 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index cfb0bdfc32..aed6749b94 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7735082af45fd61930e8ee0d8a0e9733ac27258932a0928d9ec7ce9752c71fcf -size 5746783 +oid sha256:5fea82f0afce0b4e269756a14840a0fbe33a93ed9d001fd2eeb737c83bbed036 +size 5747022 diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br index 504ed45ce8..0968acba1f 100644 --- a/lib/search/indexes/github-docs-ghec-es-records.json.br +++ b/lib/search/indexes/github-docs-ghec-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32e9a683d857e9139dac6fb151cf5f7427029fb05d47ff431d54b1eeec48d51a -size 948755 +oid sha256:8014e68152e5d6fff96086dae008175b872d38aa3de5de0f4d9a70c2349e42da +size 948943 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index d9ba191db5..284719cd79 100644 --- a/lib/search/indexes/github-docs-ghec-es.json.br +++ b/lib/search/indexes/github-docs-ghec-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:330ba9422d024408882b10d1c24d73311220f947f9f5d907564b1d9f3b0afbbf -size 4058585 +oid sha256:11ae9f27b4b2712920c186e2367736b54b542a42ce882b6e65326e19a1d98b21 +size 4058862 diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br index b99b91f2fa..968bcd295a 100644 --- a/lib/search/indexes/github-docs-ghec-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6135f124d88f261dccb8f2f73eb8655178414a195423a82484a3dee299be1192 -size 1054852 +oid sha256:975592673c152bca132cf00961fea0a35ae8465332447d3ed1ac3494a81d2a16 +size 1054911 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index bb7d3f8fd4..bf70c54d65 100644 --- a/lib/search/indexes/github-docs-ghec-ja.json.br +++ b/lib/search/indexes/github-docs-ghec-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:990161d66feaeaa57d3adf9e0bc88a136dc87843ae7a3bdba3adcae1fe13da35 -size 5652057 +oid sha256:558d5f60e2e7d47faec15354a81a71ffb5e159f52f5cd2a9044b14c47931df25 +size 5652222 diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br index bc089a11bc..60a5500e41 100644 --- a/lib/search/indexes/github-docs-ghec-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbae3d87da6e72dd0496a636a386989fc44f3277ac14d6a7b1c4759213b1fe62 -size 931270 +oid sha256:c918d971b1b5deb6f91ce32b1bd6dec6e7159afd623fe6558ab02ef90f970776 +size 931629 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 7453d04a39..a566721379 100644 --- a/lib/search/indexes/github-docs-ghec-pt.json.br +++ b/lib/search/indexes/github-docs-ghec-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8019de4c62e25d8a816fb751c3c3280e7c69140b6efe69db05b854b07dc3e9c -size 4008133 +oid sha256:2d783c51b28be2e31be09fbd0b8f87c22d80e0a8a49ef25a2b31cca5d8ceaa0f +size 4008931 diff --git a/lib/search/popular-pages.json b/lib/search/popular-pages.json index 11be8ba4ad..cb3d316504 100644 --- a/lib/search/popular-pages.json +++ b/lib/search/popular-pages.json @@ -1,1000 +1,1000 @@ -{"path_article": "index", "path_count": 675455} -{"path_article": "authentication/connecting-to-github-with-ssh", "path_count": 466226} -{"path_article": "authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent", "path_count": 421889} -{"path_article": "authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token", "path_count": 339015} -{"path_article": "pages", "path_count": 307139} -{"path_article": "site-policy/privacy-policies/github-privacy-statement", "path_count": 285860} -{"path_article": "site-policy/github-terms/github-terms-of-service", "path_count": 277122} -{"path_article": "authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account", "path_count": 267891} -{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax", "path_count": 204924} -{"path_article": "copilot", "path_count": 204243} -{"path_article": "issues/trying-out-the-new-projects-experience", "path_count": 173558} -{"path_article": "codespaces", "path_count": 157304} -{"path_article": "actions/using-workflows/workflow-syntax-for-github-actions", "path_count": 146569} -{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code", "path_count": 139567} -{"path_article": "rest", "path_count": 139409} -{"path_article": "actions", "path_count": 137840} -{"path_article": "authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys", "path_count": 125239} -{"path_article": "get-started/quickstart/set-up-git", "path_count": 123445} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack", "path_count": 101681} -{"path_article": "repositories/creating-and-managing-repositories/cloning-a-repository", "path_count": 99934} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github", "path_count": 92320} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests", "path_count": 90230} -{"path_article": "actions/using-workflows/events-that-trigger-workflows", "path_count": 89991} -{"path_article": "get-started/getting-started-with-git/about-remote-repositories", "path_count": 83554} -{"path_article": "authentication", "path_count": 82417} -{"path_article": "get-started/quickstart/hello-world", "path_count": 81414} -{"path_article": "get-started/getting-started-with-git/managing-remote-repositories", "path_count": 80050} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address", "path_count": 75614} -{"path_article": "get-started/getting-started-with-git/setting-your-username-in-git", "path_count": 71961} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address", "path_count": 71197} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication", "path_count": 70363} -{"path_article": "authentication/troubleshooting-ssh/error-permission-denied-publickey", "path_count": 70263} -{"path_article": "get-started/quickstart", "path_count": 68804} -{"path_article": "get-started/learning-about-github/types-of-github-accounts", "path_count": 68706} -{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site", "path_count": 67855} -{"path_article": "get-started/learning-about-github/githubs-products", "path_count": 67603} -{"path_article": "actions/learn-github-actions/environment-variables", "path_count": 61837} -{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message", "path_count": 57314} -{"path_article": "authentication/connecting-to-github-with-ssh/testing-your-ssh-connection", "path_count": 54466} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile", "path_count": 54322} -{"path_article": "rest/repos", "path_count": 53322} -{"path_article": "get-started/quickstart/fork-a-repo", "path_count": 53163} -{"path_article": "account-and-profile", "path_count": 52828} -{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line", "path_count": 51058} -{"path_article": "authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases", "path_count": 48077} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews", "path_count": 47862} -{"path_article": "get-started/signing-up-for-github/verifying-your-email-address", "path_count": 47085} -{"path_article": "get-started/learning-about-github/access-permissions-on-github", "path_count": 46961} -{"path_article": "actions/learn-github-actions/contexts", "path_count": 46085} -{"path_article": "get-started/quickstart/create-a-repo", "path_count": 45653} -{"path_article": "get-started", "path_count": 45184} -{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide", "path_count": 45091} -{"path_article": "actions/learn-github-actions", "path_count": 43478} -{"path_article": "authentication/managing-commit-signature-verification", "path_count": 43323} -{"path_article": "authentication/keeping-your-account-and-data-secure/about-authentication-to-github", "path_count": 43259} -{"path_article": "repositories/working-with-files/managing-files/adding-a-file-to-a-repository", "path_count": 42774} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile", "path_count": 42602} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request", "path_count": 41774} -{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop", "path_count": 41657} -{"path_article": "developers/overview/managing-deploy-keys", "path_count": 40498} -{"path_article": "pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site", "path_count": 40434} -{"path_article": "get-started/getting-started-with-git/caching-your-github-credentials-in-git", "path_count": 40180} -{"path_article": "search-github/searching-on-github/searching-issues-and-pull-requests", "path_count": 39714} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username", "path_count": 38987} -{"path_article": "actions/learn-github-actions/understanding-github-actions", "path_count": 38747} -{"path_article": "actions/security-guides/encrypted-secrets", "path_count": 37745} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository", "path_count": 37644} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository", "path_count": 37131} -{"path_article": "pages/getting-started-with-github-pages/about-github-pages", "path_count": 36119} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-npm-registry", "path_count": 35788} -{"path_article": "rest/guides/getting-started-with-the-rest-api", "path_count": 35718} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches", "path_count": 34101} -{"path_article": "get-started/getting-started-with-git/ignoring-files", "path_count": 34066} -{"path_article": "get-started/using-git/pushing-commits-to-a-remote-repository", "path_count": 33974} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility", "path_count": 33839} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks", "path_count": 33701} -{"path_article": "repositories/creating-and-managing-repositories/deleting-a-repository", "path_count": 33423} -{"path_article": "get-started/quickstart/github-flow", "path_count": 33113} -{"path_article": "organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions", "path_count": 32753} -{"path_article": "authentication/managing-commit-signature-verification/generating-a-new-gpg-key", "path_count": 32051} -{"path_article": "developers/webhooks-and-events/webhooks/webhook-events-and-payloads", "path_count": 31978} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-container-registry", "path_count": 31805} -{"path_article": "actions/hosting-your-own-runners/about-self-hosted-runners", "path_count": 31056} -{"path_article": "actions/using-workflows/workflow-commands-for-github-actions", "path_count": 30560} -{"path_article": "developers/apps/building-oauth-apps/authorizing-oauth-apps", "path_count": 29804} -{"path_article": "codespaces/the-githubdev-web-based-editor", "path_count": 29785} -{"path_article": "actions/learn-github-actions/expressions", "path_count": 29540} -{"path_article": "authentication/authenticating-with-saml-single-sign-on", "path_count": 29180} -{"path_article": "actions/using-workflows/reusing-workflows", "path_count": 29019} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository", "path_count": 28817} -{"path_article": "rest/commits/statuses", "path_count": 28379} -{"path_article": null, "path_count": 28248} -{"path_article": "rest/overview/other-authentication-methods", "path_count": 28212} -{"path_article": "repositories/working-with-files/managing-large-files", "path_count": 27911} -{"path_article": "actions/security-guides/automatic-token-authentication", "path_count": 27895} -{"path_article": "pages/getting-started-with-github-pages/creating-a-github-pages-site", "path_count": 27710} -{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site", "path_count": 27577} -{"path_article": "packages", "path_count": 27248} -{"path_article": "pages/quickstart", "path_count": 27217} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication", "path_count": 27205} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-docker-registry", "path_count": 26242} -{"path_article": "actions/using-github-hosted-runners/about-github-hosted-runners", "path_count": 26063} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners", "path_count": 26025} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes", "path_count": 25760} -{"path_article": "rest/overview/resources-in-the-rest-api", "path_count": 25684} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule", "path_count": 25220} -{"path_article": "graphql", "path_count": 24909} -{"path_article": "authentication/connecting-to-github-with-ssh/about-ssh", "path_count": 24778} -{"path_article": "code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates", "path_count": 24744} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials", "path_count": 24347} -{"path_article": "get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain", "path_count": 23920} -{"path_article": "pages/getting-started-with-github-pages", "path_count": 23689} -{"path_article": "desktop", "path_count": 23667} -{"path_article": "actions/quickstart", "path_count": 23581} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods", "path_count": 23555} -{"path_article": "authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on", "path_count": 23436} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch", "path_count": 23163} -{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github", "path_count": 22979} -{"path_article": "codespaces/getting-started/quickstart", "path_count": 22846} -{"path_article": "repositories/releasing-projects-on-github/managing-releases-in-a-repository", "path_count": 22837} -{"path_article": "site-policy", "path_count": 22792} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit", "path_count": 22578} -{"path_article": "billing/managing-billing-for-github-copilot/about-billing-for-github-copilot", "path_count": 22173} -{"path_article": "graphql/overview/explorer", "path_count": 22117} -{"path_article": "developers/webhooks-and-events/webhooks/about-webhooks", "path_count": 21963} -{"path_article": "repositories/releasing-projects-on-github/about-releases", "path_count": 21792} -{"path_article": "issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue", "path_count": 21558} -{"path_article": "search-github/searching-on-github/searching-code", "path_count": 21105} -{"path_article": "authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository", "path_count": 20931} -{"path_article": "actions/managing-workflow-runs/manually-running-a-workflow", "path_count": 20299} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme", "path_count": 20246} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch", "path_count": 19892} -{"path_article": "get-started/using-github/troubleshooting-connectivity-problems", "path_count": 19546} -{"path_article": "rest/users", "path_count": 19205} -{"path_article": "admin/release-notes", "path_count": 19070} -{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github", "path_count": 18811} -{"path_article": "copilot/overview-of-github-copilot/about-github-copilot", "path_count": 18716} -{"path_article": "code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file", "path_count": 18673} -{"path_article": "actions/using-workflows", "path_count": 18616} -{"path_article": "rest/search", "path_count": 18512} -{"path_article": "billing/managing-your-github-billing-settings/setting-your-billing-email", "path_count": 18467} -{"path_article": "repositories/creating-and-managing-repositories/transferring-a-repository", "path_count": 18246} -{"path_article": "authentication/managing-commit-signature-verification/signing-commits", "path_count": 18195} -{"path_article": "repositories", "path_count": 18108} -{"path_article": "authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account", "path_count": 18101} -{"path_article": "authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on", "path_count": 17880} -{"path_article": "developers/apps/building-oauth-apps/scopes-for-oauth-apps", "path_count": 17829} -{"path_article": "rest/pulls", "path_count": 17823} -{"path_article": "get-started/signing-up-for-github/signing-up-for-a-new-github-account", "path_count": 17736} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization", "path_count": 17496} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork", "path_count": 17493} -{"path_article": "repositories/creating-and-managing-repositories/duplicating-a-repository", "path_count": 17368} -{"path_article": "get-started/getting-started-with-git/configuring-git-to-handle-line-endings", "path_count": 17364} -{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio", "path_count": 17341} -{"path_article": "get-started/getting-started-with-git/why-is-git-always-asking-for-my-password", "path_count": 17288} -{"path_article": "rest/repos/repos", "path_count": 17246} -{"path_article": "billing/managing-billing-for-github-actions/about-billing-for-github-actions", "path_count": 17236} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop", "path_count": 17089} -{"path_article": "actions/deployment/targeting-different-environments/using-environments-for-deployment", "path_count": 16703} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables", "path_count": 16702} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa", "path_count": 16658} -{"path_article": "billing", "path_count": 16639} -{"path_article": "pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits", "path_count": 16491} -{"path_article": "developers", "path_count": 16318} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository", "path_count": 16172} -{"path_article": "authentication/keeping-your-account-and-data-secure/creating-a-strong-password", "path_count": 16125} -{"path_article": "authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits", "path_count": 16083} -{"path_article": "repositories/creating-and-managing-repositories/troubleshooting-cloning-errors", "path_count": 15596} -{"path_article": "actions/using-workflows/caching-dependencies-to-speed-up-workflows", "path_count": 15471} -{"path_article": "get-started/learning-about-github/about-github-advanced-security", "path_count": 15360} -{"path_article": "actions/creating-actions/metadata-syntax-for-github-actions", "path_count": 15323} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile", "path_count": 15155} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request", "path_count": 15145} -{"path_article": "graphql/reference/objects", "path_count": 15000} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account", "path_count": 14986} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/deleting-your-personal-account", "path_count": 14822} -{"path_article": "authentication/managing-commit-signature-verification/telling-git-about-your-signing-key", "path_count": 14818} -{"path_article": "issues/trying-out-the-new-projects-experience/about-projects", "path_count": 14808} -{"path_article": "repositories/working-with-files/managing-large-files/about-large-files-on-github", "path_count": 14593} -{"path_article": "search-github/getting-started-with-searching-on-github/about-searching-on-github", "path_count": 14400} -{"path_article": "actions/using-workflows/triggering-a-workflow", "path_count": 14386} -{"path_article": "repositories/working-with-files/managing-files/deleting-files-in-a-repository", "path_count": 14372} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests", "path_count": 14236} -{"path_article": "get-started/using-git/about-git", "path_count": 14207} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile", "path_count": 14190} -{"path_article": "actions/using-workflows/storing-workflow-data-as-artifacts", "path_count": 14131} -{"path_article": "get-started/quickstart/github-glossary", "path_count": 14102} -{"path_article": "actions/creating-actions/creating-a-docker-container-action", "path_count": 14036} -{"path_article": "authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on", "path_count": 13956} -{"path_article": "repositories/creating-and-managing-repositories/about-repositories", "path_count": 13846} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches", "path_count": 13806} -{"path_article": "authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints", "path_count": 13704} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews", "path_count": 13628} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll", "path_count": 13585} -{"path_article": "rest/actions", "path_count": 13503} -{"path_article": "repositories/creating-and-managing-repositories/creating-a-new-repository", "path_count": 13500} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication", "path_count": 13312} -{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization", "path_count": 13214} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository", "path_count": 13044} -{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages", "path_count": 12998} -{"path_article": "get-started/using-git/getting-changes-from-a-remote-repository", "path_count": 12912} -{"path_article": "get-started/onboarding/getting-started-with-your-github-account", "path_count": 12817} -{"path_article": "copilot/quickstart", "path_count": 12808} -{"path_article": "actions/using-workflows/about-workflows", "path_count": 12796} -{"path_article": "repositories/working-with-files/managing-large-files/installing-git-large-file-storage", "path_count": 12703} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request", "path_count": 12569} -{"path_article": "developers/overview/github-developer-program", "path_count": 12412} -{"path_article": "actions/hosting-your-own-runners/adding-self-hosted-runners", "path_count": 12399} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications", "path_count": 12248} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github", "path_count": 12187} -{"path_article": "authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps", "path_count": 12107} -{"path_article": "organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization", "path_count": 11973} -{"path_article": "search-github/getting-started-with-searching-on-github/understanding-the-search-syntax", "path_count": 11926} -{"path_article": "authentication/troubleshooting-ssh/using-ssh-over-the-https-port", "path_count": 11825} -{"path_article": "actions/creating-actions", "path_count": 11784} -{"path_article": "get-started/writing-on-github", "path_count": 11741} -{"path_article": "actions/hosting-your-own-runners", "path_count": 11672} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry", "path_count": 11605} -{"path_article": "authentication/managing-commit-signature-verification/about-commit-signature-verification", "path_count": 11515} -{"path_article": "actions/using-jobs/using-a-matrix-for-your-jobs", "path_count": 11515} -{"path_article": "site-policy/github-terms/github-community-guidelines", "path_count": 11495} -{"path_article": "organizations", "path_count": 11494} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls", "path_count": 11457} -{"path_article": "packages/learn-github-packages/introduction-to-github-packages", "path_count": 11445} -{"path_article": "get-started/using-github/github-mobile", "path_count": 11425} -{"path_article": "get-started/learning-about-github/about-versions-of-github-docs", "path_count": 11381} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository", "path_count": 11243} -{"path_article": "actions/creating-actions/creating-a-composite-action", "path_count": 11102} -{"path_article": "site-policy/github-terms/github-terms-for-additional-products-and-features", "path_count": 11097} -{"path_article": "actions/examples", "path_count": 11083} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-nuget-registry", "path_count": 10924} -{"path_article": "developers/apps", "path_count": 10915} -{"path_article": "actions/using-jobs/using-conditions-to-control-job-execution", "path_count": 10900} -{"path_article": "code-security", "path_count": 10891} -{"path_article": "rest/issues", "path_count": 10890} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository", "path_count": 10845} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally", "path_count": 10804} -{"path_article": "repositories/working-with-files/managing-large-files/configuring-git-large-file-storage", "path_count": 10663} -{"path_article": "admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users", "path_count": 10652} -{"path_article": "repositories/creating-and-managing-repositories/renaming-a-repository", "path_count": 10652} -{"path_article": "actions/automating-builds-and-tests/about-continuous-integration", "path_count": 10563} -{"path_article": "developers/webhooks-and-events/webhooks/creating-webhooks", "path_count": 10518} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging", "path_count": 10516} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards", "path_count": 10440} -{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages", "path_count": 10401} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork", "path_count": 10386} -{"path_article": "developers/apps/building-github-apps/authenticating-with-github-apps", "path_count": 10371} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request", "path_count": 10363} -{"path_article": "organizations/collaborating-with-groups-in-organizations/about-organizations", "path_count": 10346} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review", "path_count": 10318} -{"path_article": "codespaces/overview", "path_count": 10284} -{"path_article": "get-started/using-git/dealing-with-non-fast-forward-errors", "path_count": 10260} -{"path_article": "github-cli/github-cli/about-github-cli", "path_count": 10195} -{"path_article": "actions/using-jobs/using-jobs-in-a-workflow", "path_count": 10109} -{"path_article": "billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription", "path_count": 10105} -{"path_article": "get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists", "path_count": 10066} -{"path_article": "authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys", "path_count": 10035} -{"path_article": "pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser", "path_count": 10033} -{"path_article": "developers/apps/getting-started-with-apps/about-apps", "path_count": 9959} -{"path_article": "communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository", "path_count": 9897} -{"path_article": "repositories/creating-and-managing-repositories/creating-a-repository-from-a-template", "path_count": 9872} -{"path_article": "actions/learn-github-actions/finding-and-customizing-actions", "path_count": 9868} -{"path_article": "actions/learn-github-actions/usage-limits-billing-and-administration", "path_count": 9761} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll", "path_count": 9726} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request", "path_count": 9696} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request", "path_count": 9663} -{"path_article": "site-policy/content-removal-policies/github-private-information-removal-policy", "path_count": 9609} -{"path_article": "pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks", "path_count": 9594} -{"path_article": "pull-requests", "path_count": 9566} -{"path_article": "authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials", "path_count": 9545} -{"path_article": "pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site", "path_count": 9543} -{"path_article": "billing/managing-billing-for-github-codespaces/about-billing-for-codespaces", "path_count": 9468} -{"path_article": "get-started/using-git/resolving-merge-conflicts-after-a-git-rebase", "path_count": 9447} -{"path_article": "rest/checks", "path_count": 9439} -{"path_article": "actions/deployment/about-deployments/deploying-with-github-actions", "path_count": 9420} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request", "path_count": 9392} -{"path_article": "issues/tracking-your-work-with-issues/about-issues", "path_count": 9322} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches", "path_count": 9205} -{"path_article": "authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses", "path_count": 9201} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/merging-multiple-personal-accounts", "path_count": 9190} -{"path_article": "search-github/searching-on-github/searching-for-repositories", "path_count": 9180} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request", "path_count": 9090} -{"path_article": "codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers", "path_count": 9088} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit", "path_count": 9021} -{"path_article": "issues/tracking-your-work-with-issues/creating-an-issue", "path_count": 9019} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported", "path_count": 8972} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges", "path_count": 8925} -{"path_article": "desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop", "path_count": 8913} -{"path_article": "actions/learn-github-actions/essential-features-of-github-actions", "path_count": 8780} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github", "path_count": 8770} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch", "path_count": 8745} -{"path_article": "communities/documenting-your-project-with-wikis/about-wikis", "path_count": 8715} -{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim", "path_count": 8699} -{"path_article": "rest/repos/contents", "path_count": 8679} -{"path_article": "repositories/working-with-files/using-files/working-with-non-code-files", "path_count": 8673} -{"path_article": "rest/commits/commits", "path_count": 8657} -{"path_article": "rest/orgs", "path_count": 8643} -{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github", "path_count": 8579} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile", "path_count": 8513} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository", "path_count": 8505} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request", "path_count": 8500} -{"path_article": "issues/tracking-your-work-with-issues/about-task-lists", "path_count": 8494} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email", "path_count": 8456} -{"path_article": "rest/overview/libraries", "path_count": 8416} -{"path_article": "authentication/troubleshooting-ssh", "path_count": 8410} -{"path_article": "graphql/guides/forming-calls-with-graphql", "path_count": 8361} -{"path_article": "get-started/quickstart/git-and-github-learning-resources", "path_count": 8357} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams", "path_count": 8319} -{"path_article": "repositories/working-with-files/managing-large-files/about-git-large-file-storage", "path_count": 8319} -{"path_article": "admin", "path_count": 8278} -{"path_article": "search-github/searching-on-github/searching-users", "path_count": 8275} -{"path_article": "get-started/using-github/keyboard-shortcuts", "path_count": 8275} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics", "path_count": 8270} -{"path_article": "site-policy/acceptable-use-policies/github-acceptable-use-policies", "path_count": 8227} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line", "path_count": 8220} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll", "path_count": 8213} -{"path_article": "copilot/getting-started-with-github-copilot", "path_count": 8202} -{"path_article": "pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https", "path_count": 8196} -{"path_article": "rest/guides/basics-of-authentication", "path_count": 8183} -{"path_article": "issues", "path_count": 8124} -{"path_article": "issues/using-labels-and-milestones-to-track-work/managing-labels", "path_count": 8121} -{"path_article": "discussions", "path_count": 8066} -{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors", "path_count": 7988} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history", "path_count": 7954} -{"path_article": "rest/users/users", "path_count": 7905} -{"path_article": "site-policy/content-removal-policies/dmca-takedown-policy", "path_count": 7883} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning", "path_count": 7838} -{"path_article": "get-started/quickstart/contributing-to-projects", "path_count": 7827} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile", "path_count": 7750} -{"path_article": "organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch", "path_count": 7732} -{"path_article": "organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team", "path_count": 7651} -{"path_article": "search-github/searching-on-github/searching-commits", "path_count": 7607} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop", "path_count": 7606} -{"path_article": "rest/pulls/pulls", "path_count": 7547} -{"path_article": "repositories/working-with-files/managing-files/moving-a-file-to-a-new-location", "path_count": 7487} -{"path_article": "actions/publishing-packages/publishing-docker-images", "path_count": 7475} -{"path_article": "repositories/working-with-files/managing-files/renaming-a-file", "path_count": 7446} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge", "path_count": 7435} -{"path_article": "developers/overview/using-ssh-agent-forwarding", "path_count": 7316} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education", "path_count": 7265} -{"path_article": "rest/overview/permissions-required-for-github-apps", "path_count": 7261} -{"path_article": "codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization", "path_count": 7246} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer", "path_count": 7238} -{"path_article": "rest/releases/releases", "path_count": 7229} -{"path_article": "authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase", "path_count": 7210} -{"path_article": "developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps", "path_count": 7207} -{"path_article": "repositories/creating-and-managing-repositories/creating-a-template-repository", "path_count": 7202} -{"path_article": "repositories/creating-and-managing-repositories/restoring-a-deleted-repository", "path_count": 7192} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-nodejs", "path_count": 7131} -{"path_article": "desktop/installing-and-configuring-github-desktop", "path_count": 7129} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork", "path_count": 7075} -{"path_article": "repositories/releasing-projects-on-github/automatically-generated-release-notes", "path_count": 7021} -{"path_article": "developers/apps/building-github-apps/creating-a-github-app", "path_count": 7009} -{"path_article": "actions/examples/using-scripts-to-test-your-code-on-a-runner", "path_count": 7003} -{"path_article": "pages/getting-started-with-github-pages/unpublishing-a-github-pages-site", "path_count": 6948} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags", "path_count": 6910} -{"path_article": "code-security/dependabot/dependabot-alerts/about-dependabot-alerts", "path_count": 6895} -{"path_article": "actions/creating-actions/about-custom-actions", "path_count": 6894} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll", "path_count": 6891} -{"path_article": "codespaces/developing-in-codespaces/creating-a-codespace", "path_count": 6835} -{"path_article": "developers/apps/managing-github-apps/installing-github-apps", "path_count": 6697} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop", "path_count": 6648} -{"path_article": "actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service", "path_count": 6616} -{"path_article": "communities/maintaining-your-safety-on-github/reporting-abuse-or-spam", "path_count": 6585} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-python", "path_count": 6575} -{"path_article": "pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user", "path_count": 6524} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request", "path_count": 6484} -{"path_article": "actions/security-guides/security-hardening-for-github-actions", "path_count": 6425} -{"path_article": "repositories/working-with-files/managing-files/creating-new-files", "path_count": 6425} -{"path_article": "search-github", "path_count": 6409} -{"path_article": "repositories/working-with-files/managing-files/editing-files", "path_count": 6408} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet", "path_count": 6379} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates", "path_count": 6364} -{"path_article": "code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates", "path_count": 6352} -{"path_article": "site-policy/content-removal-policies/submitting-content-removal-requests", "path_count": 6346} -{"path_article": "communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages", "path_count": 6318} -{"path_article": "packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions", "path_count": 6265} -{"path_article": "rest/apps", "path_count": 6252} -{"path_article": "developers/apps/building-oauth-apps/creating-an-oauth-app", "path_count": 6243} -{"path_article": "get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud", "path_count": 6231} -{"path_article": "packages/learn-github-packages/about-permissions-for-github-packages", "path_count": 6178} -{"path_article": "repositories/working-with-files/using-files/navigating-code-on-github", "path_count": 6173} -{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph", "path_count": 6125} -{"path_article": "github-cli", "path_count": 6108} -{"path_article": "actions/using-jobs/defining-outputs-for-jobs", "path_count": 6062} -{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code", "path_count": 6056} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll", "path_count": 6055} -{"path_article": "code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates", "path_count": 6037} -{"path_article": "authentication/keeping-your-account-and-data-secure/sudo-mode", "path_count": 5966} -{"path_article": "actions/managing-workflow-runs/approving-workflow-runs-from-public-forks", "path_count": 5955} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request", "path_count": 5944} -{"path_article": "admin/overview/about-enterprise-accounts", "path_count": 5940} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization", "path_count": 5919} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks", "path_count": 5910} -{"path_article": "actions/using-jobs/using-concurrency", "path_count": 5858} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites", "path_count": 5834} -{"path_article": "pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site", "path_count": 5813} -{"path_article": "pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views", "path_count": 5745} -{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages", "path_count": 5697} -{"path_article": "site-policy/github-terms/github-corporate-terms-of-service", "path_count": 5649} -{"path_article": "actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect", "path_count": 5632} -{"path_article": "developers/webhooks-and-events/events/github-event-types", "path_count": 5628} -{"path_article": "organizations/organizing-members-into-teams", "path_count": 5536} -{"path_article": "actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services", "path_count": 5509} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/attaching-files", "path_count": 5455} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests", "path_count": 5426} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches", "path_count": 5420} -{"path_article": "organizations/organizing-members-into-teams/about-teams", "path_count": 5403} -{"path_article": "search-github/searching-on-github/finding-files-on-github", "path_count": 5386} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions", "path_count": 5354} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project", "path_count": 5300} -{"path_article": "packages/quickstart", "path_count": 5296} -{"path_article": "actions/creating-actions/creating-a-javascript-action", "path_count": 5288} -{"path_article": "billing/managing-billing-for-your-github-account/about-per-user-pricing", "path_count": 5247} -{"path_article": "get-started/getting-started-with-git/associating-text-editors-with-git", "path_count": 5218} -{"path_article": "actions/using-workflows/creating-starter-workflows-for-your-organization", "path_count": 5204} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop", "path_count": 5203} -{"path_article": "site-policy/privacy-policies/global-privacy-practices", "path_count": 5161} -{"path_article": "actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners", "path_count": 5139} -{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization", "path_count": 5139} -{"path_article": "actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow", "path_count": 5108} -{"path_article": "authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key", "path_count": 5100} -{"path_article": "actions/using-jobs/running-jobs-in-a-container", "path_count": 5094} -{"path_article": "communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account", "path_count": 5081} -{"path_article": "rest/overview/endpoints-available-for-github-apps", "path_count": 5070} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository", "path_count": 5062} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll", "path_count": 5031} -{"path_article": "rest/releases", "path_count": 5017} -{"path_article": "actions/using-containerized-services/about-service-containers", "path_count": 5007} -{"path_article": "organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization", "path_count": 4990} -{"path_article": "actions/automating-builds-and-tests", "path_count": 4976} -{"path_article": "graphql/guides/introduction-to-graphql", "path_count": 4935} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings", "path_count": 4924} -{"path_article": "communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors", "path_count": 4888} -{"path_article": "issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests", "path_count": 4864} -{"path_article": "billing/managing-billing-for-your-github-account/downgrading-your-github-subscription", "path_count": 4858} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories", "path_count": 4788} -{"path_article": "code-security/secret-scanning/about-secret-scanning", "path_count": 4776} -{"path_article": "rest/branches/branches", "path_count": 4750} -{"path_article": "developers/webhooks-and-events/webhooks/securing-your-webhooks", "path_count": 4702} -{"path_article": "packages/learn-github-packages", "path_count": 4677} -{"path_article": "rest/actions/secrets", "path_count": 4672} -{"path_article": "actions/publishing-packages/publishing-nodejs-packages", "path_count": 4670} -{"path_article": "get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github", "path_count": 4641} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository", "path_count": 4614} -{"path_article": "pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models", "path_count": 4609} -{"path_article": "graphql/reference/queries", "path_count": 4602} -{"path_article": "billing/managing-your-github-billing-settings/about-billing-on-github", "path_count": 4590} -{"path_article": "authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation", "path_count": 4569} -{"path_article": "get-started/using-git/about-git-rebase", "path_count": 4569} -{"path_article": "rest/commits", "path_count": 4545} -{"path_article": "organizations/managing-organization-settings/restricting-repository-creation-in-your-organization", "path_count": 4524} -{"path_article": "get-started/quickstart/git-cheatsheet", "path_count": 4507} -{"path_article": "search-github/searching-on-github", "path_count": 4465} -{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys", "path_count": 4465} -{"path_article": "actions/using-jobs/assigning-permissions-to-jobs", "path_count": 4452} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github", "path_count": 4426} -{"path_article": "authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo", "path_count": 4416} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests", "path_count": 4411} -{"path_article": "rest/git", "path_count": 4406} -{"path_article": "get-started/exploring-projects-on-github/saving-repositories-with-stars", "path_count": 4396} -{"path_article": "admin/all-releases", "path_count": 4366} -{"path_article": "get-started/using-git", "path_count": 4342} -{"path_article": "actions/managing-workflow-runs/disabling-and-enabling-a-workflow", "path_count": 4340} -{"path_article": "rest/issues/issues", "path_count": 4308} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions", "path_count": 4291} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository", "path_count": 4291} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits", "path_count": 4287} -{"path_article": "repositories/working-with-files/using-files/viewing-a-file", "path_count": 4281} -{"path_article": "developers/overview/about-githubs-apis", "path_count": 4274} -{"path_article": "get-started/quickstart/be-social", "path_count": 4248} -{"path_article": "codespaces/getting-started/deep-dive", "path_count": 4235} -{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue", "path_count": 4228} -{"path_article": "rest/teams", "path_count": 4220} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources", "path_count": 4215} -{"path_article": "issues/trying-out-the-new-projects-experience/quickstart", "path_count": 4209} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications", "path_count": 4208} -{"path_article": "admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server", "path_count": 4198} -{"path_article": "actions/managing-workflow-runs/reviewing-deployments", "path_count": 4173} -{"path_article": "rest/rate-limit", "path_count": 4169} -{"path_article": "repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage", "path_count": 4149} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program", "path_count": 4137} -{"path_article": "rest/webhooks", "path_count": 4132} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks", "path_count": 4130} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting", "path_count": 4129} -{"path_article": "site-policy/content-removal-policies/github-trademark-policy", "path_count": 4124} -{"path_article": "rest/actions/artifacts", "path_count": 4110} -{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts", "path_count": 4104} -{"path_article": "packages/learn-github-packages/configuring-a-packages-access-control-and-visibility", "path_count": 4103} -{"path_article": "developers/apps/building-github-apps/rate-limits-for-github-apps", "path_count": 4092} -{"path_article": "actions/using-workflows/using-starter-workflows", "path_count": 4084} -{"path_article": "repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags", "path_count": 4081} -{"path_article": "site-policy/privacy-policies/github-subprocessors-and-cookies", "path_count": 4078} -{"path_article": "actions/managing-workflow-runs/re-running-workflows-and-jobs", "path_count": 4050} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile", "path_count": 4048} -{"path_article": "packages/working-with-a-github-packages-registry", "path_count": 4026} -{"path_article": "github-cli/github-cli/quickstart", "path_count": 4024} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository", "path_count": 4010} -{"path_article": "billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security", "path_count": 4008} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs", "path_count": 4005} -{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github", "path_count": 4005} -{"path_article": "organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile", "path_count": 4002} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions", "path_count": 3999} -{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization", "path_count": 3948} -{"path_article": "actions/creating-actions/setting-exit-codes-for-actions", "path_count": 3939} -{"path_article": "issues/using-labels-and-milestones-to-track-work/about-milestones", "path_count": 3932} -{"path_article": "get-started/using-git/using-git-rebase-on-the-command-line", "path_count": 3919} -{"path_article": "rest/guides/getting-started-with-the-checks-api", "path_count": 3914} -{"path_article": "developers/github-marketplace", "path_count": 3899} -{"path_article": "actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners", "path_count": 3889} -{"path_article": "actions/managing-workflow-runs/downloading-workflow-artifacts", "path_count": 3867} -{"path_article": "developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads", "path_count": 3867} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository", "path_count": 3864} -{"path_article": "actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service", "path_count": 3856} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review", "path_count": 3842} -{"path_article": "rest/actions/workflow-runs", "path_count": 3831} -{"path_article": "desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop", "path_count": 3826} -{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization", "path_count": 3781} -{"path_article": "get-started/using-github/supported-browsers", "path_count": 3779} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard", "path_count": 3774} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-java-with-maven", "path_count": 3760} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-gradle-registry", "path_count": 3708} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections", "path_count": 3700} -{"path_article": "actions/using-jobs/choosing-the-runner-for-a-job", "path_count": 3690} -{"path_article": "admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise", "path_count": 3690} -{"path_article": "get-started/using-git/splitting-a-subfolder-out-into-a-new-repository", "path_count": 3689} -{"path_article": "graphql/reference/mutations", "path_count": 3680} -{"path_article": "admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements", "path_count": 3671} -{"path_article": "authentication/troubleshooting-ssh/error-key-already-in-use", "path_count": 3665} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board", "path_count": 3610} -{"path_article": "rest/gists", "path_count": 3610} -{"path_article": "issues/trying-out-the-new-projects-experience/creating-a-project", "path_count": 3591} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board", "path_count": 3591} -{"path_article": "repositories/archiving-a-github-repository/referencing-and-citing-content", "path_count": 3589} -{"path_article": "repositories/archiving-a-github-repository/archiving-repositories", "path_count": 3569} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-an-overview-of-your-activity-on-your-profile", "path_count": 3508} -{"path_article": "rest/orgs/orgs", "path_count": 3505} -{"path_article": "rest/guides/traversing-with-pagination", "path_count": 3484} -{"path_article": "repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage", "path_count": 3480} -{"path_article": "authentication/keeping-your-account-and-data-secure", "path_count": 3452} -{"path_article": "code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database", "path_count": 3451} -{"path_article": "site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice", "path_count": 3443} -{"path_article": "actions/using-containerized-services/creating-postgresql-service-containers", "path_count": 3413} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved", "path_count": 3375} -{"path_article": "rest/code-scanning", "path_count": 3373} -{"path_article": "education", "path_count": 3360} -{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization", "path_count": 3350} -{"path_article": "graphql/overview/about-the-graphql-api", "path_count": 3342} -{"path_article": "code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors", "path_count": 3341} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership", "path_count": 3341} -{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry", "path_count": 3335} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning", "path_count": 3327} -{"path_article": "rest/actions/workflows", "path_count": 3325} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox", "path_count": 3311} -{"path_article": "actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization", "path_count": 3303} -{"path_article": "organizations/organizing-members-into-teams/creating-a-team", "path_count": 3287} -{"path_article": "rest/meta", "path_count": 3266} -{"path_article": "rest/metrics/statistics", "path_count": 3263} -{"path_article": "rest/checks/runs", "path_count": 3260} -{"path_article": "organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization", "path_count": 3254} -{"path_article": "graphql/overview/public-schema", "path_count": 3253} -{"path_article": "site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data", "path_count": 3244} -{"path_article": "communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file", "path_count": 3239} -{"path_article": "code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates", "path_count": 3221} -{"path_article": "actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups", "path_count": 3214} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile", "path_count": 3212} -{"path_article": "billing/managing-billing-for-github-actions/viewing-your-github-actions-usage", "path_count": 3195} -{"path_article": "rest/activity/events", "path_count": 3176} -{"path_article": "issues/trying-out-the-new-projects-experience/customizing-your-project-views", "path_count": 3175} -{"path_article": "issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users", "path_count": 3160} -{"path_article": "actions/guides", "path_count": 3148} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks", "path_count": 3148} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository", "path_count": 3147} -{"path_article": "developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps", "path_count": 3144} -{"path_article": "actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions", "path_count": 3140} -{"path_article": "rest/git/refs", "path_count": 3116} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository", "path_count": 3110} -{"path_article": "organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization", "path_count": 3105} -{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on", "path_count": 3105} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes", "path_count": 3103} -{"path_article": "organizations/managing-organization-settings/renaming-an-organization", "path_count": 3101} -{"path_article": "repositories/working-with-files/using-files/getting-permanent-links-to-files", "path_count": 3073} -{"path_article": "packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry", "path_count": 3051} -{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop", "path_count": 3037} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request", "path_count": 3024} -{"path_article": "issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests", "path_count": 3023} -{"path_article": "graphql/reference/input-objects", "path_count": 3022} -{"path_article": "packages/learn-github-packages/publishing-a-package", "path_count": 3021} -{"path_article": "organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member", "path_count": 3016} -{"path_article": "rest/deployments", "path_count": 3012} -{"path_article": "billing/managing-your-github-billing-settings", "path_count": 2992} -{"path_article": "actions/using-jobs", "path_count": 2992} -{"path_article": "desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line", "path_count": 2988} -{"path_article": "issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects", "path_count": 2983} -{"path_article": "actions/managing-workflow-runs/skipping-workflow-runs", "path_count": 2979} -{"path_article": "site-policy/github-terms", "path_count": 2976} -{"path_article": "code-security/getting-started/github-security-features", "path_count": 2966} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors", "path_count": 2960} -{"path_article": "rest/guides", "path_count": 2948} -{"path_article": "discussions/quickstart", "path_count": 2938} -{"path_article": "packages/learn-github-packages/connecting-a-repository-to-a-package", "path_count": 2935} -{"path_article": "billing/managing-billing-for-your-github-account/upgrading-your-github-subscription", "path_count": 2934} -{"path_article": "billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method", "path_count": 2925} -{"path_article": "graphql/reference/interfaces", "path_count": 2913} -{"path_article": "actions/using-jobs/using-environments-for-jobs", "path_count": 2907} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address", "path_count": 2901} -{"path_article": "actions/using-workflows/using-github-cli-in-workflows", "path_count": 2895} -{"path_article": "issues/trying-out-the-new-projects-experience/migrating-your-project", "path_count": 2889} -{"path_article": "support", "path_count": 2885} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-net", "path_count": 2872} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules", "path_count": 2855} -{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations", "path_count": 2852} -{"path_article": "developers/overview", "path_count": 2852} -{"path_article": "code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts", "path_count": 2834} -{"path_article": "organizations/organizing-members-into-teams/adding-organization-members-to-a-team", "path_count": 2804} -{"path_article": "get-started/using-github/github-command-palette", "path_count": 2772} -{"path_article": "organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization", "path_count": 2769} -{"path_article": "actions/deployment/about-deployments/about-continuous-deployment", "path_count": 2765} -{"path_article": "rest/deployments/deployments", "path_count": 2749} -{"path_article": "rest/overview/media-types", "path_count": 2730} -{"path_article": "graphql/guides/using-the-explorer", "path_count": 2727} -{"path_article": "site-policy/github-terms/github-open-source-applications-terms-and-conditions", "path_count": 2725} -{"path_article": "actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions", "path_count": 2709} -{"path_article": "organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization", "path_count": 2696} -{"path_article": "organizations/managing-access-to-your-organizations-repositories", "path_count": 2693} -{"path_article": "get-started/learning-about-github/github-language-support", "path_count": 2680} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue", "path_count": 2679} -{"path_article": "rest/markdown", "path_count": 2673} -{"path_article": "actions/publishing-packages/about-packaging-with-github-actions", "path_count": 2666} -{"path_article": "actions/managing-workflow-runs", "path_count": 2659} -{"path_article": "get-started/onboarding/getting-started-with-github-enterprise-cloud", "path_count": 2637} -{"path_article": "issues/trying-out-the-new-projects-experience/automating-projects", "path_count": 2636} -{"path_article": "developers/apps/building-github-apps/refreshing-user-to-server-access-tokens", "path_count": 2602} -{"path_article": "sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account", "path_count": 2597} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility", "path_count": 2597} -{"path_article": "get-started/using-github/exploring-early-access-releases-with-feature-preview", "path_count": 2594} -{"path_article": "rest/packages", "path_count": 2590} -{"path_article": "communities", "path_count": 2584} -{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization", "path_count": 2583} -{"path_article": "repositories/archiving-a-github-repository/backing-up-a-repository", "path_count": 2580} -{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization", "path_count": 2568} -{"path_article": "repositories/managing-your-repositorys-settings-and-features", "path_count": 2566} -{"path_article": "actions/hosting-your-own-runners/running-scripts-before-or-after-a-job", "path_count": 2566} -{"path_article": "actions/creating-actions/dockerfile-support-for-github-actions", "path_count": 2556} -{"path_article": "issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue", "path_count": 2552} -{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts", "path_count": 2547} -{"path_article": "code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions", "path_count": 2544} -{"path_article": "packages/learn-github-packages/deleting-and-restoring-a-package", "path_count": 2537} -{"path_article": "codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account", "path_count": 2532} -{"path_article": "site-policy/other-site-policies/github-and-trade-controls", "path_count": 2527} -{"path_article": "issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests", "path_count": 2525} -{"path_article": "codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code", "path_count": 2523} -{"path_article": "billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions", "path_count": 2520} -{"path_article": "packages/learn-github-packages/viewing-packages", "path_count": 2514} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository", "path_count": 2504} -{"path_article": "actions/examples/using-the-github-cli-on-a-runner", "path_count": 2495} -{"path_article": "rest/guides/delivering-deployments", "path_count": 2492} -{"path_article": "billing/managing-billing-for-github-packages/about-billing-for-github-packages", "path_count": 2487} -{"path_article": "site-policy/acceptable-use-policies", "path_count": 2485} -{"path_article": "developers/webhooks-and-events/webhooks/testing-webhooks", "path_count": 2480} -{"path_article": "rest/oauth-authorizations", "path_count": 2463} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql", "path_count": 2460} -{"path_article": "rest/pulls/comments", "path_count": 2459} -{"path_article": "rest/orgs/members", "path_count": 2455} -{"path_article": "rest/git/trees", "path_count": 2450} -{"path_article": "search-github/getting-started-with-searching-on-github/sorting-search-results", "path_count": 2448} -{"path_article": "developers/apps/building-github-apps", "path_count": 2448} -{"path_article": "billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces", "path_count": 2447} -{"path_article": "developers/apps/guides/using-the-github-api-in-your-app", "path_count": 2447} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork", "path_count": 2430} -{"path_article": "repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage", "path_count": 2430} -{"path_article": "rest/actions/cache", "path_count": 2427} -{"path_article": "get-started/getting-started-with-git/git-workflows", "path_count": 2424} -{"path_article": "actions/publishing-packages/publishing-java-packages-with-maven", "path_count": 2423} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository", "path_count": 2408} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students", "path_count": 2399} -{"path_article": "rest/pulls/reviews", "path_count": 2394} -{"path_article": "repositories/working-with-files/managing-files", "path_count": 2380} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer", "path_count": 2371} -{"path_article": "code-security/getting-started/securing-your-repository", "path_count": 2364} -{"path_article": "get-started/using-github/github-cli", "path_count": 2362} -{"path_article": "issues/tracking-your-work-with-issues/deleting-an-issue", "path_count": 2359} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github", "path_count": 2353} -{"path_article": "authentication/troubleshooting-ssh/error-unknown-key-type", "path_count": 2351} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit", "path_count": 2344} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history", "path_count": 2344} -{"path_article": "rest/branches", "path_count": 2342} -{"path_article": "rest/teams/teams", "path_count": 2341} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity", "path_count": 2333} -{"path_article": "authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status", "path_count": 2331} -{"path_article": "actions/hosting-your-own-runners/using-labels-with-self-hosted-runners", "path_count": 2330} -{"path_article": "repositories/releasing-projects-on-github/linking-to-releases", "path_count": 2328} -{"path_article": "rest/collaborators/collaborators", "path_count": 2328} -{"path_article": "communities/documenting-your-project-with-wikis/editing-wiki-content", "path_count": 2325} -{"path_article": "organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team", "path_count": 2315} -{"path_article": "get-started/exploring-projects-on-github/following-people", "path_count": 2312} -{"path_article": "rest/activity", "path_count": 2303} -{"path_article": "rest/enterprise-admin", "path_count": 2295} -{"path_article": "rest/git/tags", "path_count": 2292} -{"path_article": "organizations/keeping-your-organization-secure", "path_count": 2268} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch", "path_count": 2265} -{"path_article": "billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage", "path_count": 2263} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository", "path_count": 2223} -{"path_article": "actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine", "path_count": 2218} -{"path_article": "developers/apps/building-oauth-apps", "path_count": 2214} -{"path_article": "get-started/quickstart/communicating-on-github", "path_count": 2213} -{"path_article": "code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates", "path_count": 2209} -{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository", "path_count": 2207} -{"path_article": "site-policy/other-site-policies/github-username-policy", "path_count": 2206} -{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges", "path_count": 2204} -{"path_article": "get-started/learning-about-github/faq-about-changes-to-githubs-plans", "path_count": 2199} -{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount", "path_count": 2197} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll", "path_count": 2196} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps", "path_count": 2196} -{"path_article": "rest/apps/apps", "path_count": 2193} -{"path_article": "packages/learn-github-packages/installing-a-package", "path_count": 2192} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs", "path_count": 2189} -{"path_article": "organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization", "path_count": 2178} -{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security", "path_count": 2177} -{"path_article": "code-security/dependabot/dependabot-version-updates", "path_count": 2171} -{"path_article": "rest/actions/self-hosted-runners", "path_count": 2171} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms", "path_count": 2164} -{"path_article": "authentication/managing-commit-signature-verification/signing-tags", "path_count": 2164} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards", "path_count": 2162} -{"path_article": "graphql/overview/schema-previews", "path_count": 2154} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/accessing-an-organization", "path_count": 2153} -{"path_article": "codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces", "path_count": 2152} -{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization", "path_count": 2130} -{"path_article": "rest/guides/best-practices-for-integrators", "path_count": 2120} -{"path_article": "rest/projects", "path_count": 2119} -{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-in-a-jetbrains-ide", "path_count": 2119} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop", "path_count": 2118} -{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites", "path_count": 2109} -{"path_article": "organizations/managing-organization-settings/deleting-an-organization-account", "path_count": 2093} -{"path_article": "graphql/reference/enums", "path_count": 2092} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-java-with-gradle", "path_count": 2083} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository", "path_count": 2080} -{"path_article": "organizations/collaborating-with-groups-in-organizations", "path_count": 2078} -{"path_article": "billing/managing-billing-for-your-github-account/about-billing-for-github-accounts", "path_count": 2077} -{"path_article": "sponsors", "path_count": 2070} -{"path_article": "organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization", "path_count": 2067} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository", "path_count": 2067} -{"path_article": "pages/getting-started-with-github-pages/using-submodules-with-github-pages", "path_count": 2057} -{"path_article": "site-policy/github-terms/github-event-code-of-conduct", "path_count": 2055} -{"path_article": "actions/using-jobs/setting-default-values-for-jobs", "path_count": 2055} -{"path_article": "get-started/using-github/github-desktop", "path_count": 2051} -{"path_article": "support/contacting-github-support/creating-a-support-ticket", "path_count": 2051} -{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop", "path_count": 2049} -{"path_article": "rest/actions/workflow-jobs", "path_count": 2048} -{"path_article": "communities/documenting-your-project-with-wikis", "path_count": 2038} -{"path_article": "issues/tracking-your-work-with-issues/quickstart", "path_count": 2037} -{"path_article": "codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace", "path_count": 2036} -{"path_article": "issues/trying-out-the-new-projects-experience/managing-iterations", "path_count": 2028} -{"path_article": "repositories/creating-and-managing-repositories", "path_count": 2023} -{"path_article": "developers/apps/managing-github-apps/editing-a-github-apps-permissions", "path_count": 2021} -{"path_article": "actions/hosting-your-own-runners/removing-self-hosted-runners", "path_count": 2019} -{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization", "path_count": 2019} -{"path_article": "rest/pages", "path_count": 2018} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile", "path_count": 2000} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board", "path_count": 2000} -{"path_article": "rest/billing", "path_count": 1997} -{"path_article": "actions/examples/using-concurrency-expressions-and-a-test-matrix", "path_count": 1993} -{"path_article": "billing/managing-billing-for-github-actions", "path_count": 1989} -{"path_article": "billing/managing-billing-for-your-github-account", "path_count": 1984} -{"path_article": "actions/using-github-hosted-runners/customizing-github-hosted-runners", "path_count": 1983} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/managing-your-scheduled-reminders", "path_count": 1978} -{"path_article": "rest/guides/discovering-resources-for-a-user", "path_count": 1975} -{"path_article": "developers/webhooks-and-events", "path_count": 1974} -{"path_article": "admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise", "path_count": 1969} -{"path_article": "developers/apps/guides/creating-ci-tests-with-the-checks-api", "path_count": 1961} -{"path_article": "communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project", "path_count": 1959} -{"path_article": "developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app", "path_count": 1951} -{"path_article": "admin/overview/creating-an-enterprise-account", "path_count": 1942} -{"path_article": "rest/migrations", "path_count": 1927} -{"path_article": "communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository", "path_count": 1922} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences", "path_count": 1920} -{"path_article": "actions/managing-workflow-runs/deleting-a-workflow-run", "path_count": 1919} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork", "path_count": 1912} -{"path_article": "billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage", "path_count": 1909} -{"path_article": "admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise", "path_count": 1908} -{"path_article": "admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise", "path_count": 1908} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository", "path_count": 1906} -{"path_article": "admin/installation/setting-up-a-github-enterprise-server-instance", "path_count": 1905} -{"path_article": "admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication", "path_count": 1903} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository", "path_count": 1897} -{"path_article": "actions/creating-actions/publishing-actions-in-github-marketplace", "path_count": 1894} -{"path_article": "rest/guides/working-with-comments", "path_count": 1891} -{"path_article": "organizations/managing-organization-settings/transferring-organization-ownership", "path_count": 1888} -{"path_article": "organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization", "path_count": 1880} -{"path_article": "rest/scim", "path_count": 1878} -{"path_article": "rest/git/blobs", "path_count": 1872} -{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests", "path_count": 1865} -{"path_article": "rest/guides/getting-started-with-the-git-database-api", "path_count": 1864} -{"path_article": "code-security/getting-started/adding-a-security-policy-to-your-repository", "path_count": 1855} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review", "path_count": 1850} -{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility", "path_count": 1847} -{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization", "path_count": 1843} -{"path_article": "get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks", "path_count": 1841} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs", "path_count": 1832} -{"path_article": "get-started/signing-up-for-github", "path_count": 1828} -{"path_article": "site-policy/privacy-policies/github-candidate-privacy-policy", "path_count": 1817} -{"path_article": "code-security/secret-scanning/secret-scanning-patterns", "path_count": 1813} -{"path_article": "graphql/overview/resource-limitations", "path_count": 1807} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages", "path_count": 1806} -{"path_article": "issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board", "path_count": 1786} -{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-security-log", "path_count": 1778} -{"path_article": "rest/branches/branch-protection", "path_count": 1777} -{"path_article": "desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts", "path_count": 1775} -{"path_article": "rest/issues/comments", "path_count": 1770} -{"path_article": "codespaces/developing-in-codespaces/codespaces-lifecycle", "path_count": 1758} -{"path_article": "rest/apps/installations", "path_count": 1758} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization", "path_count": 1756} -{"path_article": "rest/overview/openapi-description", "path_count": 1755} -{"path_article": "authentication/keeping-your-account-and-data-secure/authorizing-github-apps", "path_count": 1745} -{"path_article": "actions/managing-workflow-runs/canceling-a-workflow", "path_count": 1744} -{"path_article": "issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository", "path_count": 1744} -{"path_article": "codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces", "path_count": 1731} -{"path_article": "billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces", "path_count": 1730} -{"path_article": "authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign", "path_count": 1728} -{"path_article": "admin/overview/about-github-ae", "path_count": 1723} -{"path_article": "organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard", "path_count": 1716} -{"path_article": "billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date", "path_count": 1716} -{"path_article": "repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage", "path_count": 1713} -{"path_article": "site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice", "path_count": 1712} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository", "path_count": 1702} -{"path_article": "actions/managing-workflow-runs/removing-workflow-artifacts", "path_count": 1690} -{"path_article": "admin/configuration/configuring-your-enterprise/command-line-utilities", "path_count": 1686} -{"path_article": "rest/deploy-keys", "path_count": 1674} -{"path_article": "developers/overview/secret-scanning-partner-program", "path_count": 1672} -{"path_article": "graphql/reference/scalars", "path_count": 1671} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository", "path_count": 1669} -{"path_article": "developers/apps/getting-started-with-apps/activating-optional-features-for-apps", "path_count": 1668} -{"path_article": "actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions", "path_count": 1657} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization", "path_count": 1655} -{"path_article": "issues/organizing-your-work-with-project-boards", "path_count": 1650} -{"path_article": "actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners", "path_count": 1642} -{"path_article": "code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot", "path_count": 1641} -{"path_article": "site-policy/content-removal-policies", "path_count": 1632} -{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account", "path_count": 1627} -{"path_article": "rest/releases/assets", "path_count": 1617} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile", "path_count": 1616} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files", "path_count": 1613} -{"path_article": "actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise", "path_count": 1612} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/about-organization-membership", "path_count": 1609} -{"path_article": "code-security/repository-security-advisories/about-github-security-advisories-for-repositories", "path_count": 1608} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings", "path_count": 1607} -{"path_article": "rest/actions/permissions", "path_count": 1606} -{"path_article": "graphql/guides/migrating-from-rest-to-graphql", "path_count": 1604} -{"path_article": "developers/apps/building-github-apps/setting-permissions-for-github-apps", "path_count": 1599} -{"path_article": "actions/managing-issues-and-pull-requests/adding-labels-to-issues", "path_count": 1597} -{"path_article": "organizations/managing-membership-in-your-organization/adding-people-to-your-organization", "path_count": 1588} -{"path_article": "repositories/releasing-projects-on-github/comparing-releases", "path_count": 1587} -{"path_article": "site-policy/privacy-policies/github-data-protection-agreement", "path_count": 1586} -{"path_article": "organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service", "path_count": 1585} -{"path_article": "authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions", "path_count": 1579} -{"path_article": "rest/overview/troubleshooting", "path_count": 1578} -{"path_article": "admin/overview/about-github-enterprise-server", "path_count": 1574} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github", "path_count": 1558} -{"path_article": "admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server", "path_count": 1558} -{"path_article": "billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage", "path_count": 1555} -{"path_article": "admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise", "path_count": 1555} -{"path_article": "rest/git/commits", "path_count": 1546} -{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop", "path_count": 1546} -{"path_article": "admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script", "path_count": 1530} -{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio", "path_count": 1528} -{"path_article": "communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki", "path_count": 1525} -{"path_article": "site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy", "path_count": 1525} -{"path_article": "rest/licenses", "path_count": 1524} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-powershell", "path_count": 1515} -{"path_article": "rest/collaborators", "path_count": 1515} -{"path_article": "organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization", "path_count": 1504} -{"path_article": "support/learning-about-github-support/about-github-support", "path_count": 1502} -{"path_article": "actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development", "path_count": 1499} -{"path_article": "organizations/restricting-access-to-your-organizations-data", "path_count": 1495} -{"path_article": "actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions", "path_count": 1493} -{"path_article": "developers/apps/building-github-apps/creating-a-github-app-from-a-manifest", "path_count": 1493} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository", "path_count": 1489} -{"path_article": "organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization", "path_count": 1482} -{"path_article": "rest/pulls/review-requests", "path_count": 1477} -{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview", "path_count": 1474} -{"path_article": "pull-requests/collaborating-with-pull-requests", "path_count": 1470} -{"path_article": "sponsors/getting-started-with-github-sponsors/about-github-sponsors", "path_count": 1469} -{"path_article": "actions/deployment/managing-your-deployments/viewing-deployment-history", "path_count": 1465} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/converting-a-user-into-an-organization", "path_count": 1465} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories", "path_count": 1452} -{"path_article": "site-policy/privacy-policies", "path_count": 1452} -{"path_article": "codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces", "path_count": 1446} -{"path_article": "actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph", "path_count": 1441} -{"path_article": "rest/issues/labels", "path_count": 1434} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private", "path_count": 1433} -{"path_article": "issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects", "path_count": 1431} -{"path_article": "actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs", "path_count": 1428} -{"path_article": "repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures", "path_count": 1426} -{"path_article": "issues/trying-out-the-new-projects-experience/filtering-projects", "path_count": 1421} -{"path_article": "get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients", "path_count": 1419} -{"path_article": "copilot/configuring-github-copilot", "path_count": 1419} -{"path_article": "rest/projects/projects", "path_count": 1411} -{"path_article": "rest/reactions", "path_count": 1408} -{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories", "path_count": 1408} -{"path_article": "rest/teams/members", "path_count": 1405} -{"path_article": "codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces", "path_count": 1402} -{"path_article": "code-security/guides", "path_count": 1400} -{"path_article": "organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization", "path_count": 1398} -{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor", "path_count": 1391} -{"path_article": "sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor", "path_count": 1391} -{"path_article": "search-github/searching-on-github/searching-topics", "path_count": 1388} -{"path_article": "get-started/using-git/about-git-subtree-merges", "path_count": 1387} -{"path_article": "codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization", "path_count": 1379} -{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings", "path_count": 1376} -{"path_article": "search-github/searching-on-github/searching-in-forks", "path_count": 1375} -{"path_article": "issues/trying-out-the-new-projects-experience/managing-access-to-projects", "path_count": 1368} -{"path_article": "discussions/collaborating-with-your-community-using-discussions/about-discussions", "path_count": 1367} -{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools", "path_count": 1360} -{"path_article": "repositories/archiving-a-github-repository", "path_count": 1359} -{"path_article": "rest/gists/gists", "path_count": 1354} -{"path_article": "communities/moderating-comments-and-conversations/managing-disruptive-comments", "path_count": 1354} -{"path_article": "billing/managing-billing-for-git-large-file-storage", "path_count": 1348} -{"path_article": "admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise", "path_count": 1347} -{"path_article": "get-started/importing-your-projects-to-github", "path_count": 1341} -{"path_article": "admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise", "path_count": 1335} -{"path_article": "admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise", "path_count": 1331} -{"path_article": "code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot", "path_count": 1330} -{"path_article": "communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization", "path_count": 1329} -{"path_article": "developers/apps/getting-started-with-apps", "path_count": 1328} -{"path_article": "actions/publishing-packages/publishing-java-packages-with-gradle", "path_count": 1328} -{"path_article": "repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github", "path_count": 1327} -{"path_article": "admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise", "path_count": 1325} -{"path_article": "rest/webhooks/repo-config", "path_count": 1321} -{"path_article": "organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators", "path_count": 1317} -{"path_article": "authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys", "path_count": 1314} -{"path_article": "codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces", "path_count": 1313} -{"path_article": "organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization", "path_count": 1311} -{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests", "path_count": 1309} -{"path_article": "early-access/github/migrating-with-github-enterprise-importer", "path_count": 1309} -{"path_article": "developers/webhooks-and-events/events/issue-event-types", "path_count": 1294} -{"path_article": "authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications", "path_count": 1290} -{"path_article": "get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names", "path_count": 1286} -{"path_article": "actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers", "path_count": 1281} -{"path_article": "organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization", "path_count": 1280} -{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review", "path_count": 1280} -{"path_article": "codespaces/developing-in-codespaces/developing-in-a-codespace", "path_count": 1280} -{"path_article": "rest/codes-of-conduct", "path_count": 1278} -{"path_article": "billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise", "path_count": 1276} -{"path_article": "admin/user-management/managing-users-in-your-enterprise/managing-dormant-users", "path_count": 1263} -{"path_article": "code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github", "path_count": 1260} -{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop", "path_count": 1253} -{"path_article": "billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process", "path_count": 1242} -{"path_article": "authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user", "path_count": 1238} -{"path_article": "site-policy/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users", "path_count": 1235} -{"path_article": "communities/setting-up-your-project-for-healthy-contributions", "path_count": 1229} -{"path_article": "code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts", "path_count": 1229} -{"path_article": "admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise", "path_count": 1228} -{"path_article": "billing/managing-your-github-billing-settings/adding-information-to-your-receipts", "path_count": 1226} -{"path_article": "rest/emojis", "path_count": 1225} -{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github", "path_count": 1221} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow", "path_count": 1220} -{"path_article": "desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems", "path_count": 1219} -{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits", "path_count": 1214} -{"path_article": "get-started/getting-started-with-git", "path_count": 1213} -{"path_article": "get-started/onboarding/getting-started-with-github-enterprise-server", "path_count": 1207} -{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise", "path_count": 1199} -{"path_article": "admin/guides", "path_count": 1196} -{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api", "path_count": 1196} -{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository", "path_count": 1189} -{"path_article": "code-security/secret-scanning/protecting-pushes-with-secret-scanning", "path_count": 1187} -{"path_article": "admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws", "path_count": 1185} -{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request", "path_count": 1183} -{"path_article": "admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users", "path_count": 1181} -{"path_article": "developers/apps/managing-github-apps/making-a-github-app-public-or-private", "path_count": 1177} -{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop", "path_count": 1177} -{"path_article": "graphql/guides", "path_count": 1171} -{"path_article": "search-github/searching-on-github/searching-for-packages", "path_count": 1165} -{"path_article": "education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom", "path_count": 1162} -{"path_article": "get-started/onboarding/getting-started-with-github-team", "path_count": 1158} -{"path_article": "admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance", "path_count": 1152} -{"path_article": "developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors", "path_count": 1151} -{"path_article": "get-started/privacy-on-github/about-githubs-use-of-your-data", "path_count": 1150} -{"path_article": "rest/users/emails", "path_count": 1148} -{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile", "path_count": 1145} -{"path_article": "graphql/reference/unions", "path_count": 1143} -{"path_article": "rest/checks/suites", "path_count": 1143} -{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors", "path_count": 1139} -{"path_article": "organizations/organizing-members-into-teams/removing-organization-members-from-a-team", "path_count": 1134} -{"path_article": "rest/apps/oauth-applications", "path_count": 1134} -{"path_article": "admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users", "path_count": 1130} -{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards", "path_count": 1127} -{"path_article": "organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization", "path_count": 1124} -{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request", "path_count": 1123} -{"path_article": "actions/automating-builds-and-tests/building-and-testing-go", "path_count": 1121} -{"path_article": "organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities", "path_count": 1119} -{"path_article": "billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts", "path_count": 1117} -{"path_article": "billing/managing-your-github-billing-settings/unlocking-a-locked-account", "path_count": 1114} -{"path_article": "codespaces/troubleshooting", "path_count": 1114} -{"path_article": "rest/secret-scanning", "path_count": 1111} -{"path_article": "site-policy/github-terms/github-marketplace-developer-agreement", "path_count": 1110} -{"path_article": "admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise", "path_count": 1108} -{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization", "path_count": 1103} -{"path_article": "actions/using-github-hosted-runners/connecting-to-a-private-network", "path_count": 1102} -{"path_article": "support/learning-about-github-support/about-github-premium-support", "path_count": 1102} -{"path_article": "code-security/code-scanning", "path_count": 1099} +{"path_article": "index", "path_count": 810026} +{"path_article": "authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent", "path_count": 677558} +{"path_article": "authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token", "path_count": 411385} +{"path_article": "authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account", "path_count": 398012} +{"path_article": "authentication/connecting-to-github-with-ssh", "path_count": 396173} +{"path_article": "get-started/getting-started-with-git/about-remote-repositories", "path_count": 382364} +{"path_article": "pages", "path_count": 381027} +{"path_article": "site-policy/privacy-policies/github-privacy-statement", "path_count": 332001} +{"path_article": "site-policy/github-terms/github-terms-of-service", "path_count": 318878} +{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax", "path_count": 283019} +{"path_article": "actions/using-workflows/workflow-syntax-for-github-actions", "path_count": 240893} +{"path_article": "issues/planning-and-tracking-with-projects", "path_count": 220125} +{"path_article": "authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys", "path_count": 210259} +{"path_article": "actions", "path_count": 196873} +{"path_article": "codespaces", "path_count": 175491} +{"path_article": "rest", "path_count": 171583} +{"path_article": "get-started/quickstart/set-up-git", "path_count": 168945} +{"path_article": "repositories/creating-and-managing-repositories/cloning-a-repository", "path_count": 153754} +{"path_article": "get-started/getting-started-with-git/managing-remote-repositories", "path_count": 141225} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github", "path_count": 140473} +{"path_article": "actions/using-workflows/events-that-trigger-workflows", "path_count": 130538} +{"path_article": "get-started/getting-started-with-git/setting-your-username-in-git", "path_count": 121592} +{"path_article": "get-started/quickstart/hello-world", "path_count": 117274} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests", "path_count": 111725} +{"path_article": "authentication/troubleshooting-ssh/error-permission-denied-publickey", "path_count": 110159} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address", "path_count": 96157} +{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site", "path_count": 95853} +{"path_article": "authentication", "path_count": 93589} +{"path_article": "copilot", "path_count": 92659} +{"path_article": "authentication/connecting-to-github-with-ssh/testing-your-ssh-connection", "path_count": 90176} +{"path_article": "actions/learn-github-actions/environment-variables", "path_count": 87569} +{"path_article": "pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site", "path_count": 87289} +{"path_article": "get-started/learning-about-github/githubs-products", "path_count": 86382} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication", "path_count": 80882} +{"path_article": "authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases", "path_count": 78834} +{"path_article": "get-started/learning-about-github/types-of-github-accounts", "path_count": 78423} +{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line", "path_count": 75829} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll", "path_count": 75136} +{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message", "path_count": 74370} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address", "path_count": 74187} +{"path_article": "get-started/quickstart/fork-a-repo", "path_count": 72592} +{"path_article": "get-started/quickstart/create-a-repo", "path_count": 67694} +{"path_article": "actions/learn-github-actions/understanding-github-actions", "path_count": 65421} +{"path_article": "actions/learn-github-actions/contexts", "path_count": 64575} +{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code", "path_count": 63126} +{"path_article": "repositories/working-with-files/managing-files/adding-a-file-to-a-repository", "path_count": 62930} +{"path_article": "authentication/connecting-to-github-with-ssh/about-ssh", "path_count": 60476} +{"path_article": "account-and-profile", "path_count": 58888} +{"path_article": "get-started/getting-started-with-git/caching-your-github-credentials-in-git", "path_count": 58838} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop", "path_count": 58447} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews", "path_count": 57411} +{"path_article": "get-started", "path_count": 56218} +{"path_article": "get-started/quickstart", "path_count": 56186} +{"path_article": "authentication/keeping-your-account-and-data-secure/about-authentication-to-github", "path_count": 55830} +{"path_article": "get-started/learning-about-github/access-permissions-on-github", "path_count": 55636} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request", "path_count": 54643} +{"path_article": "get-started/using-git/pushing-commits-to-a-remote-repository", "path_count": 53220} +{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site", "path_count": 52632} +{"path_article": "actions/security-guides/encrypted-secrets", "path_count": 52204} +{"path_article": "rest/repos", "path_count": 52074} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository", "path_count": 52032} +{"path_article": "authentication/managing-commit-signature-verification/generating-a-new-gpg-key", "path_count": 51535} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile", "path_count": 51108} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository", "path_count": 50736} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username", "path_count": 50648} +{"path_article": "developers/overview/managing-deploy-keys", "path_count": 50573} +{"path_article": "get-started/signing-up-for-github/verifying-your-email-address", "path_count": 49600} +{"path_article": "packages", "path_count": 49580} +{"path_article": "codespaces/the-githubdev-web-based-editor", "path_count": 49283} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository", "path_count": 47356} +{"path_article": "actions/learn-github-actions/expressions", "path_count": 47098} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility", "path_count": 47019} +{"path_article": "get-started/getting-started-with-git/ignoring-files", "path_count": 46823} +{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages", "path_count": 46245} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks", "path_count": 46089} +{"path_article": "actions/using-workflows/workflow-commands-for-github-actions", "path_count": 45866} +{"path_article": "get-started/quickstart/github-flow", "path_count": 45851} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-container-registry", "path_count": 45361} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-npm-registry", "path_count": 45210} +{"path_article": "repositories/creating-and-managing-repositories/deleting-a-repository", "path_count": 44588} +{"path_article": "pages/getting-started-with-github-pages", "path_count": 43968} +{"path_article": "actions/hosting-your-own-runners/about-self-hosted-runners", "path_count": 43837} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile", "path_count": 43743} +{"path_article": "developers/webhooks-and-events/webhooks/webhook-events-and-payloads", "path_count": 43724} +{"path_article": "actions/using-workflows/reusing-workflows", "path_count": 43503} +{"path_article": "search-github/searching-on-github/searching-issues-and-pull-requests", "path_count": 42761} +{"path_article": "rest/guides/getting-started-with-the-rest-api", "path_count": 42751} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile", "path_count": 42596} +{"path_article": "pages/getting-started-with-github-pages/about-github-pages", "path_count": 42543} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes", "path_count": 42457} +{"path_article": "pages/getting-started-with-github-pages/creating-a-github-pages-site", "path_count": 42434} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches", "path_count": 41944} +{"path_article": "actions/security-guides/automatic-token-authentication", "path_count": 40524} +{"path_article": "authentication/managing-commit-signature-verification", "path_count": 40316} +{"path_article": "organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions", "path_count": 40070} +{"path_article": "actions/using-github-hosted-runners/about-github-hosted-runners", "path_count": 38690} +{"path_article": "rest/repos/repos", "path_count": 36827} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials", "path_count": 36780} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners", "path_count": 36569} +{"path_article": "rest/commits/statuses", "path_count": 36507} +{"path_article": "pages/quickstart", "path_count": 36239} +{"path_article": "actions/learn-github-actions", "path_count": 36000} +{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student", "path_count": 35475} +{"path_article": "authentication/managing-commit-signature-verification/about-commit-signature-verification", "path_count": 33460} +{"path_article": "developers/apps/building-oauth-apps/authorizing-oauth-apps", "path_count": 33049} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-docker-registry", "path_count": 32674} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule", "path_count": 32488} +{"path_article": "rest/actions/cache", "path_count": 32043} +{"path_article": "authentication/managing-commit-signature-verification/telling-git-about-your-signing-key", "path_count": 31927} +{"path_article": "desktop", "path_count": 31826} +{"path_article": "graphql", "path_count": 31659} +{"path_article": "repositories/releasing-projects-on-github/managing-releases-in-a-repository", "path_count": 31514} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme", "path_count": 31190} +{"path_article": "authentication/managing-commit-signature-verification/signing-commits", "path_count": 31134} +{"path_article": "rest/overview/resources-in-the-rest-api", "path_count": 31007} +{"path_article": "issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue", "path_count": 30660} +{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github", "path_count": 30638} +{"path_article": "rest/overview/other-authentication-methods", "path_count": 30592} +{"path_article": "actions/quickstart", "path_count": 30569} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication", "path_count": 30267} +{"path_article": "repositories/working-with-files/managing-large-files", "path_count": 29799} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit", "path_count": 29701} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods", "path_count": 29691} +{"path_article": "get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain", "path_count": 29588} +{"path_article": null, "path_count": 29577} +{"path_article": "authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on", "path_count": 29327} +{"path_article": "authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository", "path_count": 29238} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch", "path_count": 29149} +{"path_article": "get-started/getting-started-with-git/why-is-git-always-asking-for-my-password", "path_count": 28929} +{"path_article": "code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates", "path_count": 28574} +{"path_article": "authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on", "path_count": 28447} +{"path_article": "repositories/releasing-projects-on-github/about-releases", "path_count": 28344} +{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github", "path_count": 28183} +{"path_article": "actions/managing-workflow-runs/manually-running-a-workflow", "path_count": 28122} +{"path_article": "billing/managing-billing-for-github-actions/about-billing-for-github-actions", "path_count": 27809} +{"path_article": "graphql/overview/explorer", "path_count": 27618} +{"path_article": "repositories/creating-and-managing-repositories/duplicating-a-repository", "path_count": 27186} +{"path_article": "code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file", "path_count": 27128} +{"path_article": "developers/webhooks-and-events/webhooks/about-webhooks", "path_count": 27119} +{"path_article": "actions/deployment/targeting-different-environments/using-environments-for-deployment", "path_count": 27064} +{"path_article": "authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account", "path_count": 26650} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch", "path_count": 26592} +{"path_article": "get-started/getting-started-with-git/configuring-git-to-handle-line-endings", "path_count": 26579} +{"path_article": "graphql/reference/objects", "path_count": 26086} +{"path_article": "actions/using-workflows/triggering-a-workflow", "path_count": 26030} +{"path_article": "authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on", "path_count": 25516} +{"path_article": "authentication/authenticating-with-saml-single-sign-on", "path_count": 25083} +{"path_article": "repositories/creating-and-managing-repositories/troubleshooting-cloning-errors", "path_count": 24707} +{"path_article": "repositories/creating-and-managing-repositories/transferring-a-repository", "path_count": 24404} +{"path_article": "admin/release-notes", "path_count": 24246} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables", "path_count": 24170} +{"path_article": "authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits", "path_count": 24102} +{"path_article": "get-started/using-git/about-git", "path_count": 24068} +{"path_article": "authentication/keeping-your-account-and-data-secure/creating-a-strong-password", "path_count": 24066} +{"path_article": "get-started/signing-up-for-github/signing-up-for-a-new-github-account", "path_count": 23958} +{"path_article": "site-policy", "path_count": 23873} +{"path_article": "repositories", "path_count": 23398} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork", "path_count": 23353} +{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages", "path_count": 22942} +{"path_article": "developers/apps/building-oauth-apps/scopes-for-oauth-apps", "path_count": 22695} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization", "path_count": 22584} +{"path_article": "actions/using-workflows/about-workflows", "path_count": 22483} +{"path_article": "pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits", "path_count": 22256} +{"path_article": "get-started/using-git/getting-changes-from-a-remote-repository", "path_count": 22242} +{"path_article": "actions/creating-actions/metadata-syntax-for-github-actions", "path_count": 22123} +{"path_article": "get-started/learning-about-github/about-versions-of-github-docs", "path_count": 21869} +{"path_article": "get-started/quickstart/github-glossary", "path_count": 21837} +{"path_article": "repositories/creating-and-managing-repositories/creating-a-new-repository", "path_count": 21799} +{"path_article": "issues/planning-and-tracking-with-projects/learning-about-projects/about-projects", "path_count": 21791} +{"path_article": "actions/using-workflows/storing-workflow-data-as-artifacts", "path_count": 21351} +{"path_article": "repositories/working-with-files/managing-large-files/about-large-files-on-github", "path_count": 21273} +{"path_article": "get-started/using-github/troubleshooting-connectivity-problems", "path_count": 21167} +{"path_article": "rest/search", "path_count": 21146} +{"path_article": "actions/creating-actions/creating-a-docker-container-action", "path_count": 21120} +{"path_article": "repositories/working-with-files/managing-files/deleting-files-in-a-repository", "path_count": 21070} +{"path_article": "actions/using-workflows/caching-dependencies-to-speed-up-workflows", "path_count": 20830} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop", "path_count": 20724} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository", "path_count": 20434} +{"path_article": "github-cli/github-cli/about-github-cli", "path_count": 20307} +{"path_article": "billing/managing-billing-for-github-copilot/about-billing-for-github-copilot", "path_count": 20266} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository", "path_count": 20240} +{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide", "path_count": 19915} +{"path_article": "actions/using-jobs/using-conditions-to-control-job-execution", "path_count": 19540} +{"path_article": "packages/learn-github-packages/introduction-to-github-packages", "path_count": 19181} +{"path_article": "actions/using-jobs/using-a-matrix-for-your-jobs", "path_count": 19146} +{"path_article": "codespaces/getting-started/quickstart", "path_count": 18943} +{"path_article": "repositories/creating-and-managing-repositories/about-repositories", "path_count": 18703} +{"path_article": "authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints", "path_count": 18468} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request", "path_count": 18361} +{"path_article": "billing/managing-your-github-billing-settings/setting-your-billing-email", "path_count": 18335} +{"path_article": "actions/using-jobs/using-jobs-in-a-workflow", "path_count": 18304} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account", "path_count": 18299} +{"path_article": "issues/planning-and-tracking-with-projects/learning-about-projects", "path_count": 18173} +{"path_article": "actions/using-workflows", "path_count": 18117} +{"path_article": "developers", "path_count": 17782} +{"path_article": "actions/hosting-your-own-runners/adding-self-hosted-runners", "path_count": 17373} +{"path_article": "get-started/learning-about-github/about-github-advanced-security", "path_count": 17275} +{"path_article": "pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site", "path_count": 16900} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account", "path_count": 16854} +{"path_article": "rest/pulls/pulls", "path_count": 16780} +{"path_article": "rest/quickstart", "path_count": 16623} +{"path_article": "pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages", "path_count": 16600} +{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization", "path_count": 16570} +{"path_article": "authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys", "path_count": 16557} +{"path_article": "rest/actions", "path_count": 16549} +{"path_article": "authentication/keeping-your-account-and-data-secure/sudo-mode", "path_count": 16513} +{"path_article": "repositories/working-with-files/managing-large-files/installing-git-large-file-storage", "path_count": 16421} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls", "path_count": 16215} +{"path_article": "authentication/troubleshooting-ssh/using-ssh-over-the-https-port", "path_count": 16101} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews", "path_count": 16098} +{"path_article": "rest/users/users", "path_count": 16096} +{"path_article": "authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps", "path_count": 16018} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll", "path_count": 15893} +{"path_article": "rest/users", "path_count": 15880} +{"path_article": "billing", "path_count": 15847} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request", "path_count": 15797} +{"path_article": "actions/creating-actions/creating-a-composite-action", "path_count": 15752} +{"path_article": "get-started/onboarding/getting-started-with-your-github-account", "path_count": 15517} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile", "path_count": 15433} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications", "path_count": 15418} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches", "path_count": 15406} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication", "path_count": 15196} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally", "path_count": 15018} +{"path_article": "rest/pulls", "path_count": 15002} +{"path_article": "actions/examples/using-scripts-to-test-your-code-on-a-runner", "path_count": 14909} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository", "path_count": 14828} +{"path_article": "actions/learn-github-actions/usage-limits-billing-and-administration", "path_count": 14817} +{"path_article": "developers/apps/building-github-apps/authenticating-with-github-apps", "path_count": 14768} +{"path_article": "codespaces/developing-in-codespaces/creating-a-codespace", "path_count": 14640} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository", "path_count": 14576} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork", "path_count": 14504} +{"path_article": "repositories/creating-and-managing-repositories/renaming-a-repository", "path_count": 14495} +{"path_article": "organizations", "path_count": 14477} +{"path_article": "repositories/working-with-files/managing-large-files/configuring-git-large-file-storage", "path_count": 14423} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests", "path_count": 14305} +{"path_article": "get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists", "path_count": 14235} +{"path_article": "actions/learn-github-actions/finding-and-customizing-actions", "path_count": 14217} +{"path_article": "actions/deployment/about-deployments/deploying-with-github-actions", "path_count": 14204} +{"path_article": "communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository", "path_count": 14177} +{"path_article": "actions/automating-builds-and-tests/about-continuous-integration", "path_count": 14158} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry", "path_count": 14123} +{"path_article": "organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization", "path_count": 14108} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-nuget-registry", "path_count": 14049} +{"path_article": "actions/learn-github-actions/essential-features-of-github-actions", "path_count": 13962} +{"path_article": "get-started/using-git/dealing-with-non-fast-forward-errors", "path_count": 13940} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll", "path_count": 13738} +{"path_article": "repositories/creating-and-managing-repositories/creating-a-repository-from-a-template", "path_count": 13698} +{"path_article": "issues/tracking-your-work-with-issues/about-issues", "path_count": 13665} +{"path_article": "get-started/using-github/github-mobile", "path_count": 13547} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging", "path_count": 13497} +{"path_article": "developers/webhooks-and-events/webhooks/creating-webhooks", "path_count": 13433} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request", "path_count": 13406} +{"path_article": "admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users", "path_count": 13376} +{"path_article": "organizations/collaborating-with-groups-in-organizations/about-organizations", "path_count": 13305} +{"path_article": "get-started/using-git/resolving-merge-conflicts-after-a-git-rebase", "path_count": 13303} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository", "path_count": 13261} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll", "path_count": 13218} +{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors", "path_count": 13158} +{"path_article": "site-policy/github-terms/github-community-guidelines", "path_count": 13138} +{"path_article": "rest/commits/commits", "path_count": 13033} +{"path_article": "authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials", "path_count": 12984} +{"path_article": "actions/creating-actions/about-custom-actions", "path_count": 12912} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile", "path_count": 12871} +{"path_article": "graphql/overview/resource-limitations", "path_count": 12816} +{"path_article": "developers/overview/github-developer-program", "path_count": 12796} +{"path_article": "communities/documenting-your-project-with-wikis/about-wikis", "path_count": 12688} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line", "path_count": 12538} +{"path_article": "rest/repos/contents", "path_count": 12466} +{"path_article": "issues/tracking-your-work-with-issues/about-task-lists", "path_count": 12448} +{"path_article": "pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks", "path_count": 12412} +{"path_article": "rest/releases/releases", "path_count": 12360} +{"path_article": "pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https", "path_count": 12345} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request", "path_count": 12340} +{"path_article": "desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop", "path_count": 12319} +{"path_article": "developers/apps/getting-started-with-apps/about-apps", "path_count": 12276} +{"path_article": "repositories/working-with-files/managing-files/renaming-a-file", "path_count": 12230} +{"path_article": "get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github", "path_count": 12176} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review", "path_count": 12143} +{"path_article": "repositories/working-with-files/managing-large-files/about-git-large-file-storage", "path_count": 12139} +{"path_article": "issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests", "path_count": 12084} +{"path_article": "copilot/overview-of-github-copilot/about-github-copilot", "path_count": 12038} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request", "path_count": 12021} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams", "path_count": 11995} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request", "path_count": 11943} +{"path_article": "actions/publishing-packages/publishing-docker-images", "path_count": 11863} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit", "path_count": 11855} +{"path_article": "issues/tracking-your-work-with-issues/creating-an-issue", "path_count": 11798} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning", "path_count": 11788} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges", "path_count": 11779} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email", "path_count": 11773} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github", "path_count": 11650} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch", "path_count": 11624} +{"path_article": "issues/using-labels-and-milestones-to-track-work/managing-labels", "path_count": 11617} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request", "path_count": 11518} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches", "path_count": 11511} +{"path_article": "repositories/working-with-files/managing-files/moving-a-file-to-a-new-location", "path_count": 11508} +{"path_article": "codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization", "path_count": 11470} +{"path_article": "discussions/quickstart", "path_count": 11355} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/merging-multiple-personal-accounts", "path_count": 11319} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics", "path_count": 11285} +{"path_article": "authentication/keeping-your-account-and-data-secure/authorizing-github-apps", "path_count": 11205} +{"path_article": "developers/overview/using-ssh-agent-forwarding", "path_count": 11198} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork", "path_count": 11167} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history", "path_count": 11026} +{"path_article": "get-started/using-github/keyboard-shortcuts", "path_count": 10999} +{"path_article": "get-started/quickstart/contributing-to-projects", "path_count": 10945} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github", "path_count": 10916} +{"path_article": "actions/using-jobs/defining-outputs-for-jobs", "path_count": 10905} +{"path_article": "organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch", "path_count": 10850} +{"path_article": "get-started/quickstart/git-and-github-learning-resources", "path_count": 10845} +{"path_article": "billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription", "path_count": 10818} +{"path_article": "developers/apps/building-github-apps/creating-a-github-app", "path_count": 10810} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile", "path_count": 10776} +{"path_article": "codespaces/overview", "path_count": 10756} +{"path_article": "repositories/creating-and-managing-repositories/creating-a-template-repository", "path_count": 10715} +{"path_article": "codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers", "path_count": 10691} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge", "path_count": 10672} +{"path_article": "authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses", "path_count": 10666} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll", "path_count": 10652} +{"path_article": "graphql/guides/forming-calls-with-graphql", "path_count": 10616} +{"path_article": "actions/creating-actions", "path_count": 10591} +{"path_article": "rest/overview/permissions-required-for-github-apps", "path_count": 10571} +{"path_article": "get-started/writing-on-github", "path_count": 10537} +{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio", "path_count": 10519} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags", "path_count": 10438} +{"path_article": "code-security", "path_count": 10420} +{"path_article": "organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team", "path_count": 10418} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request", "path_count": 10397} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll", "path_count": 10361} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-nodejs", "path_count": 10346} +{"path_article": "pull-requests", "path_count": 10216} +{"path_article": "actions/hosting-your-own-runners", "path_count": 10109} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github", "path_count": 10089} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-python", "path_count": 10075} +{"path_article": "actions/using-jobs/running-jobs-in-a-container", "path_count": 10070} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop", "path_count": 10042} +{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards", "path_count": 10032} +{"path_article": "packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions", "path_count": 9937} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer", "path_count": 9934} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet", "path_count": 9886} +{"path_article": "issues", "path_count": 9850} +{"path_article": "authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase", "path_count": 9849} +{"path_article": "actions/security-guides/security-hardening-for-github-actions", "path_count": 9738} +{"path_article": "rest/issues", "path_count": 9705} +{"path_article": "repositories/creating-and-managing-repositories/restoring-a-deleted-repository", "path_count": 9660} +{"path_article": "repositories/releasing-projects-on-github/automatically-generated-release-notes", "path_count": 9639} +{"path_article": "actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service", "path_count": 9508} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop", "path_count": 9485} +{"path_article": "actions/examples", "path_count": 9480} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request", "path_count": 9386} +{"path_article": "rest/checks", "path_count": 9367} +{"path_article": "repositories/working-with-files/using-files/working-with-non-code-files", "path_count": 9334} +{"path_article": "rest/issues/issues", "path_count": 9321} +{"path_article": "packages/learn-github-packages/about-permissions-for-github-packages", "path_count": 9318} +{"path_article": "developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps", "path_count": 9313} +{"path_article": "site-policy/acceptable-use-policies/github-acceptable-use-policies", "path_count": 9285} +{"path_article": "actions/using-jobs/using-concurrency", "path_count": 9244} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported", "path_count": 9174} +{"path_article": "repositories/working-with-files/managing-files/creating-new-files", "path_count": 9091} +{"path_article": "billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces", "path_count": 9087} +{"path_article": "rest/orgs", "path_count": 9037} +{"path_article": "admin", "path_count": 9032} +{"path_article": "graphql/reference/queries", "path_count": 9012} +{"path_article": "rest/overview/libraries", "path_count": 9000} +{"path_article": "communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages", "path_count": 8915} +{"path_article": "site-policy/content-removal-policies/dmca-takedown-policy", "path_count": 8783} +{"path_article": "rest/guides/basics-of-authentication", "path_count": 8734} +{"path_article": "developers/apps/managing-github-apps/installing-github-apps", "path_count": 8682} +{"path_article": "actions/creating-actions/creating-a-javascript-action", "path_count": 8636} +{"path_article": "actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect", "path_count": 8625} +{"path_article": "issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects", "path_count": 8553} +{"path_article": "pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user", "path_count": 8526} +{"path_article": "search-github/getting-started-with-searching-on-github/understanding-the-search-syntax", "path_count": 8472} +{"path_article": "rest/actions/secrets", "path_count": 8421} +{"path_article": "repositories/working-with-files/managing-files/editing-files", "path_count": 8414} +{"path_article": "packages/quickstart", "path_count": 8310} +{"path_article": "actions/managing-workflow-runs/approving-workflow-runs-from-public-forks", "path_count": 8280} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates", "path_count": 8257} +{"path_article": "developers/apps/building-oauth-apps/creating-an-oauth-app", "path_count": 8249} +{"path_article": "search-github/searching-on-github/searching-code", "path_count": 8118} +{"path_article": "site-policy/content-removal-policies/github-private-information-removal-policy", "path_count": 8038} +{"path_article": "authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key", "path_count": 8005} +{"path_article": "code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates", "path_count": 7995} +{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization", "path_count": 7994} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits", "path_count": 7975} +{"path_article": "organizations/organizing-members-into-teams/about-teams", "path_count": 7964} +{"path_article": "github-cli", "path_count": 7949} +{"path_article": "actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow", "path_count": 7942} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile", "path_count": 7922} +{"path_article": "pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site", "path_count": 7919} +{"path_article": "issues/planning-and-tracking-with-projects/creating-projects/creating-a-project", "path_count": 7918} +{"path_article": "actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services", "path_count": 7916} +{"path_article": "actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners", "path_count": 7908} +{"path_article": "rest/checks/runs", "path_count": 7854} +{"path_article": "code-security/dependabot/dependabot-alerts/about-dependabot-alerts", "path_count": 7814} +{"path_article": "copilot/quickstart", "path_count": 7771} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request", "path_count": 7695} +{"path_article": "actions/using-workflows/creating-starter-workflows-for-your-organization", "path_count": 7649} +{"path_article": "desktop/installing-and-configuring-github-desktop", "path_count": 7624} +{"path_article": "packages/learn-github-packages/configuring-a-packages-access-control-and-visibility", "path_count": 7588} +{"path_article": "site-policy/github-terms/github-terms-for-additional-products-and-features", "path_count": 7587} +{"path_article": "admin/all-releases", "path_count": 7544} +{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph", "path_count": 7522} +{"path_article": "rest/overview/endpoints-available-for-github-apps", "path_count": 7500} +{"path_article": "rest/actions/artifacts", "path_count": 7489} +{"path_article": "developers/webhooks-and-events/events/github-event-types", "path_count": 7463} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions", "path_count": 7445} +{"path_article": "organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization", "path_count": 7396} +{"path_article": "actions/using-jobs/assigning-permissions-to-jobs", "path_count": 7379} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks", "path_count": 7371} +{"path_article": "pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views", "path_count": 7346} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/attaching-files", "path_count": 7332} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches", "path_count": 7307} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository", "path_count": 7265} +{"path_article": "get-started/quickstart/git-cheatsheet", "path_count": 7221} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization", "path_count": 7217} +{"path_article": "discussions", "path_count": 7171} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests", "path_count": 7142} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github", "path_count": 7110} +{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization", "path_count": 7054} +{"path_article": "billing/managing-billing-for-your-github-account/about-per-user-pricing", "path_count": 7021} +{"path_article": "get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud", "path_count": 6985} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project", "path_count": 6976} +{"path_article": "actions/using-github-hosted-runners/using-larger-runners", "path_count": 6971} +{"path_article": "actions/publishing-packages/publishing-nodejs-packages", "path_count": 6913} +{"path_article": "communities/maintaining-your-safety-on-github/reporting-abuse-or-spam", "path_count": 6876} +{"path_article": "rest/branches/branches", "path_count": 6776} +{"path_article": "get-started/quickstart/be-social", "path_count": 6749} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository", "path_count": 6684} +{"path_article": "code-security/secret-scanning/about-secret-scanning", "path_count": 6673} +{"path_article": "actions/using-containerized-services/about-service-containers", "path_count": 6636} +{"path_article": "search-github/getting-started-with-searching-on-github/about-searching-on-github", "path_count": 6609} +{"path_article": "repositories/working-with-files/using-files/viewing-a-file", "path_count": 6572} +{"path_article": "authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation", "path_count": 6557} +{"path_article": "get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github", "path_count": 6550} +{"path_article": "code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates", "path_count": 6516} +{"path_article": "pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue", "path_count": 6510} +{"path_article": "communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors", "path_count": 6486} +{"path_article": "admin/overview/about-enterprise-accounts", "path_count": 6485} +{"path_article": "repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags", "path_count": 6393} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings", "path_count": 6391} +{"path_article": "graphql/guides/introduction-to-graphql", "path_count": 6385} +{"path_article": "get-started/using-git/about-git-rebase", "path_count": 6369} +{"path_article": "organizations/managing-organization-settings/restricting-repository-creation-in-your-organization", "path_count": 6323} +{"path_article": "get-started/getting-started-with-git/associating-text-editors-with-git", "path_count": 6311} +{"path_article": "actions/managing-workflow-runs/reviewing-deployments", "path_count": 6305} +{"path_article": "actions/managing-workflow-runs/re-running-workflows-and-jobs", "path_count": 6293} +{"path_article": "rest/rate-limit", "path_count": 6285} +{"path_article": "repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage", "path_count": 6274} +{"path_article": "developers/webhooks-and-events/webhooks/securing-your-webhooks", "path_count": 6255} +{"path_article": "rest/actions/workflow-runs", "path_count": 6202} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests", "path_count": 6198} +{"path_article": "rest/orgs/orgs", "path_count": 6187} +{"path_article": "actions/managing-workflow-runs/disabling-and-enabling-a-workflow", "path_count": 6180} +{"path_article": "repositories/working-with-files/using-files/navigating-code-on-github", "path_count": 6170} +{"path_article": "actions/managing-workflow-runs/downloading-workflow-artifacts", "path_count": 6159} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions", "path_count": 6156} +{"path_article": "search-github/searching-on-github/searching-for-repositories", "path_count": 6156} +{"path_article": "actions/creating-actions/setting-exit-codes-for-actions", "path_count": 6118} +{"path_article": "authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo", "path_count": 6111} +{"path_article": "rest/apps", "path_count": 6066} +{"path_article": "get-started/using-git/splitting-a-subfolder-out-into-a-new-repository", "path_count": 6059} +{"path_article": "authentication/troubleshooting-ssh", "path_count": 6057} +{"path_article": "graphql/reference/mutations", "path_count": 6026} +{"path_article": "actions/using-jobs/choosing-the-runner-for-a-job", "path_count": 6015} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions", "path_count": 5975} +{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys", "path_count": 5927} +{"path_article": "actions/using-workflows/using-starter-workflows", "path_count": 5891} +{"path_article": "site-policy/content-removal-policies/submitting-content-removal-requests", "path_count": 5880} +{"path_article": "issues/using-labels-and-milestones-to-track-work/about-milestones", "path_count": 5877} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks", "path_count": 5868} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository", "path_count": 5835} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning", "path_count": 5822} +{"path_article": "pages/getting-started-with-github-pages/unpublishing-a-github-pages-site", "path_count": 5807} +{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education", "path_count": 5790} +{"path_article": "developers/apps", "path_count": 5751} +{"path_article": "get-started/using-git/using-git-rebase-on-the-command-line", "path_count": 5741} +{"path_article": "repositories/archiving-a-github-repository/archiving-repositories", "path_count": 5730} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa", "path_count": 5724} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications", "path_count": 5721} +{"path_article": "desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop", "path_count": 5717} +{"path_article": "pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models", "path_count": 5694} +{"path_article": "search-github", "path_count": 5683} +{"path_article": "organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile", "path_count": 5662} +{"path_article": "github-cli/github-cli/quickstart", "path_count": 5661} +{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts", "path_count": 5614} +{"path_article": "organizations/organizing-members-into-teams", "path_count": 5603} +{"path_article": "rest/commits", "path_count": 5525} +{"path_article": "actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners", "path_count": 5511} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs", "path_count": 5488} +{"path_article": "rest/releases", "path_count": 5474} +{"path_article": "communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account", "path_count": 5457} +{"path_article": "actions/managing-workflow-runs/skipping-workflow-runs", "path_count": 5453} +{"path_article": "packages/learn-github-packages/connecting-a-repository-to-a-package", "path_count": 5453} +{"path_article": "developers/apps/building-github-apps/rate-limits-for-github-apps", "path_count": 5448} +{"path_article": "rest/webhooks", "path_count": 5443} +{"path_article": "site-policy/github-terms/github-corporate-terms-of-service", "path_count": 5427} +{"path_article": "rest/teams/teams", "path_count": 5406} +{"path_article": "actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service", "path_count": 5370} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections", "path_count": 5313} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-java-with-maven", "path_count": 5256} +{"path_article": "site-policy/privacy-policies/global-privacy-practices", "path_count": 5253} +{"path_article": "rest/deployments/deployments", "path_count": 5252} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop", "path_count": 5241} +{"path_article": "get-started/exploring-projects-on-github/saving-repositories-with-stars", "path_count": 5225} +{"path_article": "rest/meta", "path_count": 5217} +{"path_article": "issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects", "path_count": 5214} +{"path_article": "actions/automating-builds-and-tests", "path_count": 5214} +{"path_article": "rest/guides/getting-started-with-the-checks-api", "path_count": 5194} +{"path_article": "rest/git", "path_count": 5175} +{"path_article": "education", "path_count": 5167} +{"path_article": "billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security", "path_count": 5165} +{"path_article": "copilot/getting-started-with-github-copilot", "path_count": 5158} +{"path_article": "organizations/organizing-members-into-teams/creating-a-team", "path_count": 5156} +{"path_article": "actions/using-jobs/using-environments-for-jobs", "path_count": 5118} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository", "path_count": 5111} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-an-overview-of-your-activity-on-your-profile", "path_count": 5105} +{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization", "path_count": 5105} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories", "path_count": 5104} +{"path_article": "rest/actions/workflows", "path_count": 5102} +{"path_article": "repositories/working-with-files/using-files/getting-permanent-links-to-files", "path_count": 5102} +{"path_article": "billing/managing-billing-for-your-github-account/downgrading-your-github-subscription", "path_count": 5097} +{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code", "path_count": 5056} +{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board", "path_count": 5032} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting", "path_count": 5020} +{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board", "path_count": 4940} +{"path_article": "codespaces/getting-started/deep-dive", "path_count": 4893} +{"path_article": "actions/examples/using-the-github-cli-on-a-runner", "path_count": 4889} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review", "path_count": 4882} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue", "path_count": 4878} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks", "path_count": 4874} +{"path_article": "rest/metrics/statistics", "path_count": 4873} +{"path_article": "repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github", "path_count": 4859} +{"path_article": "rest/activity/events", "path_count": 4812} +{"path_article": "actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization", "path_count": 4768} +{"path_article": "developers/overview/about-githubs-apis", "path_count": 4736} +{"path_article": "actions/using-containerized-services/creating-postgresql-service-containers", "path_count": 4735} +{"path_article": "billing/managing-billing-for-github-actions/viewing-your-github-actions-usage", "path_count": 4729} +{"path_article": "authentication/troubleshooting-ssh/error-key-already-in-use", "path_count": 4729} +{"path_article": "get-started/using-git", "path_count": 4724} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard", "path_count": 4709} +{"path_article": "developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps", "path_count": 4657} +{"path_article": "developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads", "path_count": 4648} +{"path_article": "actions/using-workflows/using-github-cli-in-workflows", "path_count": 4640} +{"path_article": "packages/learn-github-packages/publishing-a-package", "path_count": 4636} +{"path_article": "rest/code-scanning", "path_count": 4636} +{"path_article": "issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests", "path_count": 4619} +{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations", "path_count": 4584} +{"path_article": "repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage", "path_count": 4567} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites", "path_count": 4546} +{"path_article": "actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions", "path_count": 4540} +{"path_article": "code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions", "path_count": 4532} +{"path_article": "rest/guides/traversing-with-pagination", "path_count": 4528} +{"path_article": "admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise", "path_count": 4527} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request", "path_count": 4452} +{"path_article": "rest/git/refs", "path_count": 4418} +{"path_article": "repositories/archiving-a-github-repository/referencing-and-citing-content", "path_count": 4412} +{"path_article": "rest/collaborators/collaborators", "path_count": 4391} +{"path_article": "organizations/managing-organization-settings/renaming-an-organization", "path_count": 4372} +{"path_article": "billing/managing-your-github-billing-settings/about-billing-on-github", "path_count": 4370} +{"path_article": "packages/learn-github-packages", "path_count": 4336} +{"path_article": "site-policy/content-removal-policies/github-trademark-policy", "path_count": 4327} +{"path_article": "issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users", "path_count": 4311} +{"path_article": "actions/hosting-your-own-runners/running-scripts-before-or-after-a-job", "path_count": 4308} +{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization", "path_count": 4294} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes", "path_count": 4287} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry", "path_count": 4272} +{"path_article": "actions/examples/using-concurrency-expressions-and-a-test-matrix", "path_count": 4261} +{"path_article": "packages/working-with-a-github-packages-registry/working-with-the-gradle-registry", "path_count": 4251} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership", "path_count": 4238} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-net", "path_count": 4237} +{"path_article": "admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server", "path_count": 4211} +{"path_article": "rest/apps/apps", "path_count": 4199} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github", "path_count": 4197} +{"path_article": "actions/guides", "path_count": 4169} +{"path_article": "issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects", "path_count": 4157} +{"path_article": "desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line", "path_count": 4122} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile", "path_count": 4121} +{"path_article": "repositories/releasing-projects-on-github/linking-to-releases", "path_count": 4089} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules", "path_count": 4059} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox", "path_count": 4052} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch", "path_count": 4024} +{"path_article": "site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice", "path_count": 4023} +{"path_article": "get-started/using-github/supported-browsers", "path_count": 4018} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources", "path_count": 4010} +{"path_article": "organizations/organizing-members-into-teams/adding-organization-members-to-a-team", "path_count": 3997} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private", "path_count": 3991} +{"path_article": "graphql/overview/public-schema", "path_count": 3988} +{"path_article": "rest/markdown", "path_count": 3979} +{"path_article": "get-started/using-github/github-desktop", "path_count": 3971} +{"path_article": "code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates", "path_count": 3947} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository", "path_count": 3937} +{"path_article": "admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements", "path_count": 3931} +{"path_article": "rest/orgs/members", "path_count": 3919} +{"path_article": "graphql/overview/about-the-graphql-api", "path_count": 3901} +{"path_article": "issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests", "path_count": 3898} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository", "path_count": 3878} +{"path_article": "organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member", "path_count": 3877} +{"path_article": "get-started/getting-started-with-git/git-workflows", "path_count": 3875} +{"path_article": "actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups", "path_count": 3862} +{"path_article": "organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization", "path_count": 3862} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit", "path_count": 3857} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository", "path_count": 3854} +{"path_article": "actions/creating-actions/dockerfile-support-for-github-actions", "path_count": 3847} +{"path_article": "support", "path_count": 3822} +{"path_article": "repositories/working-with-files/managing-files", "path_count": 3800} +{"path_article": "packages/learn-github-packages/viewing-packages", "path_count": 3790} +{"path_article": "packages/learn-github-packages/installing-a-package", "path_count": 3781} +{"path_article": "developers/apps/guides/using-the-github-api-in-your-app", "path_count": 3778} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql", "path_count": 3766} +{"path_article": "billing/managing-billing-for-your-github-account/upgrading-your-github-subscription", "path_count": 3749} +{"path_article": "communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file", "path_count": 3735} +{"path_article": "graphql/reference/interfaces", "path_count": 3731} +{"path_article": "issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view", "path_count": 3730} +{"path_article": "rest/pulls/comments", "path_count": 3720} +{"path_article": "code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database", "path_count": 3720} +{"path_article": "rest/packages", "path_count": 3716} +{"path_article": "billing/managing-billing-for-github-packages/about-billing-for-github-packages", "path_count": 3699} +{"path_article": "developers/apps/building-github-apps/refreshing-user-to-server-access-tokens", "path_count": 3696} +{"path_article": "actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions", "path_count": 3690} +{"path_article": "actions/deployment/about-deployments/about-continuous-deployment", "path_count": 3683} +{"path_article": "copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim", "path_count": 3669} +{"path_article": "get-started/using-github/github-command-palette", "path_count": 3666} +{"path_article": "site-policy/github-terms/github-event-code-of-conduct", "path_count": 3646} +{"path_article": "code-security/getting-started/github-security-features", "path_count": 3642} +{"path_article": "rest/pulls/reviews", "path_count": 3640} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address", "path_count": 3626} +{"path_article": "repositories/archiving-a-github-repository/backing-up-a-repository", "path_count": 3622} +{"path_article": "organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization", "path_count": 3619} +{"path_article": "issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue", "path_count": 3619} +{"path_article": "packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry", "path_count": 3606} +{"path_article": "communities/documenting-your-project-with-wikis/editing-wiki-content", "path_count": 3578} +{"path_article": "rest/releases/assets", "path_count": 3574} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork", "path_count": 3565} +{"path_article": "actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine", "path_count": 3563} +{"path_article": "rest/teams", "path_count": 3558} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors", "path_count": 3538} +{"path_article": "rest/gists", "path_count": 3529} +{"path_article": "authentication/managing-commit-signature-verification/signing-tags", "path_count": 3526} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop", "path_count": 3521} +{"path_article": "get-started/onboarding/getting-started-with-github-enterprise-cloud", "path_count": 3509} +{"path_article": "rest/branches/branch-protection", "path_count": 3485} +{"path_article": "packages/working-with-a-github-packages-registry", "path_count": 3480} +{"path_article": "rest/git/trees", "path_count": 3480} +{"path_article": "site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data", "path_count": 3478} +{"path_article": "issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project", "path_count": 3471} +{"path_article": "get-started/quickstart/communicating-on-github", "path_count": 3461} +{"path_article": "rest/git/tags", "path_count": 3456} +{"path_article": "actions/publishing-packages/about-packaging-with-github-actions", "path_count": 3450} +{"path_article": "authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status", "path_count": 3448} +{"path_article": "actions/hosting-your-own-runners/using-labels-with-self-hosted-runners", "path_count": 3446} +{"path_article": "billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method", "path_count": 3423} +{"path_article": "code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors", "path_count": 3421} +{"path_article": "issues/tracking-your-work-with-issues/deleting-an-issue", "path_count": 3399} +{"path_article": "rest/gists/gists", "path_count": 3390} +{"path_article": "billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions", "path_count": 3367} +{"path_article": "organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization", "path_count": 3360} +{"path_article": "packages/learn-github-packages/deleting-and-restoring-a-package", "path_count": 3333} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll", "path_count": 3333} +{"path_article": "issues/planning-and-tracking-with-projects/creating-projects", "path_count": 3333} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity", "path_count": 3330} +{"path_article": "graphql/reference/input-objects", "path_count": 3322} +{"path_article": "issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic", "path_count": 3319} +{"path_article": "issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions", "path_count": 3313} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository", "path_count": 3292} +{"path_article": "billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage", "path_count": 3291} +{"path_article": "actions/using-jobs/setting-default-values-for-jobs", "path_count": 3289} +{"path_article": "authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions", "path_count": 3286} +{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on", "path_count": 3256} +{"path_article": "graphql/guides/using-the-explorer", "path_count": 3251} +{"path_article": "site-policy/other-site-policies/github-username-policy", "path_count": 3248} +{"path_article": "site-policy/github-terms/github-open-source-applications-terms-and-conditions", "path_count": 3247} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs", "path_count": 3246} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile", "path_count": 3246} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-go", "path_count": 3246} +{"path_article": "admin/overview/about-github-enterprise-server", "path_count": 3222} +{"path_article": "codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code", "path_count": 3218} +{"path_article": "actions/using-jobs", "path_count": 3209} +{"path_article": "get-started/using-github/exploring-early-access-releases-with-feature-preview", "path_count": 3193} +{"path_article": "get-started/learning-about-github/github-language-support", "path_count": 3191} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository", "path_count": 3191} +{"path_article": "organizations/managing-access-to-your-organizations-repositories", "path_count": 3174} +{"path_article": "rest/actions/workflow-jobs", "path_count": 3159} +{"path_article": "organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization", "path_count": 3158} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository", "path_count": 3145} +{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom", "path_count": 3143} +{"path_article": "rest/apps/installations", "path_count": 3136} +{"path_article": "authentication/keeping-your-account-and-data-secure", "path_count": 3133} +{"path_article": "code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts", "path_count": 3129} +{"path_article": "repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage", "path_count": 3123} +{"path_article": "get-started/exploring-projects-on-github/following-people", "path_count": 3116} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms", "path_count": 3108} +{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization", "path_count": 3108} +{"path_article": "rest/actions/self-hosted-runners", "path_count": 3096} +{"path_article": "actions/publishing-packages/publishing-java-packages-with-maven", "path_count": 3082} +{"path_article": "rest/overview/media-types", "path_count": 3065} +{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository", "path_count": 3063} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer", "path_count": 3060} +{"path_article": "get-started/using-github/github-cli", "path_count": 3046} +{"path_article": "search-github/searching-on-github/searching-commits", "path_count": 3041} +{"path_article": "pages/getting-started-with-github-pages/using-submodules-with-github-pages", "path_count": 3035} +{"path_article": "get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests", "path_count": 3021} +{"path_article": "organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization", "path_count": 3018} +{"path_article": "actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs", "path_count": 3006} +{"path_article": "codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces", "path_count": 2999} +{"path_article": "code-security/secret-scanning/secret-scanning-patterns", "path_count": 2999} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges", "path_count": 2996} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-java-with-gradle", "path_count": 2989} +{"path_article": "developers/webhooks-and-events/webhooks/testing-webhooks", "path_count": 2984} +{"path_article": "search-github/searching-on-github/searching-users", "path_count": 2982} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository", "path_count": 2981} +{"path_article": "code-security/getting-started/securing-your-repository", "path_count": 2966} +{"path_article": "sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account", "path_count": 2965} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history", "path_count": 2957} +{"path_article": "rest/guides/delivering-deployments", "path_count": 2936} +{"path_article": "code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates", "path_count": 2934} +{"path_article": "organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization", "path_count": 2904} +{"path_article": "actions/managing-workflow-runs/deleting-a-workflow-run", "path_count": 2903} +{"path_article": "authentication/keeping-your-account-and-data-secure/reviewing-your-security-log", "path_count": 2902} +{"path_article": "organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team", "path_count": 2882} +{"path_article": "codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account", "path_count": 2875} +{"path_article": "get-started/learning-about-github/faq-about-changes-to-githubs-plans", "path_count": 2874} +{"path_article": "actions/managing-workflow-runs/canceling-a-workflow", "path_count": 2861} +{"path_article": "authentication/troubleshooting-ssh/error-unknown-key-type", "path_count": 2856} +{"path_article": "admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise", "path_count": 2855} +{"path_article": "code-security/dependabot/dependabot-version-updates", "path_count": 2849} +{"path_article": "desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop", "path_count": 2845} +{"path_article": "rest/issues/comments", "path_count": 2840} +{"path_article": "site-policy/other-site-policies/github-and-trade-controls", "path_count": 2840} +{"path_article": "rest/deployments", "path_count": 2825} +{"path_article": "developers/apps/building-github-apps", "path_count": 2814} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository", "path_count": 2813} +{"path_article": "actions/managing-issues-and-pull-requests/adding-labels-to-issues", "path_count": 2809} +{"path_article": "organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization", "path_count": 2797} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts", "path_count": 2790} +{"path_article": "authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign", "path_count": 2777} +{"path_article": "pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility", "path_count": 2769} +{"path_article": "pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites", "path_count": 2763} +{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop", "path_count": 2748} +{"path_article": "actions/creating-actions/publishing-actions-in-github-marketplace", "path_count": 2719} +{"path_article": "billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage", "path_count": 2715} +{"path_article": "codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace", "path_count": 2708} +{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization", "path_count": 2686} +{"path_article": "developers/apps/guides/creating-ci-tests-with-the-checks-api", "path_count": 2684} +{"path_article": "pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts", "path_count": 2678} +{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security", "path_count": 2676} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps", "path_count": 2673} +{"path_article": "communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project", "path_count": 2662} +{"path_article": "developers/apps/getting-started-with-apps", "path_count": 2660} +{"path_article": "rest/guides/working-with-comments", "path_count": 2643} +{"path_article": "rest/guides/best-practices-for-integrators", "path_count": 2641} +{"path_article": "actions/managing-workflow-runs/removing-workflow-artifacts", "path_count": 2633} +{"path_article": "organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization", "path_count": 2623} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github", "path_count": 2620} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/accessing-an-organization", "path_count": 2612} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files", "path_count": 2604} +{"path_article": "rest/pages", "path_count": 2603} +{"path_article": "rest/billing", "path_count": 2588} +{"path_article": "communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository", "path_count": 2581} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories", "path_count": 2578} +{"path_article": "developers/apps/managing-github-apps/editing-a-github-apps-permissions", "path_count": 2578} +{"path_article": "actions/using-github-hosted-runners/customizing-github-hosted-runners", "path_count": 2572} +{"path_article": "billing/managing-billing-for-your-github-account/about-billing-for-github-accounts", "path_count": 2560} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/managing-your-scheduled-reminders", "path_count": 2559} +{"path_article": "actions/managing-workflow-runs", "path_count": 2555} +{"path_article": "support/contacting-github-support/creating-a-support-ticket", "path_count": 2555} +{"path_article": "graphql/overview/schema-previews", "path_count": 2554} +{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization", "path_count": 2553} +{"path_article": "organizations/managing-organization-settings/deleting-an-organization-account", "path_count": 2553} +{"path_article": "communities", "path_count": 2542} +{"path_article": "actions/hosting-your-own-runners/removing-self-hosted-runners", "path_count": 2541} +{"path_article": "rest/actions/permissions", "path_count": 2539} +{"path_article": "issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository", "path_count": 2539} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository", "path_count": 2531} +{"path_article": "issues/tracking-your-work-with-issues/quickstart", "path_count": 2527} +{"path_article": "organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization", "path_count": 2516} +{"path_article": "repositories/managing-your-repositorys-settings-and-features", "path_count": 2477} +{"path_article": "organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization", "path_count": 2473} +{"path_article": "rest/git/blobs", "path_count": 2470} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs", "path_count": 2448} +{"path_article": "organizations/managing-organization-settings/transferring-organization-ownership", "path_count": 2448} +{"path_article": "developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app", "path_count": 2446} +{"path_article": "actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise", "path_count": 2446} +{"path_article": "billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage", "path_count": 2444} +{"path_article": "rest/deploy-keys", "path_count": 2442} +{"path_article": "site-policy/privacy-policies/github-candidate-privacy-policy", "path_count": 2437} +{"path_article": "get-started/onboarding/getting-started-with-github-enterprise-server", "path_count": 2435} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages", "path_count": 2434} +{"path_article": "billing/managing-your-github-billing-settings", "path_count": 2411} +{"path_article": "codespaces/developing-in-codespaces/codespaces-lifecycle", "path_count": 2408} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork", "path_count": 2400} +{"path_article": "rest/activity", "path_count": 2397} +{"path_article": "actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners", "path_count": 2387} +{"path_article": "issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository", "path_count": 2386} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop", "path_count": 2376} +{"path_article": "desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts", "path_count": 2376} +{"path_article": "admin/overview/creating-an-enterprise-account", "path_count": 2375} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization", "path_count": 2361} +{"path_article": "admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise", "path_count": 2349} +{"path_article": "rest/git/commits", "path_count": 2347} +{"path_article": "repositories/releasing-projects-on-github/comparing-releases", "path_count": 2339} +{"path_article": "developers/apps/building-github-apps/setting-permissions-for-github-apps", "path_count": 2335} +{"path_article": "site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice", "path_count": 2331} +{"path_article": "actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions", "path_count": 2325} +{"path_article": "actions/deployment/managing-your-deployments/viewing-deployment-history", "path_count": 2322} +{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/why-wasnt-my-application-to-global-campus-for-students-approved", "path_count": 2321} +{"path_article": "admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise", "path_count": 2316} +{"path_article": "repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage", "path_count": 2307} +{"path_article": "rest/enterprise-admin", "path_count": 2306} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository", "path_count": 2298} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review", "path_count": 2286} +{"path_article": "developers/apps/getting-started-with-apps/activating-optional-features-for-apps", "path_count": 2283} +{"path_article": "rest/webhooks/repos", "path_count": 2283} +{"path_article": "developers/apps/building-github-apps/creating-a-github-app-from-a-manifest", "path_count": 2281} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account", "path_count": 2266} +{"path_article": "site-policy/privacy-policies/github-data-protection-agreement", "path_count": 2266} +{"path_article": "issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects", "path_count": 2264} +{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board", "path_count": 2249} +{"path_article": "code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot", "path_count": 2240} +{"path_article": "rest/licenses", "path_count": 2223} +{"path_article": "billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date", "path_count": 2223} +{"path_article": "communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki", "path_count": 2212} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository", "path_count": 2211} +{"path_article": "authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys", "path_count": 2205} +{"path_article": "graphql/guides/migrating-from-rest-to-graphql", "path_count": 2191} +{"path_article": "issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects", "path_count": 2189} +{"path_article": "rest/pulls/review-requests", "path_count": 2183} +{"path_article": "rest/guides/getting-started-with-the-git-database-api", "path_count": 2182} +{"path_article": "issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects", "path_count": 2176} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository", "path_count": 2172} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization", "path_count": 2171} +{"path_article": "rest/scim", "path_count": 2168} +{"path_article": "developers/apps/building-oauth-apps", "path_count": 2161} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences", "path_count": 2144} +{"path_article": "get-started/using-git/about-git-subtree-merges", "path_count": 2140} +{"path_article": "admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script", "path_count": 2128} +{"path_article": "get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools", "path_count": 2124} +{"path_article": "communities/documenting-your-project-with-wikis", "path_count": 2113} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories", "path_count": 2111} +{"path_article": "codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces", "path_count": 2103} +{"path_article": "rest/branches", "path_count": 2091} +{"path_article": "actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development", "path_count": 2090} +{"path_article": "search-github/searching-on-github/finding-files-on-github", "path_count": 2087} +{"path_article": "repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures", "path_count": 2082} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview", "path_count": 2082} +{"path_article": "get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names", "path_count": 2081} +{"path_article": "repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository", "path_count": 2074} +{"path_article": "rest/guides/discovering-resources-for-a-user", "path_count": 2073} +{"path_article": "admin/installation/setting-up-a-github-enterprise-server-instance", "path_count": 2072} +{"path_article": "rest/overview/troubleshooting", "path_count": 2071} +{"path_article": "rest/checks/suites", "path_count": 2062} +{"path_article": "code-security/secret-scanning/protecting-pushes-with-secret-scanning", "path_count": 2049} +{"path_article": "rest/overview/openapi-description", "path_count": 2048} +{"path_article": "code-security/getting-started/adding-a-security-policy-to-your-repository", "path_count": 2046} +{"path_article": "admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise", "path_count": 2044} +{"path_article": "organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization", "path_count": 2040} +{"path_article": "get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks", "path_count": 2036} +{"path_article": "admin/overview/about-github-for-enterprises", "path_count": 2036} +{"path_article": "get-started/getting-started-with-git", "path_count": 2032} +{"path_article": "graphql/reference/enums", "path_count": 2032} +{"path_article": "admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise", "path_count": 2031} +{"path_article": "developers/github-marketplace", "path_count": 2023} +{"path_article": "rest/migrations", "path_count": 2015} +{"path_article": "actions/automating-builds-and-tests/building-and-testing-powershell", "path_count": 2010} +{"path_article": "rest/issues/labels", "path_count": 2009} +{"path_article": "organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization", "path_count": 2002} +{"path_article": "issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board", "path_count": 1998} +{"path_article": "admin/configuration/configuring-your-enterprise/command-line-utilities", "path_count": 1998} +{"path_article": "organizations/managing-membership-in-your-organization/adding-people-to-your-organization", "path_count": 1997} +{"path_article": "issues/tracking-your-work-with-issues/closing-an-issue", "path_count": 1993} +{"path_article": "admin/overview/about-github-ae", "path_count": 1989} +{"path_article": "pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits", "path_count": 1987} +{"path_article": "code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review", "path_count": 1986} +{"path_article": "rest/deployments/environments", "path_count": 1980} +{"path_article": "billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces", "path_count": 1974} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization", "path_count": 1973} +{"path_article": "organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators", "path_count": 1955} +{"path_article": "rest/users/emails", "path_count": 1948} +{"path_article": "admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise", "path_count": 1936} +{"path_article": "get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients", "path_count": 1931} +{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program", "path_count": 1926} +{"path_article": "admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server", "path_count": 1926} +{"path_article": "developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors", "path_count": 1919} +{"path_article": "actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph", "path_count": 1918} +{"path_article": "billing/managing-billing-for-github-actions", "path_count": 1907} +{"path_article": "rest/reactions", "path_count": 1895} +{"path_article": "organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard", "path_count": 1890} +{"path_article": "rest/teams/members", "path_count": 1883} +{"path_article": "sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor", "path_count": 1865} +{"path_article": "organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization", "path_count": 1864} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications", "path_count": 1861} +{"path_article": "admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise", "path_count": 1852} +{"path_article": "sponsors/getting-started-with-github-sponsors/about-github-sponsors", "path_count": 1849} +{"path_article": "authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k", "path_count": 1845} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile", "path_count": 1844} +{"path_article": "issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations", "path_count": 1843} +{"path_article": "developers/overview/secret-scanning-partner-program", "path_count": 1830} +{"path_article": "organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization", "path_count": 1826} +{"path_article": "authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user", "path_count": 1822} +{"path_article": "actions/publishing-packages/publishing-java-packages-with-gradle", "path_count": 1819} +{"path_article": "billing/managing-your-github-billing-settings/adding-information-to-your-receipts", "path_count": 1816} +{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop", "path_count": 1816} +{"path_article": "organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization", "path_count": 1809} +{"path_article": "admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise", "path_count": 1806} +{"path_article": "code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github", "path_count": 1799} +{"path_article": "authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications", "path_count": 1796} +{"path_article": "pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request", "path_count": 1787} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow", "path_count": 1786} +{"path_article": "code-security/repository-security-advisories/about-github-security-advisories-for-repositories", "path_count": 1783} +{"path_article": "developers/webhooks-and-events/events/issue-event-types", "path_count": 1780} +{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings", "path_count": 1779} +{"path_article": "codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces", "path_count": 1772} +{"path_article": "developers/apps/managing-github-apps/making-a-github-app-public-or-private", "path_count": 1770} +{"path_article": "communities/moderating-comments-and-conversations/managing-disruptive-comments", "path_count": 1766} +{"path_article": "billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise", "path_count": 1762} +{"path_article": "organizations/collaborating-with-groups-in-organizations", "path_count": 1759} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository", "path_count": 1758} +{"path_article": "billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts", "path_count": 1758} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors", "path_count": 1753} +{"path_article": "actions/creating-actions/releasing-and-maintaining-actions", "path_count": 1748} +{"path_article": "discussions/collaborating-with-your-community-using-discussions/about-discussions", "path_count": 1746} +{"path_article": "desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems", "path_count": 1740} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/about-organization-membership", "path_count": 1728} +{"path_article": "actions/using-github-hosted-runners/connecting-to-a-private-network", "path_count": 1727} +{"path_article": "account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github", "path_count": 1726} +{"path_article": "rest/webhooks/repo-config", "path_count": 1724} +{"path_article": "pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits", "path_count": 1722} +{"path_article": "support/learning-about-github-support/about-github-support", "path_count": 1722} +{"path_article": "education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/apply-to-github-global-campus-as-a-teacher", "path_count": 1720} +{"path_article": "authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device", "path_count": 1711} +{"path_article": "codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces", "path_count": 1709} +{"path_article": "actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers", "path_count": 1698} +{"path_article": "admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise", "path_count": 1694} +{"path_article": "desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor", "path_count": 1692} +{"path_article": "actions/using-containerized-services/creating-redis-service-containers", "path_count": 1665} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile", "path_count": 1658} +{"path_article": "repositories/creating-and-managing-repositories/creating-an-issues-only-repository", "path_count": 1657} +{"path_article": "organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service", "path_count": 1654} +{"path_article": "sponsors", "path_count": 1650} +{"path_article": "account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-commits-on-your-timeline", "path_count": 1649} +{"path_article": "actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions", "path_count": 1648} +{"path_article": "code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot", "path_count": 1643} +{"path_article": "admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users", "path_count": 1636} +{"path_article": "billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process", "path_count": 1630} +{"path_article": "pull-requests/collaborating-with-pull-requests", "path_count": 1628} +{"path_article": "admin/overview/about-upgrades-to-new-releases", "path_count": 1616} +{"path_article": "rest/emojis", "path_count": 1612} +{"path_article": "issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility", "path_count": 1605} +{"path_article": "discussions/managing-discussions-for-your-community/managing-discussions", "path_count": 1597} +{"path_article": "code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages", "path_count": 1595} +{"path_article": "education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms", "path_count": 1594} +{"path_article": "repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests", "path_count": 1591} +{"path_article": "rest/apps/oauth-applications", "path_count": 1590} +{"path_article": "rest/guides", "path_count": 1582} +{"path_article": "organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities", "path_count": 1580} +{"path_article": "code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts", "path_count": 1577} +{"path_article": "admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise", "path_count": 1573} +{"path_article": "rest/commits/comments", "path_count": 1573} +{"path_article": "admin/user-management/managing-users-in-your-enterprise/managing-dormant-users", "path_count": 1569} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request", "path_count": 1565} +{"path_article": "copilot/configuring-github-copilot/configuring-github-copilot-in-a-jetbrains-ide", "path_count": 1565} +{"path_article": "authentication/keeping-your-account-and-data-secure/about-anonymized-urls", "path_count": 1559} +{"path_article": "search-github/getting-started-with-searching-on-github/sorting-search-results", "path_count": 1554} +{"path_article": "communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization", "path_count": 1554} +{"path_article": "organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization", "path_count": 1552} +{"path_article": "codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces", "path_count": 1549} +{"path_article": "graphql/reference/unions", "path_count": 1547} +{"path_article": "code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning", "path_count": 1542} +{"path_article": "actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure", "path_count": 1540} +{"path_article": "code-security/guides", "path_count": 1525} +{"path_article": "codespaces/developing-in-codespaces/developing-in-a-codespace", "path_count": 1515} +{"path_article": "billing/managing-billing-for-github-packages/viewing-your-github-packages-usage", "path_count": 1510} +{"path_article": "rest/repos/tags", "path_count": 1503} +{"path_article": "site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy", "path_count": 1502} +{"path_article": "repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content", "path_count": 1498} +{"path_article": "rest/codes-of-conduct", "path_count": 1493} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings", "path_count": 1492} +{"path_article": "account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-the-default-branch-name-for-your-repositories", "path_count": 1490} +{"path_article": "rest/projects/projects", "path_count": 1488} +{"path_article": "pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests", "path_count": 1487} +{"path_article": "authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok", "path_count": 1484} +{"path_article": "get-started/onboarding/getting-started-with-github-team", "path_count": 1481} +{"path_article": "admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise", "path_count": 1470} +{"path_article": "search-github/searching-on-github", "path_count": 1467} +{"path_article": "get-started/writing-on-github/editing-and-sharing-content-with-gists", "path_count": 1466} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop", "path_count": 1460} +{"path_article": "communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema", "path_count": 1460} +{"path_article": "graphql/guides/using-global-node-ids", "path_count": 1460} +{"path_article": "get-started/privacy-on-github/about-githubs-use-of-your-data", "path_count": 1455} +{"path_article": "organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization", "path_count": 1449} +{"path_article": "site-policy/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users", "path_count": 1446} +{"path_article": "rest/projects", "path_count": 1434} +{"path_article": "billing/managing-billing-for-your-github-account", "path_count": 1428} +{"path_article": "actions/managing-issues-and-pull-requests/using-github-actions-for-project-management", "path_count": 1428} +{"path_article": "rest/collaborators", "path_count": 1419} +{"path_article": "issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project", "path_count": 1416} +{"path_article": "admin/configuration/configuring-network-settings/configuring-tls", "path_count": 1409} +{"path_article": "actions/using-github-hosted-runners/monitoring-your-current-jobs", "path_count": 1408} +{"path_article": "admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication", "path_count": 1408} +{"path_article": "desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop", "path_count": 1407} diff --git a/script/search/parse-page-sections-into-records.js b/script/search/parse-page-sections-into-records.js index 227ffe0e95..8a8666a06c 100644 --- a/script/search/parse-page-sections-into-records.js +++ b/script/search/parse-page-sections-into-records.js @@ -69,8 +69,10 @@ export default function parsePageSectionsIntoRecords(page) { // These below lines can be deleted (along with the `maxContentLength` // config) once we've stopped generating Lunr indexes on disk that // we store as Git LFS. - if (languageCode !== 'en' && body.length > maxContentLength) { - body = body.slice(0, maxContentLength) + if (!process.env.ELASTICSEARCH_URL) { + if (languageCode !== 'en' && body.length > maxContentLength) { + body = body.slice(0, maxContentLength) + } } const content = `${intro}\n${body}`.trim()