forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
740 changed files
with
84,733 additions
and
45,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
trigger: remove-from-fr-board | ||
title: Remove from FR board | ||
description: Remove the current issue or pull request from the project board for the docs content first responder | ||
surfaces: | ||
- issue | ||
- pull_request | ||
- discussion | ||
steps: | ||
- type: repository_dispatch | ||
eventType: remove_from_FR_board |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Remove card from FR board | ||
|
||
on: | ||
repository_dispatch: | ||
types: remove_from_FR_board | ||
|
||
jobs: | ||
remove_from_FR_board: | ||
if: github.repository == 'github/docs-internal' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: find_project_cards | ||
uses: octokit/graphql-action@5b3e01d42dee4509b0ac6b1cb2cf7778cdce85c2 | ||
with: | ||
query: | | ||
query($issue_node_id:ID!) { | ||
node(id:$issue_node_id) { | ||
... on Issue { | ||
projectCards(first: 10) { | ||
nodes { | ||
id | ||
project { | ||
name | ||
id | ||
} | ||
} | ||
} | ||
} | ||
... on PullRequest { | ||
projectCards(first: 10) { | ||
nodes { | ||
id | ||
project { | ||
name | ||
id | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
issue_node_id: ${{ github.event.client_payload.command.resource.id }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} | ||
|
||
- run: "echo 'Project cards found: ${{ steps.find_project_cards.outputs.data }}'" | ||
|
||
- name: Get FR card | ||
env: | ||
QUERY_DATA: ${{ steps.find_project_cards.outputs.data }} | ||
run: | | ||
echo 'FR_CARDS='$(jq '.node.projectCards.nodes | .[] | select(.project.id == "MDc6UHJvamVjdDQ1NzI0ODI=") | .id' <<< "$QUERY_DATA") >> $GITHUB_ENV | ||
- name: Delete card | ||
id: delete_project_card | ||
if: ${{ env.FR_CARDS }} | ||
uses: octokit/graphql-action@5b3e01d42dee4509b0ac6b1cb2cf7778cdce85c2 | ||
with: | ||
query: | | ||
mutation DeleteCard { | ||
deleteProjectCard(input:{cardId:${{ env.FR_CARDS }}}) {deletedCardId} | ||
} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+55.1 KB
assets/images/enterprise/configuration/enterprise-account-email-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+47.4 KB
...se/github-ae/organizations/security-and-analysis-disable-or-enable-all-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+47.1 KB
...tions/security-and-analysis-enable-or-disable-secret-scanning-checkbox-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.5 KB
...anizations/security-and-analysis-enable-secret-scanning-existing-repos-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19 KB
assets/images/enterprise/github-ae/repository/enable-ghas-confirmation-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+40.4 KB
assets/images/enterprise/github-ae/repository/enable-ghas-secret-scanning-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37.7 KB
assets/images/enterprise/github-ae/repository/enable-secret-scanning-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.9 KB
assets/images/enterprise/github-ae/repository/secret-scanning-click-alert-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.2 KB
...repository/security-and-analysis-security-alerts-person-or-team-search-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.2 KB
...ithub-ae/repository/security-and-analysis-security-alerts-save-changes-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+46.3 KB
.../github-ae/repository/security-and-analysis-security-alerts-username-x-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.7 KB
assets/images/enterprise/github-ae/repository/sidebar-secrets-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+174 KB
assets/images/enterprise/github-ae/settings/access-token-scopes-for-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-14.8 KB
...format/2.20/assets/images/enterprise/business-accounts/settings-options-tab.png
Binary file not shown.
Binary file removed
BIN
-11.6 KB
.../enterprise/legacy-format/2.20/assets/images/enterprise/enterprises/license.png
Binary file not shown.
Binary file removed
BIN
-12.1 KB
...mat/2.20/assets/images/enterprise/management-console/management-console-tab.png
Binary file not shown.
Binary file removed
BIN
-26.5 KB
...egacy-format/2.20/assets/images/enterprise/management-console/save-settings.png
Binary file not shown.
Binary file removed
BIN
-12.7 KB
...mat/2.20/assets/images/enterprise/management-console/sidebar-authentication.png
Diff not rendered.
Binary file removed
BIN
-2.98 KB
...ormat/2.20/assets/images/enterprise/site-admin-settings/access-new-settings.png
Diff not rendered.
Binary file removed
BIN
-56.5 KB
...egacy-format/2.20/assets/images/enterprise/site-admin-settings/edit-message.png
Diff not rendered.
Binary file removed
BIN
-20.4 KB
...nterprise/site-admin-settings/enable-vulnerability-scanning-in-repositories.png
Diff not rendered.
Binary file removed
BIN
-3.36 KB
...acy-format/2.20/assets/images/enterprise/site-admin-settings/enterprise-tab.png
Diff not rendered.
Binary file removed
BIN
-4.47 KB
....20/assets/images/enterprise/site-admin-settings/repo/repo-security-top-tab.png
Diff not rendered.
Binary file removed
BIN
-20 KB
...20/assets/images/enterprise/site-admin-settings/sign-out-add-message-button.png
Diff not rendered.
Binary file removed
BIN
-67.8 KB
...ise/legacy-format/2.20/assets/images/enterprise/site-admin-settings/suspend.png
Diff not rendered.
Binary file removed
BIN
-35 KB
assets/images/enterprise/legacy-format/2.20/assets/images/environments-sidebar.png
Diff not rendered.
Binary file removed
BIN
-43.5 KB
...erprise/legacy-format/2.20/assets/images/github-apps/github_apps_delete_key.png
Diff not rendered.
Binary file removed
BIN
-57.1 KB
...y-format/2.20/assets/images/github-apps/github_apps_private_key_fingerprint.png
Diff not rendered.
Binary file removed
BIN
-19.2 KB
...prise/legacy-format/2.20/assets/images/help/branch/branch-creation-text-box.png
Diff not rendered.
Binary file removed
BIN
-5.02 KB
...rise/legacy-format/2.20/assets/images/help/branch/branch-selection-dropdown.png
Diff not rendered.
Binary file removed
BIN
-32.5 KB
...ges/enterprise/legacy-format/2.20/assets/images/help/branches/branches-link.png
Diff not rendered.
Binary file removed
BIN
-16.8 KB
...prise/legacy-format/2.20/assets/images/help/branches/branches-overview-atom.png
Diff not rendered.
Binary file removed
BIN
-37.5 KB
...egacy-format/2.20/assets/images/help/business-accounts/billing-license-info.png
Diff not rendered.
Binary file removed
BIN
-22.8 KB
...sets/images/help/business-accounts/enterprise-account-settings-security-tab.png
Diff not rendered.
Binary file removed
BIN
-12.4 KB
...t/2.20/assets/images/help/business-accounts/enterprise-account-settings-tab.png
Diff not rendered.
Binary file removed
BIN
-26.1 KB
...rmat/2.20/assets/images/help/business-accounts/upload-ghe-server-usage-link.png
Diff not rendered.
Binary file removed
BIN
-31.2 KB
...nterprise/legacy-format/2.20/assets/images/help/commits/Commit-master-label.png
Diff not rendered.
Binary file removed
BIN
-224 KB
...rprise/legacy-format/2.20/assets/images/help/desktop/mac-choose-preferences.png
Diff not rendered.
Binary file removed
BIN
-20.1 KB
...enterprise/legacy-format/2.20/assets/images/help/desktop/push-origin-button.png
Diff not rendered.
Binary file removed
BIN
-13.4 KB
...rprise/legacy-format/2.20/assets/images/help/desktop/sign-in-button-browser.png
Diff not rendered.
Binary file removed
BIN
-7.61 KB
...rprise/legacy-format/2.20/assets/images/help/desktop/windows-choose-options.png
Diff not rendered.
Binary file removed
BIN
-76.5 KB
...terprise/legacy-format/2.20/assets/images/help/education/upgrade-org-button.png
Diff not rendered.
Binary file removed
BIN
-39.6 KB
...es/enterprise/legacy-format/2.20/assets/images/help/graphs/dependents_graph.png
Diff not rendered.
Binary file removed
BIN
-2.83 KB
...images/enterprise/legacy-format/2.20/assets/images/help/issues/delete-issue.png
Diff not rendered.
Binary file removed
BIN
-2.46 KB
.../assets/images/help/notifications/notifications_general_existence_indicator.png
Diff not rendered.
Binary file removed
BIN
-18.4 KB
...assets/images/help/organizations/disallow-members-to-change-repo-visibility.png
Diff not rendered.
Binary file removed
BIN
-20 KB
...rprise/legacy-format/2.20/assets/images/help/organizations/name-of-business.png
Diff not rendered.
Binary file removed
BIN
-6.28 KB
...format/2.20/assets/images/help/organizations/org-settings-member-privileges.png
Diff not rendered.
Binary file removed
BIN
-5.63 KB
...gacy-format/2.20/assets/images/help/organizations/org-settings-security-tab.png
Diff not rendered.
Binary file removed
BIN
-9.01 KB
...legacy-format/2.20/assets/images/help/organizations/organization-belongs-to.png
Diff not rendered.
Binary file removed
BIN
-20.6 KB
...gacy-format/2.20/assets/images/help/organizations/organization-settings-tab.png
Diff not rendered.
Binary file removed
BIN
-38.8 KB
...egacy-format/2.20/assets/images/help/organizations/people-tab-invite-member.png
Diff not rendered.
Binary file removed
BIN
-7.01 KB
...erprise/legacy-format/2.20/assets/images/help/organizations/repo-labels-tab.png
Diff not rendered.
Binary file removed
BIN
-16.2 KB
...enterprise/legacy-format/2.20/assets/images/help/organizations/trash-button.png
Diff not rendered.
Binary file removed
BIN
-24.3 KB
...rprise/legacy-format/2.20/assets/images/help/package-registry/packages-link.png
Diff not rendered.
Binary file removed
BIN
-13.7 KB
...rise/legacy-format/2.20/assets/images/help/pages/click-pages-url-to-preview.png
Diff not rendered.
Binary file removed
BIN
-15.4 KB
...se/legacy-format/2.20/assets/images/help/pages/create-repository-name-pages.png
Diff not rendered.
Binary file removed
BIN
-24.3 KB
...ise/legacy-format/2.20/assets/images/help/pages/publishing-source-drop-down.png
Diff not rendered.
Binary file removed
BIN
-135 KB
...s/enterprise/legacy-format/2.20/assets/images/help/pages/save-custom-domain.png
Diff not rendered.
Binary file removed
BIN
-29.4 KB
...se/legacy-format/2.20/assets/images/help/profile/display-pro-badge-checkbox.png
Diff not rendered.
Binary file removed
BIN
-5.04 KB
...egacy-format/2.20/assets/images/help/profile/profile-block-or-report-button.png
Diff not rendered.
Binary file removed
BIN
-195 KB
...s/enterprise/legacy-format/2.20/assets/images/help/profile/profile_orgs_box.png
Diff not rendered.
Binary file removed
BIN
-6.85 KB
...s/enterprise/legacy-format/2.20/assets/images/help/profile/top_right_avatar.png
Diff not rendered.
Binary file removed
BIN
-55.4 KB
...acy-format/2.20/assets/images/help/projects/team-discussions-comment-button.png
Diff not rendered.
Binary file removed
BIN
-45.8 KB
...ise/legacy-format/2.20/assets/images/help/projects/team-discussions-comment.png
Diff not rendered.
Binary file removed
BIN
-22.4 KB
...egacy-format/2.20/assets/images/help/projects/team-discussions-privacy-menu.png
Diff not rendered.
Binary file removed
BIN
-17.1 KB
...erprise/legacy-format/2.20/assets/images/help/pull_requests/branch-dropdown.png
Diff not rendered.
Binary file removed
BIN
-18.6 KB
...rmat/2.20/assets/images/help/pull_requests/choose-base-and-compare-branches.png
Diff not rendered.
Binary file removed
BIN
-22.2 KB
...cy-format/2.20/assets/images/help/pull_requests/choose-base-fork-and-branch.png
Diff not rendered.
Binary file removed
BIN
-22.1 KB
...ormat/2.20/assets/images/help/pull_requests/choose-head-fork-compare-branch.png
Diff not rendered.
Binary file removed
BIN
-13.6 KB
...gacy-format/2.20/assets/images/help/pull_requests/compare-across-forks-link.png
Diff not rendered.
Binary file removed
BIN
-9.09 KB
.../legacy-format/2.20/assets/images/help/pull_requests/compare-branch-example.png
Diff not rendered.
Binary file removed
BIN
-10.8 KB
...-format/2.20/assets/images/help/pull_requests/pull-request-edit-base-branch.png
Diff not rendered.
Binary file removed
BIN
-13.3 KB
...prise/legacy-format/2.20/assets/images/help/pull_requests/pull-request-edit.png
Diff not rendered.
Binary file removed
BIN
-50.6 KB
...ormat/2.20/assets/images/help/pull_requests/pull-request-review-edit-branch.png
Diff not rendered.
Binary file removed
BIN
-7.79 KB
...rmat/2.20/assets/images/help/pull_requests/pull-request-start-review-button.png
Diff not rendered.
Binary file removed
BIN
-63.1 KB
...egacy-format/2.20/assets/images/help/pull_requests/revert-pull-request-link.png
Diff not rendered.
Binary file removed
BIN
-29.2 KB
...ages/enterprise/legacy-format/2.20/assets/images/help/releases/release-link.png
Diff not rendered.
Binary file removed
BIN
-25 KB
...enterprise/legacy-format/2.20/assets/images/help/releases/release-name-link.png
Diff not rendered.
Binary file removed
BIN
-18.5 KB
...terprise/legacy-format/2.20/assets/images/help/releases/releases-tag-branch.png
Diff not rendered.
Binary file removed
BIN
-17.7 KB
...erprise/legacy-format/2.20/assets/images/help/releases/releases-tag-version.png
Diff not rendered.
Binary file removed
BIN
-28 KB
...acy-format/2.20/assets/images/help/repository/PR-review-required-code-owner.png
Diff not rendered.
Binary file removed
BIN
-44.9 KB
...acy-format/2.20/assets/images/help/repository/PR-review-required-dismissals.png
Diff not rendered.
Binary file removed
BIN
-28 KB
...format/2.20/assets/images/help/repository/PR-reviews-required-dismiss-stale.png
Diff not rendered.
Binary file removed
BIN
-26.7 KB
...rprise/legacy-format/2.20/assets/images/help/repository/PR-reviews-required.png
Diff not rendered.
Binary file removed
BIN
-20.2 KB
.../enterprise/legacy-format/2.20/assets/images/help/repository/add-topic-form.png
Diff not rendered.
Binary file removed
BIN
-14.1 KB
...prise/legacy-format/2.20/assets/images/help/repository/choose-commit-branch.png
Diff not rendered.
Binary file removed
BIN
-32.2 KB
...mat/2.20/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png
Diff not rendered.
Binary file removed
BIN
-39.3 KB
.../legacy-format/2.20/assets/images/help/repository/create-commit-open-readme.png
Diff not rendered.
Binary file removed
BIN
-8.93 KB
...se/legacy-format/2.20/assets/images/help/repository/create-repository-owner.png
Diff not rendered.
Binary file removed
BIN
-20.4 KB
...-format/2.20/assets/images/help/repository/create-repository-public-private.png
Diff not rendered.
Binary file removed
BIN
-14 KB
...enterprise/legacy-format/2.20/assets/images/help/repository/create_new_file.png
Diff not rendered.
Binary file removed
BIN
-13.8 KB
...enterprise/legacy-format/2.20/assets/images/help/repository/https-url-clone.png
Diff not rendered.
Binary file removed
BIN
-35 KB
...format/2.20/assets/images/help/repository/include-admins-protected-branches.png
Diff not rendered.
Binary file removed
BIN
-12.8 KB
...ise/legacy-format/2.20/assets/images/help/repository/initialize-with-readme.png
Diff not rendered.
Binary file removed
BIN
-17.6 KB
...rmat/2.20/assets/images/help/repository/issue-template-commit-message-field.png
Diff not rendered.
Binary file removed
BIN
-17.1 KB
...images/help/repository/issue-template-commit-to-master-or-open-pull-request.png
Diff not rendered.
Binary file removed
BIN
-24.9 KB
...egacy-format/2.20/assets/images/help/repository/manage-access-invite-button.png
Diff not rendered.
Binary file removed
BIN
-26.4 KB
...ise/legacy-format/2.20/assets/images/help/repository/new-file-commit-button.png
Diff not rendered.
Binary file removed
BIN
-30.6 KB
...rmat/2.20/assets/images/help/repository/number-of-required-review-approvals.png
Diff not rendered.
Binary file removed
BIN
-43 KB
...rprise/legacy-format/2.20/assets/images/help/repository/os-repo-with-topics.png
Diff not rendered.
Binary file removed
BIN
-27.8 KB
...cy-format/2.20/assets/images/help/repository/propose-file-change-quick-pull.png
Diff not rendered.
Binary file removed
BIN
-40.4 KB
...cy-format/2.20/assets/images/help/repository/protecting-branch-loose-status.png
Diff not rendered.
Binary file removed
BIN
-13.1 KB
...rise/legacy-format/2.20/assets/images/help/repository/repo-actions-settings.png
Diff not rendered.
Binary file removed
BIN
-92.8 KB
...nterprise/legacy-format/2.20/assets/images/help/repository/repo-with-readme.png
Diff not rendered.
Binary file removed
BIN
-6.21 KB
.../legacy-format/2.20/assets/images/help/repository/repository-options-branch.png
Diff not rendered.
Binary file removed
BIN
-15.1 KB
...-format/2.20/assets/images/help/repository/repository-options-defaultbranch.png
Diff not rendered.
Binary file removed
BIN
-16.4 KB
...ise/legacy-format/2.20/assets/images/help/repository/require-signed-commits.png
Diff not rendered.
Binary file removed
BIN
-32.8 KB
...se/legacy-format/2.20/assets/images/help/repository/required-linear-history.png
Diff not rendered.
Binary file removed
BIN
-20.3 KB
...ise/legacy-format/2.20/assets/images/help/repository/required-status-checks.png
Diff not rendered.
Binary file removed
BIN
-19.8 KB
...ise/legacy-format/2.20/assets/images/help/repository/required-statuses-list.png
Diff not rendered.
Binary file removed
BIN
-24.4 KB
...ise/legacy-format/2.20/assets/images/help/repository/restrict-branch-search.png
Diff not rendered.
Binary file removed
BIN
-11.7 KB
...enterprise/legacy-format/2.20/assets/images/help/repository/restrict-branch.png
Diff not rendered.
Binary file removed
BIN
-78.6 KB
...images/enterprise/legacy-format/2.20/assets/images/help/repository/run-name.png
Diff not rendered.
Binary file removed
BIN
-6.1 KB
...rprise/legacy-format/2.20/assets/images/help/repository/upload-files-button.png
Diff not rendered.
Binary file removed
BIN
-77.7 KB
...nterprise/legacy-format/2.20/assets/images/help/repository/workflow-sidebar.png
Diff not rendered.
Binary file removed
BIN
-27.8 KB
...t/2.20/assets/images/help/repository/write-commit-message-co-author-trailer.png
Diff not rendered.
Binary file removed
BIN
-7.17 KB
...es/enterprise/legacy-format/2.20/assets/images/help/search/find-file-button.png
Diff not rendered.
Binary file removed
BIN
-9.63 KB
...erprise/legacy-format/2.20/assets/images/help/search/find-file-search-field.png
Diff not rendered.
Binary file removed
BIN
-20.1 KB
...images/enterprise/legacy-format/2.20/assets/images/help/search/search-field.png
Diff not rendered.
Binary file removed
BIN
-9.01 KB
...es/enterprise/legacy-format/2.20/assets/images/help/security/advisories-tab.png
Diff not rendered.
Binary file removed
BIN
-68.2 KB
...egacy-format/2.20/assets/images/help/security/security-advisory-description.png
Diff not rendered.
Binary file removed
BIN
-50.2 KB
...e/legacy-format/2.20/assets/images/help/security/security-advisory-metadata.png
Diff not rendered.
Binary file removed
BIN
-17.2 KB
...rprise/legacy-format/2.20/assets/images/help/settings/actions-runner-remove.png
Diff not rendered.
Binary file removed
BIN
-3.63 KB
...ges/enterprise/legacy-format/2.20/assets/images/help/settings/audit-log-tab.png
Diff not rendered.
Binary file removed
BIN
-9.83 KB
...t/2.20/assets/images/help/settings/scheduled-reminders-prs-without-requests.png
Diff not rendered.
Binary file removed
BIN
-7.04 KB
...y-format/2.20/assets/images/help/settings/settings-sidebar-account-settings.png
Diff not rendered.
Binary file removed
BIN
-4.15 KB
...se/legacy-format/2.20/assets/images/help/settings/settings-sidebar-ssh-keys.png
Diff not rendered.
Binary file removed
BIN
-61.3 KB
...rise/legacy-format/2.20/assets/images/help/settings/settings-ssh-key-review.png
Diff not rendered.
Binary file removed
BIN
-9.48 KB
...ise/legacy-format/2.20/assets/images/help/settings/userbar-account-settings.png
Diff not rendered.
Binary file removed
BIN
-30.6 KB
...ages/enterprise/legacy-format/2.20/assets/images/help/setup/keychain-access.png
Diff not rendered.
Binary file removed
BIN
-17.8 KB
...ages/enterprise/legacy-format/2.20/assets/images/help/sponsors/activity-tab.png
Diff not rendered.
Binary file removed
BIN
-63.6 KB
...format/2.20/assets/images/help/sponsors/description-highlighted-org-members.png
Diff not rendered.
Binary file removed
BIN
-16.7 KB
...acy-format/2.20/assets/images/help/sponsors/edit-org-members-profile-button.png
Diff not rendered.
Binary file removed
BIN
-52.1 KB
.../enterprise/legacy-format/2.20/assets/images/help/sponsors/introduction-box.png
Diff not rendered.
Binary file removed
BIN
-19.7 KB
...gacy-format/2.20/assets/images/help/sponsors/manage-your-sponsorship-button.png
Diff not rendered.
Binary file removed
BIN
-17.5 KB
...mages/enterprise/legacy-format/2.20/assets/images/help/sponsors/payouts-tab.png
Diff not rendered.
Binary file removed
BIN
-22.8 KB
...mages/enterprise/legacy-format/2.20/assets/images/help/sponsors/profile-tab.png
Diff not rendered.
Binary file removed
BIN
-108 KB
...gacy-format/2.20/assets/images/help/sponsors/select-highlighted-org-members.png
Diff not rendered.
Binary file removed
BIN
-19.6 KB
...enterprise/legacy-format/2.20/assets/images/help/sponsors/sponsor-tiers-tab.png
Diff not rendered.
Binary file removed
BIN
-22.4 KB
...ages/enterprise/legacy-format/2.20/assets/images/help/sponsors/sponsors-tab.png
Diff not rendered.
Binary file removed
BIN
-21.2 KB
...mages/enterprise/legacy-format/2.20/assets/images/help/sponsors/updates-tab.png
Diff not rendered.
Binary file removed
BIN
-19.5 KB
...ages/enterprise/legacy-format/2.20/assets/images/help/sponsors/webhooks-tab.png
Diff not rendered.
Binary file removed
BIN
-33.4 KB
.../enterprise/legacy-format/2.20/assets/images/help/teams/choose-an-idp-group.png
Diff not rendered.
Binary file removed
BIN
-19.1 KB
...ise/legacy-format/2.20/assets/images/help/teams/enable-team-synchronization.png
Diff not rendered.
Binary file removed
BIN
-41.8 KB
...e/legacy-format/2.20/assets/images/help/teams/list-of-members-selected-bulk.png
Diff not rendered.
Binary file removed
BIN
-14.8 KB
...format/2.21/assets/images/enterprise/business-accounts/settings-options-tab.png
Diff not rendered.
Binary file removed
BIN
-11.6 KB
.../enterprise/legacy-format/2.21/assets/images/enterprise/enterprises/license.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
...mat/2.21/assets/images/enterprise/management-console/management-console-tab.png
Diff not rendered.
Binary file removed
BIN
-26.5 KB
...egacy-format/2.21/assets/images/enterprise/management-console/save-settings.png
Diff not rendered.
Binary file removed
BIN
-12.7 KB
...mat/2.21/assets/images/enterprise/management-console/sidebar-authentication.png
Diff not rendered.
Binary file removed
BIN
-2.98 KB
...ormat/2.21/assets/images/enterprise/site-admin-settings/access-new-settings.png
Diff not rendered.
Binary file removed
BIN
-56.5 KB
...egacy-format/2.21/assets/images/enterprise/site-admin-settings/edit-message.png
Diff not rendered.
Binary file removed
BIN
-3.36 KB
...acy-format/2.21/assets/images/enterprise/site-admin-settings/enterprise-tab.png
Diff not rendered.
Binary file removed
BIN
-4.47 KB
....21/assets/images/enterprise/site-admin-settings/repo/repo-security-top-tab.png
Diff not rendered.
Binary file removed
BIN
-20 KB
...21/assets/images/enterprise/site-admin-settings/sign-out-add-message-button.png
Diff not rendered.
Binary file removed
BIN
-67.8 KB
...ise/legacy-format/2.21/assets/images/enterprise/site-admin-settings/suspend.png
Diff not rendered.
Binary file removed
BIN
-35 KB
assets/images/enterprise/legacy-format/2.21/assets/images/environments-sidebar.png
Diff not rendered.
Binary file removed
BIN
-43.5 KB
...erprise/legacy-format/2.21/assets/images/github-apps/github_apps_delete_key.png
Diff not rendered.
Binary file removed
BIN
-57.1 KB
...y-format/2.21/assets/images/github-apps/github_apps_private_key_fingerprint.png
Diff not rendered.
Binary file removed
BIN
-19.2 KB
...prise/legacy-format/2.21/assets/images/help/branch/branch-creation-text-box.png
Diff not rendered.
Binary file removed
BIN
-5.02 KB
...rise/legacy-format/2.21/assets/images/help/branch/branch-selection-dropdown.png
Diff not rendered.
Binary file removed
BIN
-32.5 KB
...ges/enterprise/legacy-format/2.21/assets/images/help/branches/branches-link.png
Diff not rendered.
Binary file removed
BIN
-16.8 KB
...prise/legacy-format/2.21/assets/images/help/branches/branches-overview-atom.png
Diff not rendered.
Binary file removed
BIN
-30.4 KB
...egacy-format/2.21/assets/images/help/business-accounts/billing-license-info.png
Diff not rendered.
Binary file removed
BIN
-22.8 KB
...sets/images/help/business-accounts/enterprise-account-settings-security-tab.png
Diff not rendered.
Binary file removed
BIN
-12.4 KB
...t/2.21/assets/images/help/business-accounts/enterprise-account-settings-tab.png
Diff not rendered.
Binary file removed
BIN
-6.41 KB
...format/2.21/assets/images/help/codespaces/click-remote-explorer-icon-vscode.png
Diff not rendered.
Binary file removed
BIN
-31.2 KB
...nterprise/legacy-format/2.21/assets/images/help/commits/Commit-master-label.png
Diff not rendered.
Binary file removed
BIN
-224 KB
...rprise/legacy-format/2.21/assets/images/help/desktop/mac-choose-preferences.png
Diff not rendered.
Binary file removed
BIN
-20.1 KB
...enterprise/legacy-format/2.21/assets/images/help/desktop/push-origin-button.png
Diff not rendered.
Binary file removed
BIN
-13.4 KB
...rprise/legacy-format/2.21/assets/images/help/desktop/sign-in-button-browser.png
Diff not rendered.
Binary file removed
BIN
-7.61 KB
...rprise/legacy-format/2.21/assets/images/help/desktop/windows-choose-options.png
Diff not rendered.
Binary file removed
BIN
-39.6 KB
...es/enterprise/legacy-format/2.21/assets/images/help/graphs/dependents_graph.png
Diff not rendered.
Binary file removed
BIN
-2.83 KB
...images/enterprise/legacy-format/2.21/assets/images/help/issues/delete-issue.png
Diff not rendered.
Binary file removed
BIN
-18.4 KB
...assets/images/help/organizations/disallow-members-to-change-repo-visibility.png
Diff not rendered.
Binary file removed
BIN
-6.28 KB
...format/2.21/assets/images/help/organizations/org-settings-member-privileges.png
Diff not rendered.
Binary file removed
BIN
-5.63 KB
...gacy-format/2.21/assets/images/help/organizations/org-settings-security-tab.png
Diff not rendered.
Binary file removed
BIN
-20.6 KB
...gacy-format/2.21/assets/images/help/organizations/organization-settings-tab.png
Diff not rendered.
Binary file removed
BIN
-7.01 KB
...erprise/legacy-format/2.21/assets/images/help/organizations/repo-labels-tab.png
Diff not rendered.
Binary file removed
BIN
-24.3 KB
...rprise/legacy-format/2.21/assets/images/help/package-registry/packages-link.png
Diff not rendered.
Binary file removed
BIN
-13.7 KB
...rise/legacy-format/2.21/assets/images/help/pages/click-pages-url-to-preview.png
Diff not rendered.
Binary file removed
BIN
-15.4 KB
...se/legacy-format/2.21/assets/images/help/pages/create-repository-name-pages.png
Diff not rendered.
Binary file removed
BIN
-24.3 KB
...ise/legacy-format/2.21/assets/images/help/pages/publishing-source-drop-down.png
Diff not rendered.
Binary file removed
BIN
-135 KB
...s/enterprise/legacy-format/2.21/assets/images/help/pages/save-custom-domain.png
Diff not rendered.
Binary file removed
BIN
-29.4 KB
...se/legacy-format/2.21/assets/images/help/profile/display-pro-badge-checkbox.png
Diff not rendered.
Binary file removed
BIN
-5.04 KB
...egacy-format/2.21/assets/images/help/profile/profile-block-or-report-button.png
Diff not rendered.
Binary file removed
BIN
-195 KB
...s/enterprise/legacy-format/2.21/assets/images/help/profile/profile_orgs_box.png
Diff not rendered.
Binary file removed
BIN
-6.85 KB
...s/enterprise/legacy-format/2.21/assets/images/help/profile/top_right_avatar.png
Diff not rendered.
Binary file removed
BIN
-55.4 KB
...acy-format/2.21/assets/images/help/projects/team-discussions-comment-button.png
Diff not rendered.
Binary file removed
BIN
-45.8 KB
...ise/legacy-format/2.21/assets/images/help/projects/team-discussions-comment.png
Diff not rendered.
Binary file removed
BIN
-22.4 KB
...egacy-format/2.21/assets/images/help/projects/team-discussions-privacy-menu.png
Diff not rendered.
Binary file removed
BIN
-17.1 KB
...erprise/legacy-format/2.21/assets/images/help/pull_requests/branch-dropdown.png
Diff not rendered.
Binary file removed
BIN
-18.6 KB
...rmat/2.21/assets/images/help/pull_requests/choose-base-and-compare-branches.png
Diff not rendered.
Binary file removed
BIN
-22.2 KB
...cy-format/2.21/assets/images/help/pull_requests/choose-base-fork-and-branch.png
Diff not rendered.
Binary file removed
BIN
-22.1 KB
...ormat/2.21/assets/images/help/pull_requests/choose-head-fork-compare-branch.png
Diff not rendered.
Binary file removed
BIN
-13.6 KB
...gacy-format/2.21/assets/images/help/pull_requests/compare-across-forks-link.png
Diff not rendered.
Binary file removed
BIN
-9.09 KB
.../legacy-format/2.21/assets/images/help/pull_requests/compare-branch-example.png
Diff not rendered.
Binary file removed
BIN
-10.8 KB
...-format/2.21/assets/images/help/pull_requests/pull-request-edit-base-branch.png
Diff not rendered.
Binary file removed
BIN
-13.3 KB
...prise/legacy-format/2.21/assets/images/help/pull_requests/pull-request-edit.png
Diff not rendered.
Binary file removed
BIN
-50.6 KB
...ormat/2.21/assets/images/help/pull_requests/pull-request-review-edit-branch.png
Diff not rendered.
Binary file removed
BIN
-7.79 KB
...rmat/2.21/assets/images/help/pull_requests/pull-request-start-review-button.png
Diff not rendered.
Binary file removed
BIN
-63.1 KB
...egacy-format/2.21/assets/images/help/pull_requests/revert-pull-request-link.png
Diff not rendered.
Binary file removed
BIN
-29.2 KB
...ages/enterprise/legacy-format/2.21/assets/images/help/releases/release-link.png
Diff not rendered.
Binary file removed
BIN
-18.5 KB
...terprise/legacy-format/2.21/assets/images/help/releases/releases-tag-branch.png
Diff not rendered.
Binary file removed
BIN
-17.7 KB
...erprise/legacy-format/2.21/assets/images/help/releases/releases-tag-version.png
Diff not rendered.
Binary file removed
BIN
-20.2 KB
.../enterprise/legacy-format/2.21/assets/images/help/repository/add-topic-form.png
Diff not rendered.
Binary file removed
BIN
-14.1 KB
...prise/legacy-format/2.21/assets/images/help/repository/choose-commit-branch.png
Diff not rendered.
Binary file removed
BIN
-29.5 KB
.../legacy-format/2.21/assets/images/help/repository/code-scanning-click-alert.png
Diff not rendered.
Binary file removed
BIN
-39.3 KB
.../legacy-format/2.21/assets/images/help/repository/create-commit-open-readme.png
Diff not rendered.
Binary file removed
BIN
-8.93 KB
...se/legacy-format/2.21/assets/images/help/repository/create-repository-owner.png
Diff not rendered.
Binary file removed
BIN
-20.4 KB
...-format/2.21/assets/images/help/repository/create-repository-public-private.png
Diff not rendered.
Binary file removed
BIN
-14 KB
...enterprise/legacy-format/2.21/assets/images/help/repository/create_new_file.png
Diff not rendered.
Binary file removed
BIN
-13.8 KB
...enterprise/legacy-format/2.21/assets/images/help/repository/https-url-clone.png
Diff not rendered.
Binary file removed
BIN
-14.4 KB
...prise/legacy-format/2.21/assets/images/help/repository/include-all-branches.png
Diff not rendered.
Binary file removed
BIN
-12.8 KB
...ise/legacy-format/2.21/assets/images/help/repository/initialize-with-readme.png
Diff not rendered.
Binary file removed
BIN
-17.6 KB
...rmat/2.21/assets/images/help/repository/issue-template-commit-message-field.png
Diff not rendered.
Binary file removed
BIN
-17.1 KB
...images/help/repository/issue-template-commit-to-master-or-open-pull-request.png
Diff not rendered.
Binary file removed
BIN
-26.4 KB
...ise/legacy-format/2.21/assets/images/help/repository/new-file-commit-button.png
Diff not rendered.
Binary file removed
BIN
-43 KB
...rprise/legacy-format/2.21/assets/images/help/repository/os-repo-with-topics.png
Diff not rendered.
Binary file removed
BIN
-27.8 KB
...cy-format/2.21/assets/images/help/repository/propose-file-change-quick-pull.png
Diff not rendered.
Binary file removed
BIN
-13.1 KB
...rise/legacy-format/2.21/assets/images/help/repository/repo-actions-settings.png
Diff not rendered.
Binary file removed
BIN
-92.8 KB
...nterprise/legacy-format/2.21/assets/images/help/repository/repo-with-readme.png
Diff not rendered.
Binary file removed
BIN
-6.21 KB
.../legacy-format/2.21/assets/images/help/repository/repository-options-branch.png
Diff not rendered.
Binary file removed
BIN
-15.1 KB
...-format/2.21/assets/images/help/repository/repository-options-defaultbranch.png
Diff not rendered.
Binary file removed
BIN
-78.6 KB
...images/enterprise/legacy-format/2.21/assets/images/help/repository/run-name.png
Diff not rendered.
Binary file removed
BIN
-6.1 KB
...rprise/legacy-format/2.21/assets/images/help/repository/upload-files-button.png
Diff not rendered.
Binary file removed
BIN
-77.7 KB
...nterprise/legacy-format/2.21/assets/images/help/repository/workflow-sidebar.png
Diff not rendered.
Binary file removed
BIN
-27.8 KB
...t/2.21/assets/images/help/repository/write-commit-message-co-author-trailer.png
Diff not rendered.
Binary file removed
BIN
-40.4 KB
...enterprise/legacy-format/2.21/assets/images/help/saml/okta-provisioning-tab.png
Diff not rendered.
Binary file removed
BIN
-7.17 KB
...es/enterprise/legacy-format/2.21/assets/images/help/search/find-file-button.png
Diff not rendered.
Binary file removed
BIN
-9.63 KB
...erprise/legacy-format/2.21/assets/images/help/search/find-file-search-field.png
Diff not rendered.
Binary file removed
BIN
-10.5 KB
...y-format/2.21/assets/images/help/settings/actions-runner-manage-permissions.png
Diff not rendered.
Binary file removed
BIN
-5.75 KB
...rprise/legacy-format/2.21/assets/images/help/settings/actions-runner-remove.png
Diff not rendered.
Binary file removed
BIN
-3.63 KB
...ges/enterprise/legacy-format/2.21/assets/images/help/settings/audit-log-tab.png
Diff not rendered.
Binary file removed
BIN
-7.04 KB
...y-format/2.21/assets/images/help/settings/settings-sidebar-account-settings.png
Diff not rendered.
Binary file removed
BIN
-4.15 KB
...se/legacy-format/2.21/assets/images/help/settings/settings-sidebar-ssh-keys.png
Diff not rendered.
Binary file removed
BIN
-61.3 KB
...rise/legacy-format/2.21/assets/images/help/settings/settings-ssh-key-review.png
Diff not rendered.
Binary file removed
BIN
-9.48 KB
...ise/legacy-format/2.21/assets/images/help/settings/userbar-account-settings.png
Diff not rendered.
Binary file removed
BIN
-30.6 KB
...ages/enterprise/legacy-format/2.21/assets/images/help/setup/keychain-access.png
Diff not rendered.
Binary file removed
BIN
-19.7 KB
...gacy-format/2.21/assets/images/help/sponsors/manage-your-sponsorship-button.png
Diff not rendered.
Binary file removed
BIN
-14.8 KB
...format/2.22/assets/images/enterprise/business-accounts/settings-options-tab.png
Diff not rendered.
Binary file removed
BIN
-10.3 KB
...rmat/2.22/assets/images/enterprise/management-console/code-scanning-disable.png
Diff not rendered.
Binary file removed
BIN
-10 KB
...2/assets/images/enterprise/management-console/enable-code-scanning-checkbox.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
...mat/2.22/assets/images/enterprise/management-console/management-console-tab.png
Diff not rendered.
Binary file removed
BIN
-7.84 KB
.../2.22/assets/images/enterprise/management-console/sidebar-advanced-security.png
Diff not rendered.
Binary file removed
BIN
-12.7 KB
...mat/2.22/assets/images/enterprise/management-console/sidebar-authentication.png
Diff not rendered.
Binary file removed
BIN
-2.98 KB
...ormat/2.22/assets/images/enterprise/site-admin-settings/access-new-settings.png
Diff not rendered.
Binary file removed
BIN
-9.34 KB
...t/2.22/assets/images/enterprise/site-admin-settings/add-announcement-button.png
Diff not rendered.
Binary file removed
BIN
-56.5 KB
...egacy-format/2.22/assets/images/enterprise/site-admin-settings/edit-message.png
Diff not rendered.
Binary file removed
BIN
-3.36 KB
...acy-format/2.22/assets/images/enterprise/site-admin-settings/enterprise-tab.png
Diff not rendered.
Binary file removed
BIN
-4.47 KB
....22/assets/images/enterprise/site-admin-settings/repo/repo-security-top-tab.png
Diff not rendered.
Binary file removed
BIN
-20 KB
...22/assets/images/enterprise/site-admin-settings/sign-out-add-message-button.png
Diff not rendered.
Binary file removed
BIN
-67.8 KB
...ise/legacy-format/2.22/assets/images/enterprise/site-admin-settings/suspend.png
Diff not rendered.
Binary file removed
BIN
-35 KB
assets/images/enterprise/legacy-format/2.22/assets/images/environments-sidebar.png
Diff not rendered.
Binary file removed
BIN
-43.5 KB
...erprise/legacy-format/2.22/assets/images/github-apps/github_apps_delete_key.png
Diff not rendered.
Binary file removed
BIN
-57.1 KB
...y-format/2.22/assets/images/github-apps/github_apps_private_key_fingerprint.png
Diff not rendered.
Binary file removed
BIN
-19.2 KB
...prise/legacy-format/2.22/assets/images/help/branch/branch-creation-text-box.png
Diff not rendered.
Binary file removed
BIN
-5.02 KB
...rise/legacy-format/2.22/assets/images/help/branch/branch-selection-dropdown.png
Diff not rendered.
Binary file removed
BIN
-32.5 KB
...ges/enterprise/legacy-format/2.22/assets/images/help/branches/branches-link.png
Diff not rendered.
Binary file removed
BIN
-16.8 KB
...prise/legacy-format/2.22/assets/images/help/branches/branches-overview-atom.png
Diff not rendered.
Binary file removed
BIN
-30.4 KB
...egacy-format/2.22/assets/images/help/business-accounts/billing-license-info.png
Diff not rendered.
Binary file removed
BIN
-22.8 KB
...sets/images/help/business-accounts/enterprise-account-settings-security-tab.png
Diff not rendered.
Binary file removed
BIN
-6.41 KB
...format/2.22/assets/images/help/codespaces/click-remote-explorer-icon-vscode.png
Diff not rendered.
Binary file removed
BIN
-31.2 KB
...nterprise/legacy-format/2.22/assets/images/help/commits/Commit-master-label.png
Diff not rendered.
Binary file removed
BIN
-38.1 KB
...y-format/2.22/assets/images/help/notifications-v2/dependabot-alerts-options.png
Diff not rendered.
Binary file removed
BIN
-6.28 KB
...format/2.22/assets/images/help/organizations/org-settings-member-privileges.png
Diff not rendered.
Binary file removed
BIN
-7.01 KB
...erprise/legacy-format/2.22/assets/images/help/organizations/repo-labels-tab.png
Diff not rendered.
Binary file removed
BIN
-5.04 KB
...egacy-format/2.22/assets/images/help/profile/profile-block-or-report-button.png
Diff not rendered.
Binary file removed
BIN
-55.4 KB
...acy-format/2.22/assets/images/help/projects/team-discussions-comment-button.png
Diff not rendered.
Binary file removed
BIN
-45.8 KB
...ise/legacy-format/2.22/assets/images/help/projects/team-discussions-comment.png
Diff not rendered.
Binary file removed
BIN
-22.4 KB
...egacy-format/2.22/assets/images/help/projects/team-discussions-privacy-menu.png
Diff not rendered.
Binary file removed
BIN
-17.1 KB
...erprise/legacy-format/2.22/assets/images/help/pull_requests/branch-dropdown.png
Diff not rendered.
Binary file removed
BIN
-18.6 KB
...rmat/2.22/assets/images/help/pull_requests/choose-base-and-compare-branches.png
Diff not rendered.
Binary file removed
BIN
-22.2 KB
...cy-format/2.22/assets/images/help/pull_requests/choose-base-fork-and-branch.png
Diff not rendered.
Binary file removed
BIN
-22.1 KB
...ormat/2.22/assets/images/help/pull_requests/choose-head-fork-compare-branch.png
Diff not rendered.
Binary file removed
BIN
-13.6 KB
...gacy-format/2.22/assets/images/help/pull_requests/compare-across-forks-link.png
Diff not rendered.
Binary file removed
BIN
-9.09 KB
.../legacy-format/2.22/assets/images/help/pull_requests/compare-branch-example.png
Diff not rendered.
Binary file removed
BIN
-10.8 KB
...-format/2.22/assets/images/help/pull_requests/pull-request-edit-base-branch.png
Diff not rendered.
Binary file removed
BIN
-13.3 KB
...prise/legacy-format/2.22/assets/images/help/pull_requests/pull-request-edit.png
Diff not rendered.
Binary file removed
BIN
-50.6 KB
...ormat/2.22/assets/images/help/pull_requests/pull-request-review-edit-branch.png
Diff not rendered.
Binary file removed
BIN
-63.1 KB
...egacy-format/2.22/assets/images/help/pull_requests/revert-pull-request-link.png
Diff not rendered.
Binary file removed
BIN
-18.5 KB
...terprise/legacy-format/2.22/assets/images/help/releases/releases-tag-branch.png
Diff not rendered.
Binary file removed
BIN
-17.7 KB
...erprise/legacy-format/2.22/assets/images/help/releases/releases-tag-version.png
Diff not rendered.
Oops, something went wrong.