diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4234b8f29f..04348af4ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -153,6 +153,15 @@ jobs: - name: Run build script run: npm run build + - name: Disk cache used by getRemoteJSON function in middleware + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + with: + path: .remotejson-cache + # Very liberal cache key. Note, for this to become populated + # for other branches, you have to manually run this workflow + # at least once using the "Run workflow" button. + key: ${{ runner.os }}-remotejson + - name: Index fixtures into the local Elasticsearch # For the sake of saving time, only run this step if the group # is one that will run tests against an Elasticsearch on localhost. diff --git a/.gitignore b/.gitignore index 1efe6cc410..4276911e17 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,6 @@ semmle-code .installed.package-lock.json assets/images/help/writing/unordered-list-rendered (1).png + +# Used by getRemoteJSON() +.remotejson-cache/ diff --git a/assets/images/enterprise/3.1/help/repository/repo-tabs-issues.png b/assets/images/enterprise/3.1/help/repository/repo-tabs-issues.png deleted file mode 100644 index db874fc61f..0000000000 Binary files a/assets/images/enterprise/3.1/help/repository/repo-tabs-issues.png and /dev/null differ diff --git a/assets/images/enterprise/3.1/help/repository/repo-tabs-pull-requests.png b/assets/images/enterprise/3.1/help/repository/repo-tabs-pull-requests.png deleted file mode 100644 index 95d4262072..0000000000 Binary files a/assets/images/enterprise/3.1/help/repository/repo-tabs-pull-requests.png and /dev/null differ diff --git a/assets/images/enterprise/3.3/repository/repo-tabs-pull-requests.png b/assets/images/enterprise/3.3/repository/repo-tabs-pull-requests.png deleted file mode 100644 index ed96774668..0000000000 Binary files a/assets/images/enterprise/3.3/repository/repo-tabs-pull-requests.png and /dev/null differ diff --git a/assets/images/enterprise/activity/activity-button.png b/assets/images/enterprise/activity/activity-button.png deleted file mode 100644 index 3216c17531..0000000000 Binary files a/assets/images/enterprise/activity/activity-button.png and /dev/null differ diff --git a/assets/images/enterprise/activity/activity-dashboard-yearly.png b/assets/images/enterprise/activity/activity-dashboard-yearly.png deleted file mode 100644 index 9a5e7a6087..0000000000 Binary files a/assets/images/enterprise/activity/activity-dashboard-yearly.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/choose-enterprise-or-org-connect.png b/assets/images/enterprise/business-accounts/choose-enterprise-or-org-connect.png deleted file mode 100644 index 7809676de8..0000000000 Binary files a/assets/images/enterprise/business-accounts/choose-enterprise-or-org-connect.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/confirm-disable-github-connect.png b/assets/images/enterprise/business-accounts/confirm-disable-github-connect.png deleted file mode 100644 index 2119602a49..0000000000 Binary files a/assets/images/enterprise/business-accounts/confirm-disable-github-connect.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/disable-github-connect-button.png b/assets/images/enterprise/business-accounts/disable-github-connect-button.png deleted file mode 100644 index 8a7bc07c74..0000000000 Binary files a/assets/images/enterprise/business-accounts/disable-github-connect-button.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/enable-github-connect-button.png b/assets/images/enterprise/business-accounts/enable-github-connect-button.png deleted file mode 100644 index a1f4191859..0000000000 Binary files a/assets/images/enterprise/business-accounts/enable-github-connect-button.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png b/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png deleted file mode 100644 index d30de658ce..0000000000 Binary files a/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png b/assets/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png deleted file mode 100644 index 2b1b20f7e5..0000000000 Binary files a/assets/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/export-license-usage-link.png b/assets/images/enterprise/business-accounts/export-license-usage-link.png deleted file mode 100644 index 28661b9a95..0000000000 Binary files a/assets/images/enterprise/business-accounts/export-license-usage-link.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/log-forwarding-tab.png b/assets/images/enterprise/business-accounts/log-forwarding-tab.png deleted file mode 100644 index d210ceac79..0000000000 Binary files a/assets/images/enterprise/business-accounts/log-forwarding-tab.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/pages-policies-save-button.png b/assets/images/enterprise/business-accounts/pages-policies-save-button.png deleted file mode 100644 index 05a8f70c32..0000000000 Binary files a/assets/images/enterprise/business-accounts/pages-policies-save-button.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/protocol-drop-down-menu.png b/assets/images/enterprise/business-accounts/protocol-drop-down-menu.png deleted file mode 100644 index e3ece9d441..0000000000 Binary files a/assets/images/enterprise/business-accounts/protocol-drop-down-menu.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/public-certificate-text-box.png b/assets/images/enterprise/business-accounts/public-certificate-text-box.png deleted file mode 100644 index bf0e3ef647..0000000000 Binary files a/assets/images/enterprise/business-accounts/public-certificate-text-box.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/save-button-log-forwarding.png b/assets/images/enterprise/business-accounts/save-button-log-forwarding.png deleted file mode 100644 index 6ee95178fe..0000000000 Binary files a/assets/images/enterprise/business-accounts/save-button-log-forwarding.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/server-address-field.png b/assets/images/enterprise/business-accounts/server-address-field.png deleted file mode 100644 index c61e237706..0000000000 Binary files a/assets/images/enterprise/business-accounts/server-address-field.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/settings-announcement-tab.png b/assets/images/enterprise/business-accounts/settings-announcement-tab.png deleted file mode 100644 index 41215dbcb4..0000000000 Binary files a/assets/images/enterprise/business-accounts/settings-announcement-tab.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/settings-messages-tab.png b/assets/images/enterprise/business-accounts/settings-messages-tab.png deleted file mode 100644 index 68f52f739f..0000000000 Binary files a/assets/images/enterprise/business-accounts/settings-messages-tab.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/settings-options-tab.png b/assets/images/enterprise/business-accounts/settings-options-tab.png deleted file mode 100644 index a85c306146..0000000000 Binary files a/assets/images/enterprise/business-accounts/settings-options-tab.png and /dev/null differ diff --git a/assets/images/enterprise/business-accounts/vulnerabilities-tab.png b/assets/images/enterprise/business-accounts/vulnerabilities-tab.png deleted file mode 100644 index 6ebbe879a8..0000000000 Binary files a/assets/images/enterprise/business-accounts/vulnerabilities-tab.png and /dev/null differ diff --git a/assets/images/enterprise/cluster/cluster-diagram.png b/assets/images/enterprise/cluster/cluster-diagram.png deleted file mode 100644 index 53e8c07d10..0000000000 Binary files a/assets/images/enterprise/cluster/cluster-diagram.png and /dev/null differ diff --git a/assets/images/enterprise/cluster/nagios-example.png b/assets/images/enterprise/cluster/nagios-example.png deleted file mode 100644 index 4a6c9a7224..0000000000 Binary files a/assets/images/enterprise/cluster/nagios-example.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-discard-email.png b/assets/images/enterprise/configuration/ae-discard-email.png deleted file mode 100644 index a8ef6a800a..0000000000 Binary files a/assets/images/enterprise/configuration/ae-discard-email.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-email-configure.png b/assets/images/enterprise/configuration/ae-email-configure.png deleted file mode 100644 index 6d0aed480a..0000000000 Binary files a/assets/images/enterprise/configuration/ae-email-configure.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-enable-email-configure.png b/assets/images/enterprise/configuration/ae-enable-email-configure.png deleted file mode 100644 index 87f59b3d44..0000000000 Binary files a/assets/images/enterprise/configuration/ae-enable-email-configure.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-enterprise-configuration.png b/assets/images/enterprise/configuration/ae-enterprise-configuration.png deleted file mode 100644 index 51761ac8cf..0000000000 Binary files a/assets/images/enterprise/configuration/ae-enterprise-configuration.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-force-pushes-configuration-menu.png b/assets/images/enterprise/configuration/ae-force-pushes-configuration-menu.png deleted file mode 100644 index 91f49b8307..0000000000 Binary files a/assets/images/enterprise/configuration/ae-force-pushes-configuration-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-git-ssh-access-menu.png b/assets/images/enterprise/configuration/ae-git-ssh-access-menu.png deleted file mode 100644 index 77905d5c1d..0000000000 Binary files a/assets/images/enterprise/configuration/ae-git-ssh-access-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-idp-configure.png b/assets/images/enterprise/configuration/ae-idp-configure.png deleted file mode 100644 index e851f586df..0000000000 Binary files a/assets/images/enterprise/configuration/ae-idp-configure.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-idp-issuer-url.png b/assets/images/enterprise/configuration/ae-idp-issuer-url.png deleted file mode 100644 index ec47f27e57..0000000000 Binary files a/assets/images/enterprise/configuration/ae-idp-issuer-url.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-idp-public-certificate.png b/assets/images/enterprise/configuration/ae-idp-public-certificate.png deleted file mode 100644 index 85772db116..0000000000 Binary files a/assets/images/enterprise/configuration/ae-idp-public-certificate.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-idp-sign-on-url.png b/assets/images/enterprise/configuration/ae-idp-sign-on-url.png deleted file mode 100644 index f475b80262..0000000000 Binary files a/assets/images/enterprise/configuration/ae-idp-sign-on-url.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-organization-creation-permissions-menu.png b/assets/images/enterprise/configuration/ae-organization-creation-permissions-menu.png deleted file mode 100644 index 9be4af2e09..0000000000 Binary files a/assets/images/enterprise/configuration/ae-organization-creation-permissions-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-policies-configure.png b/assets/images/enterprise/configuration/ae-policies-configure.png deleted file mode 100644 index 278f8eec94..0000000000 Binary files a/assets/images/enterprise/configuration/ae-policies-configure.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-repository-creation-permissions.png b/assets/images/enterprise/configuration/ae-repository-creation-permissions.png deleted file mode 100644 index 32ca49e2ee..0000000000 Binary files a/assets/images/enterprise/configuration/ae-repository-creation-permissions.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-repository-forking-menu.png b/assets/images/enterprise/configuration/ae-repository-forking-menu.png deleted file mode 100644 index a1482bacec..0000000000 Binary files a/assets/images/enterprise/configuration/ae-repository-forking-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-repository-invitations-menu.png b/assets/images/enterprise/configuration/ae-repository-invitations-menu.png deleted file mode 100644 index 9d16134638..0000000000 Binary files a/assets/images/enterprise/configuration/ae-repository-invitations-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-repository-permissions-menu.png b/assets/images/enterprise/configuration/ae-repository-permissions-menu.png deleted file mode 100644 index e69b41c8ac..0000000000 Binary files a/assets/images/enterprise/configuration/ae-repository-permissions-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-repository-visibility-menu.png b/assets/images/enterprise/configuration/ae-repository-visibility-menu.png deleted file mode 100644 index 934ccf0777..0000000000 Binary files a/assets/images/enterprise/configuration/ae-repository-visibility-menu.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-reset-default-options.png b/assets/images/enterprise/configuration/ae-reset-default-options.png deleted file mode 100644 index 0f309452ae..0000000000 Binary files a/assets/images/enterprise/configuration/ae-reset-default-options.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-save.png b/assets/images/enterprise/configuration/ae-save.png deleted file mode 100644 index 3240cfa2e5..0000000000 Binary files a/assets/images/enterprise/configuration/ae-save.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-send-test-email.png b/assets/images/enterprise/configuration/ae-send-test-email.png deleted file mode 100644 index 384e10d7c5..0000000000 Binary files a/assets/images/enterprise/configuration/ae-send-test-email.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-support-configure.png b/assets/images/enterprise/configuration/ae-support-configure.png deleted file mode 100644 index 783f7f101c..0000000000 Binary files a/assets/images/enterprise/configuration/ae-support-configure.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-support-link-url.png b/assets/images/enterprise/configuration/ae-support-link-url.png deleted file mode 100644 index f603e12a61..0000000000 Binary files a/assets/images/enterprise/configuration/ae-support-link-url.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-test-email.png b/assets/images/enterprise/configuration/ae-test-email.png deleted file mode 100644 index 8a02a19c4e..0000000000 Binary files a/assets/images/enterprise/configuration/ae-test-email.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/ae-test-saml-configuration.png b/assets/images/enterprise/configuration/ae-test-saml-configuration.png deleted file mode 100644 index 5333171e29..0000000000 Binary files a/assets/images/enterprise/configuration/ae-test-saml-configuration.png and /dev/null differ diff --git a/assets/images/enterprise/configuration/enforce-tls-for-smtp-checkbox.png b/assets/images/enterprise/configuration/enforce-tls-for-smtp-checkbox.png index e2b4f4fcb0..57c528ebdb 100644 Binary files a/assets/images/enterprise/configuration/enforce-tls-for-smtp-checkbox.png and b/assets/images/enterprise/configuration/enforce-tls-for-smtp-checkbox.png differ diff --git a/assets/images/enterprise/configuration/enterprise-account-email-tab.png b/assets/images/enterprise/configuration/enterprise-account-email-tab.png deleted file mode 100644 index 1fa7acf0a6..0000000000 Binary files a/assets/images/enterprise/configuration/enterprise-account-email-tab.png and /dev/null differ diff --git a/assets/images/enterprise/custom-footer/add-footer-links.png b/assets/images/enterprise/custom-footer/add-footer-links.png deleted file mode 100644 index a4c40ca587..0000000000 Binary files a/assets/images/enterprise/custom-footer/add-footer-links.png and /dev/null differ diff --git a/assets/images/enterprise/custom-footer/custom-footer-section.png b/assets/images/enterprise/custom-footer/custom-footer-section.png index 7cdaf01f2d..3df6b4b10e 100644 Binary files a/assets/images/enterprise/custom-footer/custom-footer-section.png and b/assets/images/enterprise/custom-footer/custom-footer-section.png differ diff --git a/assets/images/enterprise/custom-footer/enterprise-profile-ghec.png b/assets/images/enterprise/custom-footer/enterprise-profile-ghec.png deleted file mode 100644 index b7a386193c..0000000000 Binary files a/assets/images/enterprise/custom-footer/enterprise-profile-ghec.png and /dev/null differ diff --git a/assets/images/enterprise/custom-footer/enterprise-profile-ghes.png b/assets/images/enterprise/custom-footer/enterprise-profile-ghes.png deleted file mode 100644 index 5232af1895..0000000000 Binary files a/assets/images/enterprise/custom-footer/enterprise-profile-ghes.png and /dev/null differ diff --git a/assets/images/enterprise/custom-footer/octodemo-footer.png b/assets/images/enterprise/custom-footer/octodemo-footer.png deleted file mode 100644 index f7915b7d0e..0000000000 Binary files a/assets/images/enterprise/custom-footer/octodemo-footer.png and /dev/null differ diff --git a/assets/images/enterprise/custom-footer/update-custom-footer.png b/assets/images/enterprise/custom-footer/update-custom-footer.png deleted file mode 100644 index 2222bbf014..0000000000 Binary files a/assets/images/enterprise/custom-footer/update-custom-footer.png and /dev/null differ diff --git a/assets/images/enterprise/enterprise-server/license.png b/assets/images/enterprise/enterprise-server/license.png deleted file mode 100644 index a948c3d3b2..0000000000 Binary files a/assets/images/enterprise/enterprise-server/license.png and /dev/null differ diff --git a/assets/images/enterprise/github-ae/disable-github-connect-button.png b/assets/images/enterprise/github-ae/disable-github-connect-button.png deleted file mode 100644 index c343435180..0000000000 Binary files a/assets/images/enterprise/github-ae/disable-github-connect-button.png and /dev/null differ diff --git a/assets/images/enterprise/github-ae/enable-github-connect-button.png b/assets/images/enterprise/github-ae/enable-github-connect-button.png deleted file mode 100644 index e79e36b835..0000000000 Binary files a/assets/images/enterprise/github-ae/enable-github-connect-button.png and /dev/null differ diff --git a/assets/images/enterprise/graphs/click-alert-in-alerts-list.png b/assets/images/enterprise/graphs/click-alert-in-alerts-list.png deleted file mode 100644 index 0339c25069..0000000000 Binary files a/assets/images/enterprise/graphs/click-alert-in-alerts-list.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/enable-ip-exception-list.png b/assets/images/enterprise/maintenance/enable-ip-exception-list.png deleted file mode 100644 index 9b9b1881f1..0000000000 Binary files a/assets/images/enterprise/maintenance/enable-ip-exception-list.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/enable-maintenance-mode-checkbox.png b/assets/images/enterprise/maintenance/enable-maintenance-mode-checkbox.png deleted file mode 100644 index 8dea941acb..0000000000 Binary files a/assets/images/enterprise/maintenance/enable-maintenance-mode-checkbox.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/enable-maintenance-mode-now.png b/assets/images/enterprise/maintenance/enable-maintenance-mode-now.png deleted file mode 100644 index ad95e43778..0000000000 Binary files a/assets/images/enterprise/maintenance/enable-maintenance-mode-now.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/ip-exception-list-ip-addresses.png b/assets/images/enterprise/maintenance/ip-exception-list-ip-addresses.png deleted file mode 100644 index 8c87b020cc..0000000000 Binary files a/assets/images/enterprise/maintenance/ip-exception-list-ip-addresses.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/ip-exception-save.png b/assets/images/enterprise/maintenance/ip-exception-save.png deleted file mode 100644 index 5f1650a0b4..0000000000 Binary files a/assets/images/enterprise/maintenance/ip-exception-save.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/maintenance-mode-maintenance-page.png b/assets/images/enterprise/maintenance/maintenance-mode-maintenance-page.png deleted file mode 100644 index d18f0bb758..0000000000 Binary files a/assets/images/enterprise/maintenance/maintenance-mode-maintenance-page.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/maintenance-scheduled.png b/assets/images/enterprise/maintenance/maintenance-scheduled.png deleted file mode 100644 index 4135e9e8bd..0000000000 Binary files a/assets/images/enterprise/maintenance/maintenance-scheduled.png and /dev/null differ diff --git a/assets/images/enterprise/maintenance/schedule-maintenance-mode-two-hours.png b/assets/images/enterprise/maintenance/schedule-maintenance-mode-two-hours.png deleted file mode 100644 index 0fb3cf097a..0000000000 Binary files a/assets/images/enterprise/maintenance/schedule-maintenance-mode-two-hours.png and /dev/null differ diff --git a/assets/images/enterprise/management-console/export-license-usage-link.png b/assets/images/enterprise/management-console/export-license-usage-link.png new file mode 100644 index 0000000000..105cd3d9f0 Binary files /dev/null and b/assets/images/enterprise/management-console/export-license-usage-link.png differ diff --git a/assets/images/enterprise/repos/repo-change-confirm.png b/assets/images/enterprise/repos/repo-change-confirm.png deleted file mode 100644 index fb1afb6b10..0000000000 Binary files a/assets/images/enterprise/repos/repo-change-confirm.png and /dev/null differ diff --git a/assets/images/enterprise/repos/repo-change-select.png b/assets/images/enterprise/repos/repo-change-select.png deleted file mode 100644 index 161f81e6e4..0000000000 Binary files a/assets/images/enterprise/repos/repo-change-select.png and /dev/null differ diff --git a/assets/images/enterprise/settings/ent-new-explore.png b/assets/images/enterprise/settings/ent-new-explore.png index c1c2d72f31..b813f0b81d 100644 Binary files a/assets/images/enterprise/settings/ent-new-explore.png and b/assets/images/enterprise/settings/ent-new-explore.png differ diff --git a/assets/images/help/actions/environments-sidebar.png b/assets/images/help/actions/environments-sidebar.png deleted file mode 100644 index 65f1b84ec3..0000000000 Binary files a/assets/images/help/actions/environments-sidebar.png and /dev/null differ diff --git a/assets/images/help/actions/previous-run-attempts.png b/assets/images/help/actions/previous-run-attempts.png new file mode 100644 index 0000000000..965ab3841b Binary files /dev/null and b/assets/images/help/actions/previous-run-attempts.png differ diff --git a/assets/images/help/actions/re-run-selected-job.png b/assets/images/help/actions/re-run-selected-job.png new file mode 100644 index 0000000000..a50dab36c9 Binary files /dev/null and b/assets/images/help/actions/re-run-selected-job.png differ diff --git a/assets/images/help/actions/superlinter-workflow-sidebar.png b/assets/images/help/actions/superlinter-workflow-sidebar.png new file mode 100644 index 0000000000..2593e58aca Binary files /dev/null and b/assets/images/help/actions/superlinter-workflow-sidebar.png differ diff --git a/assets/images/help/copilot/vsc-sign-in.png b/assets/images/help/copilot/vsc-sign-in.png new file mode 100644 index 0000000000..f4b7189c94 Binary files /dev/null and b/assets/images/help/copilot/vsc-sign-in.png differ diff --git a/assets/images/help/copilot/vsc-sign-out.png b/assets/images/help/copilot/vsc-sign-out.png new file mode 100644 index 0000000000..6fd67ba9d4 Binary files /dev/null and b/assets/images/help/copilot/vsc-sign-out.png differ diff --git a/assets/images/help/enterprises/enterprise-licensing-tab.png b/assets/images/help/enterprises/enterprise-licensing-tab.png deleted file mode 100644 index f66c98c88d..0000000000 Binary files a/assets/images/help/enterprises/enterprise-licensing-tab.png and /dev/null differ diff --git a/assets/images/help/repository/PR-bypass-requirements-with-apps.png b/assets/images/help/repository/PR-bypass-requirements-with-apps.png deleted file mode 100644 index 4404f8e65a..0000000000 Binary files a/assets/images/help/repository/PR-bypass-requirements-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/PR-bypass-requirements.png b/assets/images/help/repository/PR-bypass-requirements.png deleted file mode 100644 index 12e8e22aee..0000000000 Binary files a/assets/images/help/repository/PR-bypass-requirements.png and /dev/null differ diff --git a/assets/images/help/repository/PR-required-check-passed-using-generic.png b/assets/images/help/repository/PR-required-check-passed-using-generic.png deleted file mode 100644 index 02b56f7552..0000000000 Binary files a/assets/images/help/repository/PR-required-check-passed-using-generic.png and /dev/null differ diff --git a/assets/images/help/repository/PR-required-check-skipped.png b/assets/images/help/repository/PR-required-check-skipped.png deleted file mode 100644 index 6c1fa4f8cd..0000000000 Binary files a/assets/images/help/repository/PR-required-check-skipped.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-code-owner.png b/assets/images/help/repository/PR-review-required-code-owner.png deleted file mode 100644 index 891b26139f..0000000000 Binary files a/assets/images/help/repository/PR-review-required-code-owner.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-dismissals-with-apps.png b/assets/images/help/repository/PR-review-required-dismissals-with-apps.png deleted file mode 100644 index 904838748f..0000000000 Binary files a/assets/images/help/repository/PR-review-required-dismissals-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-dismissals.png b/assets/images/help/repository/PR-review-required-dismissals.png deleted file mode 100644 index 360311c946..0000000000 Binary files a/assets/images/help/repository/PR-review-required-dismissals.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required-dismiss-stale.png b/assets/images/help/repository/PR-reviews-required-dismiss-stale.png deleted file mode 100644 index 106f14bbda..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required-dismiss-stale.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required-updated.png b/assets/images/help/repository/PR-reviews-required-updated.png deleted file mode 100644 index b487d44a1b..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required-updated.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required.png b/assets/images/help/repository/PR-reviews-required.png deleted file mode 100644 index 0b648f5031..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required.png and /dev/null differ diff --git a/assets/images/help/repository/add-collaborator-user-repo.png b/assets/images/help/repository/add-collaborator-user-repo.png deleted file mode 100644 index 77ecf07dd6..0000000000 Binary files a/assets/images/help/repository/add-collaborator-user-repo.png and /dev/null differ diff --git a/assets/images/help/repository/allow-branch-deletions.png b/assets/images/help/repository/allow-branch-deletions.png deleted file mode 100644 index db18f077a0..0000000000 Binary files a/assets/images/help/repository/allow-branch-deletions.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png b/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png deleted file mode 100644 index 0f53ceba7e..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes-specify-who.png b/assets/images/help/repository/allow-force-pushes-specify-who.png deleted file mode 100644 index ffd46ebe14..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes-specify-who.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes.png b/assets/images/help/repository/allow-force-pushes.png deleted file mode 100644 index 19589362dc..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes.png and /dev/null differ diff --git a/assets/images/help/repository/allow-merge-commits-no-dropdown.png b/assets/images/help/repository/allow-merge-commits-no-dropdown.png deleted file mode 100644 index b95b0e9026..0000000000 Binary files a/assets/images/help/repository/allow-merge-commits-no-dropdown.png and /dev/null differ diff --git a/assets/images/help/repository/allow-merge-commits.png b/assets/images/help/repository/allow-merge-commits.png deleted file mode 100644 index d0492c2032..0000000000 Binary files a/assets/images/help/repository/allow-merge-commits.png and /dev/null differ diff --git a/assets/images/help/repository/allow-rebase-merging-no-dropdown.png b/assets/images/help/repository/allow-rebase-merging-no-dropdown.png deleted file mode 100644 index a4fea766a7..0000000000 Binary files a/assets/images/help/repository/allow-rebase-merging-no-dropdown.png and /dev/null differ diff --git a/assets/images/help/repository/allow-rebase-merging.png b/assets/images/help/repository/allow-rebase-merging.png deleted file mode 100644 index 5780685c30..0000000000 Binary files a/assets/images/help/repository/allow-rebase-merging.png and /dev/null differ diff --git a/assets/images/help/repository/allow-squash-merging-no-dropdown.png b/assets/images/help/repository/allow-squash-merging-no-dropdown.png deleted file mode 100644 index 13707c4cc3..0000000000 Binary files a/assets/images/help/repository/allow-squash-merging-no-dropdown.png and /dev/null differ diff --git a/assets/images/help/repository/allow-squash-merging.png b/assets/images/help/repository/allow-squash-merging.png deleted file mode 100644 index 9f59730ee9..0000000000 Binary files a/assets/images/help/repository/allow-squash-merging.png and /dev/null differ diff --git a/assets/images/help/repository/choose-a-repository.png b/assets/images/help/repository/choose-a-repository.png deleted file mode 100644 index 5404786b5c..0000000000 Binary files a/assets/images/help/repository/choose-a-repository.png and /dev/null differ diff --git a/assets/images/help/repository/code-snippet-permalink-in-comment.png b/assets/images/help/repository/code-snippet-permalink-in-comment.png deleted file mode 100644 index 82ad1fede5..0000000000 Binary files a/assets/images/help/repository/code-snippet-permalink-in-comment.png and /dev/null differ diff --git a/assets/images/help/repository/copy-permalink-specific-line.png b/assets/images/help/repository/copy-permalink-specific-line.png deleted file mode 100644 index 7cf8d3c9d7..0000000000 Binary files a/assets/images/help/repository/copy-permalink-specific-line.png and /dev/null differ diff --git a/assets/images/help/repository/create-personal-repository-desc.png b/assets/images/help/repository/create-personal-repository-desc.png deleted file mode 100644 index 56cbc5f28e..0000000000 Binary files a/assets/images/help/repository/create-personal-repository-desc.png and /dev/null differ diff --git a/assets/images/help/repository/create-personal-repository-visibility.png b/assets/images/help/repository/create-personal-repository-visibility.png deleted file mode 100644 index b756cdeb00..0000000000 Binary files a/assets/images/help/repository/create-personal-repository-visibility.png and /dev/null differ diff --git a/assets/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png b/assets/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png deleted file mode 100644 index 2ad463ef7b..0000000000 Binary files a/assets/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png and /dev/null differ diff --git a/assets/images/help/repository/personal-repository-edit-readme.png b/assets/images/help/repository/personal-repository-edit-readme.png deleted file mode 100644 index 1869e03bf7..0000000000 Binary files a/assets/images/help/repository/personal-repository-edit-readme.png and /dev/null differ diff --git a/assets/images/help/repository/personal-repository-readme-template.png b/assets/images/help/repository/personal-repository-readme-template.png deleted file mode 100644 index f274ea9fe3..0000000000 Binary files a/assets/images/help/repository/personal-repository-readme-template.png and /dev/null differ diff --git a/assets/images/help/repository/pin-issue.png b/assets/images/help/repository/pin-issue.png deleted file mode 100644 index f5ba99dff4..0000000000 Binary files a/assets/images/help/repository/pin-issue.png and /dev/null differ diff --git a/assets/images/help/repository/pr-merge-full-commits.png b/assets/images/help/repository/pr-merge-full-commits.png deleted file mode 100644 index 9de8d9ed33..0000000000 Binary files a/assets/images/help/repository/pr-merge-full-commits.png and /dev/null differ diff --git a/assets/images/help/repository/pr-merge-rebase.png b/assets/images/help/repository/pr-merge-rebase.png deleted file mode 100644 index d0e7fbe567..0000000000 Binary files a/assets/images/help/repository/pr-merge-rebase.png and /dev/null differ diff --git a/assets/images/help/repository/pr-merge-squash.png b/assets/images/help/repository/pr-merge-squash.png deleted file mode 100644 index 91539a4867..0000000000 Binary files a/assets/images/help/repository/pr-merge-squash.png and /dev/null differ diff --git a/assets/images/help/repository/pr-template-file-name-docs.png b/assets/images/help/repository/pr-template-file-name-docs.png deleted file mode 100644 index f928efbf28..0000000000 Binary files a/assets/images/help/repository/pr-template-file-name-docs.png and /dev/null differ diff --git a/assets/images/help/repository/pr-template-file-name.png b/assets/images/help/repository/pr-template-file-name.png deleted file mode 100644 index 8b45172b93..0000000000 Binary files a/assets/images/help/repository/pr-template-file-name.png and /dev/null differ diff --git a/assets/images/help/repository/pr-template-hidden-directory.png b/assets/images/help/repository/pr-template-hidden-directory.png deleted file mode 100644 index 8e13dc2104..0000000000 Binary files a/assets/images/help/repository/pr-template-hidden-directory.png and /dev/null differ diff --git a/assets/images/help/repository/pr-template-multiple-hidden-directory.png b/assets/images/help/repository/pr-template-multiple-hidden-directory.png deleted file mode 100644 index 5ac833d124..0000000000 Binary files a/assets/images/help/repository/pr-template-multiple-hidden-directory.png and /dev/null differ diff --git a/assets/images/help/repository/preview-and-edit-button.png b/assets/images/help/repository/preview-and-edit-button.png deleted file mode 100644 index c10d49240e..0000000000 Binary files a/assets/images/help/repository/preview-and-edit-button.png and /dev/null differ diff --git a/assets/images/help/repository/previous-run-attempts.png b/assets/images/help/repository/previous-run-attempts.png deleted file mode 100644 index d71b3172f8..0000000000 Binary files a/assets/images/help/repository/previous-run-attempts.png and /dev/null differ diff --git a/assets/images/help/repository/prior-blame-button.png b/assets/images/help/repository/prior-blame-button.png deleted file mode 100644 index 32a61218d9..0000000000 Binary files a/assets/images/help/repository/prior-blame-button.png and /dev/null differ diff --git a/assets/images/help/repository/propose-file-change-quick-pull.png b/assets/images/help/repository/propose-file-change-quick-pull.png deleted file mode 100644 index fcfe0659d8..0000000000 Binary files a/assets/images/help/repository/propose-file-change-quick-pull.png and /dev/null differ diff --git a/assets/images/help/repository/propose_file_change_button.png b/assets/images/help/repository/propose_file_change_button.png deleted file mode 100644 index 9fb5d6e1ba..0000000000 Binary files a/assets/images/help/repository/propose_file_change_button.png and /dev/null differ diff --git a/assets/images/help/repository/prose_diff_attributes.png b/assets/images/help/repository/prose_diff_attributes.png index 1b693312b9..2d752f36c5 100644 Binary files a/assets/images/help/repository/prose_diff_attributes.png and b/assets/images/help/repository/prose_diff_attributes.png differ diff --git a/assets/images/help/repository/prose_diff_rendering.png b/assets/images/help/repository/prose_diff_rendering.png deleted file mode 100644 index b5649aa96d..0000000000 Binary files a/assets/images/help/repository/prose_diff_rendering.png and /dev/null differ diff --git a/assets/images/help/repository/protecting-branch-loose-status.png b/assets/images/help/repository/protecting-branch-loose-status.png deleted file mode 100644 index fe1d977c5a..0000000000 Binary files a/assets/images/help/repository/protecting-branch-loose-status.png and /dev/null differ diff --git a/assets/images/help/repository/raw-file-button.png b/assets/images/help/repository/raw-file-button.png index 314de3d40a..f4fddf7745 100644 Binary files a/assets/images/help/repository/raw-file-button.png and b/assets/images/help/repository/raw-file-button.png differ diff --git a/assets/images/help/repository/readme-automatic-toc.png b/assets/images/help/repository/readme-automatic-toc.png index 9b1030e942..9855dcaa30 100644 Binary files a/assets/images/help/repository/readme-automatic-toc.png and b/assets/images/help/repository/readme-automatic-toc.png differ diff --git a/assets/images/help/repository/readme-links.png b/assets/images/help/repository/readme-links.png index 86928b4994..908946982e 100644 Binary files a/assets/images/help/repository/readme-links.png and b/assets/images/help/repository/readme-links.png differ diff --git a/assets/images/help/repository/remotes-url.png b/assets/images/help/repository/remotes-url.png index ccc07620c5..734846db0c 100644 Binary files a/assets/images/help/repository/remotes-url.png and b/assets/images/help/repository/remotes-url.png differ diff --git a/assets/images/help/repository/rename-repo-during-transfer.png b/assets/images/help/repository/rename-repo-during-transfer.png deleted file mode 100644 index 521f66b1c4..0000000000 Binary files a/assets/images/help/repository/rename-repo-during-transfer.png and /dev/null differ diff --git a/assets/images/help/repository/render_webgl_error.png b/assets/images/help/repository/render_webgl_error.png deleted file mode 100644 index 5623cf2e56..0000000000 Binary files a/assets/images/help/repository/render_webgl_error.png and /dev/null differ diff --git a/assets/images/help/repository/rendered-code-snippet.png b/assets/images/help/repository/rendered-code-snippet.png index d09e117917..59645ef077 100644 Binary files a/assets/images/help/repository/rendered-code-snippet.png and b/assets/images/help/repository/rendered-code-snippet.png differ diff --git a/assets/images/help/repository/rendered-pdf.png b/assets/images/help/repository/rendered-pdf.png deleted file mode 100644 index c0723f529a..0000000000 Binary files a/assets/images/help/repository/rendered-pdf.png and /dev/null differ diff --git a/assets/images/help/repository/rendered_prose_changes.png b/assets/images/help/repository/rendered_prose_changes.png index f324baaee6..9f69e3effa 100644 Binary files a/assets/images/help/repository/rendered_prose_changes.png and b/assets/images/help/repository/rendered_prose_changes.png differ diff --git a/assets/images/help/repository/rendered_prose_diff.png b/assets/images/help/repository/rendered_prose_diff.png index f35a3357fe..664a2d9dfc 100644 Binary files a/assets/images/help/repository/rendered_prose_diff.png and b/assets/images/help/repository/rendered_prose_diff.png differ diff --git a/assets/images/help/repository/repo-actions-watch.png b/assets/images/help/repository/repo-actions-watch.png index 4c3cbaaae9..71cfab646f 100644 Binary files a/assets/images/help/repository/repo-actions-watch.png and b/assets/images/help/repository/repo-actions-watch.png differ diff --git a/assets/images/help/repository/repo-change-confirm.png b/assets/images/help/repository/repo-change-confirm.png deleted file mode 100644 index 9c322ec52e..0000000000 Binary files a/assets/images/help/repository/repo-change-confirm.png and /dev/null differ diff --git a/assets/images/help/repository/repo-change-select.png b/assets/images/help/repository/repo-change-select.png deleted file mode 100644 index ac15f7a64d..0000000000 Binary files a/assets/images/help/repository/repo-change-select.png and /dev/null differ diff --git a/assets/images/help/repository/repo-change-vis.png b/assets/images/help/repository/repo-change-vis.png deleted file mode 100644 index 455175dca9..0000000000 Binary files a/assets/images/help/repository/repo-change-vis.png and /dev/null differ diff --git a/assets/images/help/repository/repo-delete-confirmation.png b/assets/images/help/repository/repo-delete-confirmation.png deleted file mode 100644 index 2b3a939e55..0000000000 Binary files a/assets/images/help/repository/repo-delete-confirmation.png and /dev/null differ diff --git a/assets/images/help/repository/repo-delete.png b/assets/images/help/repository/repo-delete.png deleted file mode 100644 index b2c4646064..0000000000 Binary files a/assets/images/help/repository/repo-delete.png and /dev/null differ diff --git a/assets/images/help/repository/repo-leave-confirmation.png b/assets/images/help/repository/repo-leave-confirmation.png deleted file mode 100644 index 1913ce871d..0000000000 Binary files a/assets/images/help/repository/repo-leave-confirmation.png and /dev/null differ diff --git a/assets/images/help/repository/repo-leave.png b/assets/images/help/repository/repo-leave.png deleted file mode 100644 index baa9cfe789..0000000000 Binary files a/assets/images/help/repository/repo-leave.png and /dev/null differ diff --git a/assets/images/help/repository/repo-license-indicator.png b/assets/images/help/repository/repo-license-indicator.png index ad3403d1d1..19c232b2ad 100644 Binary files a/assets/images/help/repository/repo-license-indicator.png and b/assets/images/help/repository/repo-license-indicator.png differ diff --git a/assets/images/help/repository/repo-nav-insights-tab.png b/assets/images/help/repository/repo-nav-insights-tab.png index d82452e878..66225732ac 100644 Binary files a/assets/images/help/repository/repo-nav-insights-tab.png and b/assets/images/help/repository/repo-nav-insights-tab.png differ diff --git a/assets/images/help/repository/repo-settings-collab-add.png b/assets/images/help/repository/repo-settings-collab-add.png deleted file mode 100644 index c04cc9efe5..0000000000 Binary files a/assets/images/help/repository/repo-settings-collab-add.png and /dev/null differ diff --git a/assets/images/help/repository/repo-settings-collab-autofill.png b/assets/images/help/repository/repo-settings-collab-autofill.png deleted file mode 100644 index 74aff91ebb..0000000000 Binary files a/assets/images/help/repository/repo-settings-collab-autofill.png and /dev/null differ diff --git a/assets/images/help/repository/repo-settings-issues-pull-requests.png b/assets/images/help/repository/repo-settings-issues-pull-requests.png index 645bc5cf0e..6b65e503eb 100644 Binary files a/assets/images/help/repository/repo-settings-issues-pull-requests.png and b/assets/images/help/repository/repo-settings-issues-pull-requests.png differ diff --git a/assets/images/help/repository/repo-tabs-issues.png b/assets/images/help/repository/repo-tabs-issues.png index 776b24629e..2b108d5d72 100644 Binary files a/assets/images/help/repository/repo-tabs-issues.png and b/assets/images/help/repository/repo-tabs-issues.png differ diff --git a/assets/images/help/repository/repo-tabs-pull-requests.png b/assets/images/help/repository/repo-tabs-pull-requests.png index 6d0fbe8bc1..e77b5930f1 100644 Binary files a/assets/images/help/repository/repo-tabs-pull-requests.png and b/assets/images/help/repository/repo-tabs-pull-requests.png differ diff --git a/assets/images/help/repository/repo-transfer-complete.png b/assets/images/help/repository/repo-transfer-complete.png deleted file mode 100644 index 8a2feaf5a7..0000000000 Binary files a/assets/images/help/repository/repo-transfer-complete.png and /dev/null differ diff --git a/assets/images/help/repository/repo-transfer-free-plan-warnings.png b/assets/images/help/repository/repo-transfer-free-plan-warnings.png deleted file mode 100644 index e146840252..0000000000 Binary files a/assets/images/help/repository/repo-transfer-free-plan-warnings.png and /dev/null differ diff --git a/assets/images/help/repository/repo-transfer-overview.png b/assets/images/help/repository/repo-transfer-overview.png deleted file mode 100644 index f56c1bbc2f..0000000000 Binary files a/assets/images/help/repository/repo-transfer-overview.png and /dev/null differ diff --git a/assets/images/help/repository/repo-transfer.png b/assets/images/help/repository/repo-transfer.png deleted file mode 100644 index 80c8844196..0000000000 Binary files a/assets/images/help/repository/repo-transfer.png and /dev/null differ diff --git a/assets/images/help/repository/repo-username-match.png b/assets/images/help/repository/repo-username-match.png deleted file mode 100644 index c6d722a619..0000000000 Binary files a/assets/images/help/repository/repo-username-match.png and /dev/null differ diff --git a/assets/images/help/repository/repo-with-readme.png b/assets/images/help/repository/repo-with-readme.png deleted file mode 100644 index b9d562815e..0000000000 Binary files a/assets/images/help/repository/repo-with-readme.png and /dev/null differ diff --git a/assets/images/help/repository/report-content-modal.png b/assets/images/help/repository/report-content-modal.png deleted file mode 100644 index bbb47a8a15..0000000000 Binary files a/assets/images/help/repository/report-content-modal.png and /dev/null differ diff --git a/assets/images/help/repository/report-content-to-support-form.png b/assets/images/help/repository/report-content-to-support-form.png deleted file mode 100644 index e0b279c9a0..0000000000 Binary files a/assets/images/help/repository/report-content-to-support-form.png and /dev/null differ diff --git a/assets/images/help/repository/reported-content-kebab.png b/assets/images/help/repository/reported-content-kebab.png new file mode 100644 index 0000000000..b11fc038ce Binary files /dev/null and b/assets/images/help/repository/reported-content-kebab.png differ diff --git a/assets/images/help/repository/reported-content-mark-report-as-resolved.png b/assets/images/help/repository/reported-content-mark-report-as-resolved.png deleted file mode 100644 index c2f4a90fb6..0000000000 Binary files a/assets/images/help/repository/reported-content-mark-report-as-resolved.png and /dev/null differ diff --git a/assets/images/help/repository/reported-content-mark-report-as-unresolved.png b/assets/images/help/repository/reported-content-mark-report-as-unresolved.png deleted file mode 100644 index 8684933d75..0000000000 Binary files a/assets/images/help/repository/reported-content-mark-report-as-unresolved.png and /dev/null differ diff --git a/assets/images/help/repository/reported-content-opt-in-checkbox.png b/assets/images/help/repository/reported-content-opt-in-checkbox.png deleted file mode 100644 index 5dc3cae277..0000000000 Binary files a/assets/images/help/repository/reported-content-opt-in-checkbox.png and /dev/null differ diff --git a/assets/images/help/repository/reported-content-report-view-content.png b/assets/images/help/repository/reported-content-report-view-content.png deleted file mode 100644 index f9d4fd2214..0000000000 Binary files a/assets/images/help/repository/reported-content-report-view-content.png and /dev/null differ diff --git a/assets/images/help/repository/reported-content-resolved-tab.png b/assets/images/help/repository/reported-content-resolved-tab.png deleted file mode 100644 index 85fcb26074..0000000000 Binary files a/assets/images/help/repository/reported-content-resolved-tab.png and /dev/null differ diff --git a/assets/images/help/repository/repository-license-picker.png b/assets/images/help/repository/repository-license-picker.png index 9990e09eae..8044d7ed0e 100644 Binary files a/assets/images/help/repository/repository-license-picker.png and b/assets/images/help/repository/repository-license-picker.png differ diff --git a/assets/images/help/repository/repository-name-change.png b/assets/images/help/repository/repository-name-change.png deleted file mode 100644 index f828f77b27..0000000000 Binary files a/assets/images/help/repository/repository-name-change.png and /dev/null differ diff --git a/assets/images/help/repository/repository-options-branch.png b/assets/images/help/repository/repository-options-branch.png deleted file mode 100644 index 6083547413..0000000000 Binary files a/assets/images/help/repository/repository-options-branch.png and /dev/null differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-change.png b/assets/images/help/repository/repository-options-defaultbranch-change.png deleted file mode 100644 index 86ba375f5d..0000000000 Binary files a/assets/images/help/repository/repository-options-defaultbranch-change.png and /dev/null differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-drop-down.png b/assets/images/help/repository/repository-options-defaultbranch-drop-down.png deleted file mode 100644 index 47c05d57d7..0000000000 Binary files a/assets/images/help/repository/repository-options-defaultbranch-drop-down.png and /dev/null differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-i-understand.png b/assets/images/help/repository/repository-options-defaultbranch-i-understand.png deleted file mode 100644 index ab7719c4d8..0000000000 Binary files a/assets/images/help/repository/repository-options-defaultbranch-i-understand.png and /dev/null differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-update.png b/assets/images/help/repository/repository-options-defaultbranch-update.png deleted file mode 100644 index 340f063814..0000000000 Binary files a/assets/images/help/repository/repository-options-defaultbranch-update.png and /dev/null differ diff --git a/assets/images/help/repository/repository-permissions-list.png b/assets/images/help/repository/repository-permissions-list.png deleted file mode 100644 index 665c3d00d1..0000000000 Binary files a/assets/images/help/repository/repository-permissions-list.png and /dev/null differ diff --git a/assets/images/help/repository/req-status-check-conflicting-merge-commits.png b/assets/images/help/repository/req-status-check-conflicting-merge-commits.png deleted file mode 100644 index f2c3d1533e..0000000000 Binary files a/assets/images/help/repository/req-status-check-conflicting-merge-commits.png and /dev/null differ diff --git a/assets/images/help/repository/require-conversation-resolution.png b/assets/images/help/repository/require-conversation-resolution.png deleted file mode 100644 index 52f4bad4b0..0000000000 Binary files a/assets/images/help/repository/require-conversation-resolution.png and /dev/null differ diff --git a/assets/images/help/repository/require-merge-queue.png b/assets/images/help/repository/require-merge-queue.png deleted file mode 100644 index ae84d0ab09..0000000000 Binary files a/assets/images/help/repository/require-merge-queue.png and /dev/null differ diff --git a/assets/images/help/repository/require-signed-commits.png b/assets/images/help/repository/require-signed-commits.png deleted file mode 100644 index 66def0b1a7..0000000000 Binary files a/assets/images/help/repository/require-signed-commits.png and /dev/null differ diff --git a/assets/images/help/repository/require-signoffs.png b/assets/images/help/repository/require-signoffs.png deleted file mode 100644 index f24a5972a6..0000000000 Binary files a/assets/images/help/repository/require-signoffs.png and /dev/null differ diff --git a/assets/images/help/repository/require-successful-deployment.png b/assets/images/help/repository/require-successful-deployment.png deleted file mode 100644 index 0973b1c9ee..0000000000 Binary files a/assets/images/help/repository/require-successful-deployment.png and /dev/null differ diff --git a/assets/images/help/repository/required-linear-history.png b/assets/images/help/repository/required-linear-history.png deleted file mode 100644 index 2b2c02bc23..0000000000 Binary files a/assets/images/help/repository/required-linear-history.png and /dev/null differ diff --git a/assets/images/help/repository/required-status-checks.png b/assets/images/help/repository/required-status-checks.png deleted file mode 100644 index 171bf510d9..0000000000 Binary files a/assets/images/help/repository/required-status-checks.png and /dev/null differ diff --git a/assets/images/help/repository/required-statuses-list.png b/assets/images/help/repository/required-statuses-list.png deleted file mode 100644 index 2a2bdfe37a..0000000000 Binary files a/assets/images/help/repository/required-statuses-list.png and /dev/null differ diff --git a/assets/images/help/repository/rerun-checks-drop-down-updated.png b/assets/images/help/repository/rerun-checks-drop-down-updated.png deleted file mode 100644 index 42c6e48edc..0000000000 Binary files a/assets/images/help/repository/rerun-checks-drop-down-updated.png and /dev/null differ diff --git a/assets/images/help/repository/rerun-checks-drop-down.png b/assets/images/help/repository/rerun-checks-drop-down.png deleted file mode 100644 index dddc8f2819..0000000000 Binary files a/assets/images/help/repository/rerun-checks-drop-down.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch-create.png b/assets/images/help/repository/restrict-branch-create.png deleted file mode 100644 index 68ccd9d7c2..0000000000 Binary files a/assets/images/help/repository/restrict-branch-create.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch.png b/assets/images/help/repository/restrict-branch.png deleted file mode 100644 index 96911eb615..0000000000 Binary files a/assets/images/help/repository/restrict-branch.png and /dev/null differ diff --git a/assets/images/help/repository/run-name.png b/assets/images/help/repository/run-name.png deleted file mode 100644 index 7a0083bbf6..0000000000 Binary files a/assets/images/help/repository/run-name.png and /dev/null differ diff --git a/assets/images/help/repository/sample-issue-form.png b/assets/images/help/repository/sample-issue-form.png index c8235d4443..8ab0b3e1bc 100644 Binary files a/assets/images/help/repository/sample-issue-form.png and b/assets/images/help/repository/sample-issue-form.png differ diff --git a/assets/images/help/repository/search-based-code-navigation-link.png b/assets/images/help/repository/search-based-code-navigation-link.png index 2d0f236b7b..224db5620f 100644 Binary files a/assets/images/help/repository/search-based-code-navigation-link.png and b/assets/images/help/repository/search-based-code-navigation-link.png differ diff --git a/assets/images/help/repository/search-log-box-updated-2.png b/assets/images/help/repository/search-log-box-updated-2.png deleted file mode 100644 index 2b4efdb9bf..0000000000 Binary files a/assets/images/help/repository/search-log-box-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/searching_csvs.gif b/assets/images/help/repository/searching_csvs.gif deleted file mode 100644 index 05d51f5956..0000000000 Binary files a/assets/images/help/repository/searching_csvs.gif and /dev/null differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png deleted file mode 100644 index a48172d020..0000000000 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png and /dev/null differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png deleted file mode 100644 index 4284a57953..0000000000 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png and /dev/null differ diff --git a/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png b/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png deleted file mode 100644 index a5cab254e0..0000000000 Binary files a/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png and /dev/null differ diff --git a/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png b/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png deleted file mode 100644 index 930ebb9d61..0000000000 Binary files a/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png and /dev/null differ diff --git a/assets/images/help/repository/security-and-analysis-security-alerts-username-x.png b/assets/images/help/repository/security-and-analysis-security-alerts-username-x.png index d71543df67..675075a186 100644 Binary files a/assets/images/help/repository/security-and-analysis-security-alerts-username-x.png and b/assets/images/help/repository/security-and-analysis-security-alerts-username-x.png differ diff --git a/assets/images/help/repository/security-and-analysis-tab.png b/assets/images/help/repository/security-and-analysis-tab.png deleted file mode 100644 index bc0aee2711..0000000000 Binary files a/assets/images/help/repository/security-and-analysis-tab.png and /dev/null differ diff --git a/assets/images/help/repository/share-to-profile.png b/assets/images/help/repository/share-to-profile.png deleted file mode 100644 index b5b9a7eccb..0000000000 Binary files a/assets/images/help/repository/share-to-profile.png and /dev/null differ diff --git a/assets/images/help/repository/sidebar-code-scanning-alerts.png b/assets/images/help/repository/sidebar-code-scanning-alerts.png deleted file mode 100644 index 1beb06a90a..0000000000 Binary files a/assets/images/help/repository/sidebar-code-scanning-alerts.png and /dev/null differ diff --git a/assets/images/help/repository/skipped-required-run-details.png b/assets/images/help/repository/skipped-required-run-details.png deleted file mode 100644 index 4832903bed..0000000000 Binary files a/assets/images/help/repository/skipped-required-run-details.png and /dev/null differ diff --git a/assets/images/help/repository/social-preview-transparency.png b/assets/images/help/repository/social-preview-transparency.png deleted file mode 100644 index 507bc29cb1..0000000000 Binary files a/assets/images/help/repository/social-preview-transparency.png and /dev/null differ diff --git a/assets/images/help/repository/source-render-toggle-geojson.png b/assets/images/help/repository/source-render-toggle-geojson.png deleted file mode 100644 index 3b4cf6dbc8..0000000000 Binary files a/assets/images/help/repository/source-render-toggle-geojson.png and /dev/null differ diff --git a/assets/images/help/repository/start-commit-choose-where-to-commit.png b/assets/images/help/repository/start-commit-choose-where-to-commit.png deleted file mode 100644 index 83320fed1a..0000000000 Binary files a/assets/images/help/repository/start-commit-choose-where-to-commit.png and /dev/null differ diff --git a/assets/images/help/repository/start-commit-commit-new-file.png b/assets/images/help/repository/start-commit-commit-new-file.png index f6e1eee130..27a339d082 100644 Binary files a/assets/images/help/repository/start-commit-commit-new-file.png and b/assets/images/help/repository/start-commit-commit-new-file.png differ diff --git a/assets/images/help/repository/super-linter-workflow-results-updated-2.png b/assets/images/help/repository/super-linter-workflow-results-updated-2.png deleted file mode 100644 index 562d2ed860..0000000000 Binary files a/assets/images/help/repository/super-linter-workflow-results-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/superlinter-lint-code-base-job-updated.png b/assets/images/help/repository/superlinter-lint-code-base-job-updated.png deleted file mode 100644 index 788089fe59..0000000000 Binary files a/assets/images/help/repository/superlinter-lint-code-base-job-updated.png and /dev/null differ diff --git a/assets/images/help/repository/superlinter-workflow-sidebar.png b/assets/images/help/repository/superlinter-workflow-sidebar.png deleted file mode 100644 index 732c7496dc..0000000000 Binary files a/assets/images/help/repository/superlinter-workflow-sidebar.png and /dev/null differ diff --git a/assets/images/help/repository/template-chooser-report-abuse.png b/assets/images/help/repository/template-chooser-report-abuse.png deleted file mode 100644 index 7bdc1e1bee..0000000000 Binary files a/assets/images/help/repository/template-chooser-report-abuse.png and /dev/null differ diff --git a/assets/images/help/repository/template-config-file-content.png b/assets/images/help/repository/template-config-file-content.png deleted file mode 100644 index bc14d288bf..0000000000 Binary files a/assets/images/help/repository/template-config-file-content.png and /dev/null differ diff --git a/assets/images/help/repository/template-config-file-name.png b/assets/images/help/repository/template-config-file-name.png deleted file mode 100644 index d4970e2cef..0000000000 Binary files a/assets/images/help/repository/template-config-file-name.png and /dev/null differ diff --git a/assets/images/help/repository/template-drop-down.png b/assets/images/help/repository/template-drop-down.png deleted file mode 100644 index 0071050915..0000000000 Binary files a/assets/images/help/repository/template-drop-down.png and /dev/null differ diff --git a/assets/images/help/repository/template-repository-checkbox.png b/assets/images/help/repository/template-repository-checkbox.png deleted file mode 100644 index 4fe781eb8e..0000000000 Binary files a/assets/images/help/repository/template-repository-checkbox.png and /dev/null differ diff --git a/assets/images/help/repository/temporary-interaction-limits-options.png b/assets/images/help/repository/temporary-interaction-limits-options.png deleted file mode 100644 index 364206fe37..0000000000 Binary files a/assets/images/help/repository/temporary-interaction-limits-options.png and /dev/null differ diff --git a/assets/images/help/repository/transfer-issue-button.png b/assets/images/help/repository/transfer-issue-button.png deleted file mode 100644 index 56e0af8ec7..0000000000 Binary files a/assets/images/help/repository/transfer-issue-button.png and /dev/null differ diff --git a/assets/images/help/repository/transfer-issue.png b/assets/images/help/repository/transfer-issue.png deleted file mode 100644 index 7ada6750c5..0000000000 Binary files a/assets/images/help/repository/transfer-issue.png and /dev/null differ diff --git a/assets/images/help/repository/transfer-repo-new-owner-name.png b/assets/images/help/repository/transfer-repo-new-owner-name.png deleted file mode 100644 index 89bb82290e..0000000000 Binary files a/assets/images/help/repository/transfer-repo-new-owner-name.png and /dev/null differ diff --git a/assets/images/help/repository/unarchive-repository-warnings.png b/assets/images/help/repository/unarchive-repository-warnings.png deleted file mode 100644 index d269921be6..0000000000 Binary files a/assets/images/help/repository/unarchive-repository-warnings.png and /dev/null differ diff --git a/assets/images/help/repository/unarchive-repository.png b/assets/images/help/repository/unarchive-repository.png deleted file mode 100644 index ce4290325e..0000000000 Binary files a/assets/images/help/repository/unarchive-repository.png and /dev/null differ diff --git a/assets/images/help/repository/update-branch-button.png b/assets/images/help/repository/update-branch-button.png deleted file mode 100644 index 39694f5e96..0000000000 Binary files a/assets/images/help/repository/update-branch-button.png and /dev/null differ diff --git a/assets/images/help/repository/upload-files-button.png b/assets/images/help/repository/upload-files-button.png index 403b586246..a4371a54ad 100644 Binary files a/assets/images/help/repository/upload-files-button.png and b/assets/images/help/repository/upload-files-button.png differ diff --git a/assets/images/help/repository/upload-files-drag-and-drop.png b/assets/images/help/repository/upload-files-drag-and-drop.png deleted file mode 100644 index 2aa46c82d7..0000000000 Binary files a/assets/images/help/repository/upload-files-drag-and-drop.png and /dev/null differ diff --git a/assets/images/help/repository/used-by-section.png b/assets/images/help/repository/used-by-section.png index 84441a2198..313c5fc2dc 100644 Binary files a/assets/images/help/repository/used-by-section.png and b/assets/images/help/repository/used-by-section.png differ diff --git a/assets/images/help/repository/user-account-repo-settings-collaborators.png b/assets/images/help/repository/user-account-repo-settings-collaborators.png deleted file mode 100644 index cf494c44db..0000000000 Binary files a/assets/images/help/repository/user-account-repo-settings-collaborators.png and /dev/null differ diff --git a/assets/images/help/repository/username-repo-with-readme.png b/assets/images/help/repository/username-repo-with-readme.png deleted file mode 100644 index 1864765157..0000000000 Binary files a/assets/images/help/repository/username-repo-with-readme.png and /dev/null differ diff --git a/assets/images/help/repository/view-git-blame-specific-line.png b/assets/images/help/repository/view-git-blame-specific-line.png deleted file mode 100644 index 7c02619530..0000000000 Binary files a/assets/images/help/repository/view-git-blame-specific-line.png and /dev/null differ diff --git a/assets/images/help/repository/view-run-billable-time.png b/assets/images/help/repository/view-run-billable-time.png deleted file mode 100644 index fc5bd523a6..0000000000 Binary files a/assets/images/help/repository/view-run-billable-time.png and /dev/null differ diff --git a/assets/images/help/repository/view_raw.png b/assets/images/help/repository/view_raw.png deleted file mode 100644 index 83fdb6ba32..0000000000 Binary files a/assets/images/help/repository/view_raw.png and /dev/null differ diff --git a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png b/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png deleted file mode 100644 index 96d5f6a3d1..0000000000 Binary files a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/write-commit-message-co-author-trailer.png b/assets/images/help/repository/write-commit-message-co-author-trailer.png deleted file mode 100644 index 26593de3b0..0000000000 Binary files a/assets/images/help/repository/write-commit-message-co-author-trailer.png and /dev/null differ diff --git a/assets/images/help/repository/write-commit-message-on-behalf-of-trailer.png b/assets/images/help/repository/write-commit-message-on-behalf-of-trailer.png deleted file mode 100644 index e461560835..0000000000 Binary files a/assets/images/help/repository/write-commit-message-on-behalf-of-trailer.png and /dev/null differ diff --git a/assets/images/help/repository/write-commit-message-quick-pull.png b/assets/images/help/repository/write-commit-message-quick-pull.png deleted file mode 100644 index aba09172b6..0000000000 Binary files a/assets/images/help/repository/write-commit-message-quick-pull.png and /dev/null differ diff --git a/assets/images/help/repository/zenodo_authorize.png b/assets/images/help/repository/zenodo_authorize.png deleted file mode 100644 index 45dec28b24..0000000000 Binary files a/assets/images/help/repository/zenodo_authorize.png and /dev/null differ diff --git a/assets/images/help/repository/zenodo_github_page.png b/assets/images/help/repository/zenodo_github_page.png deleted file mode 100644 index b830b78416..0000000000 Binary files a/assets/images/help/repository/zenodo_github_page.png and /dev/null differ diff --git a/assets/images/help/repository/zenodo_login.png b/assets/images/help/repository/zenodo_login.png deleted file mode 100644 index 59b54a0328..0000000000 Binary files a/assets/images/help/repository/zenodo_login.png and /dev/null differ diff --git a/assets/images/help/repository/zenodo_login_with_github.png b/assets/images/help/repository/zenodo_login_with_github.png deleted file mode 100644 index d6a3f43485..0000000000 Binary files a/assets/images/help/repository/zenodo_login_with_github.png and /dev/null differ diff --git a/assets/images/help/repository/zenodo_toggle_on.png b/assets/images/help/repository/zenodo_toggle_on.png deleted file mode 100644 index dfdf04cb4e..0000000000 Binary files a/assets/images/help/repository/zenodo_toggle_on.png and /dev/null differ diff --git a/assets/images/help/settings/settings-sidebar-repositories.png b/assets/images/help/settings/settings-sidebar-repositories.png deleted file mode 100644 index 39210629e9..0000000000 Binary files a/assets/images/help/settings/settings-sidebar-repositories.png and /dev/null differ diff --git a/assets/images/help/sponsors/link-account-button.png b/assets/images/help/sponsors/link-account-button.png deleted file mode 100644 index b23c080276..0000000000 Binary files a/assets/images/help/sponsors/link-account-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/new-update-button.png b/assets/images/help/sponsors/new-update-button.png deleted file mode 100644 index 81885bdf39..0000000000 Binary files a/assets/images/help/sponsors/new-update-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/pay-full-amount-link.png b/assets/images/help/sponsors/pay-full-amount-link.png new file mode 100644 index 0000000000..f85f63580b Binary files /dev/null and b/assets/images/help/sponsors/pay-full-amount-link.png differ diff --git a/assets/images/help/sponsors/pay-prorated-amount-link.png b/assets/images/help/sponsors/pay-prorated-amount-link.png deleted file mode 100644 index 5d1c615b1e..0000000000 Binary files a/assets/images/help/sponsors/pay-prorated-amount-link.png and /dev/null differ diff --git a/assets/images/help/sponsors/select-highlighted-org-members.png b/assets/images/help/sponsors/select-highlighted-org-members.png index 47bf785e34..d300365e66 100644 Binary files a/assets/images/help/sponsors/select-highlighted-org-members.png and b/assets/images/help/sponsors/select-highlighted-org-members.png differ diff --git a/assets/images/help/sponsors/select-tiers-email.png b/assets/images/help/sponsors/select-tiers-email.png deleted file mode 100644 index 4b7d21ea2a..0000000000 Binary files a/assets/images/help/sponsors/select-tiers-email.png and /dev/null differ diff --git a/assets/images/help/sponsors/set-a-goal-button.png b/assets/images/help/sponsors/set-a-goal-button.png deleted file mode 100644 index 13bdcad4b2..0000000000 Binary files a/assets/images/help/sponsors/set-a-goal-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/settings-tab.png b/assets/images/help/sponsors/settings-tab.png deleted file mode 100644 index ce98544d47..0000000000 Binary files a/assets/images/help/sponsors/settings-tab.png and /dev/null differ diff --git a/assets/images/help/sponsors/show-one-time-tiers.png b/assets/images/help/sponsors/show-one-time-tiers.png deleted file mode 100644 index 197e5b32ee..0000000000 Binary files a/assets/images/help/sponsors/show-one-time-tiers.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-as-drop-down-menu.png b/assets/images/help/sponsors/sponsor-as-drop-down-menu.png deleted file mode 100644 index 9df32d3db3..0000000000 Binary files a/assets/images/help/sponsors/sponsor-as-drop-down-menu.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-developer-button.png b/assets/images/help/sponsors/sponsor-developer-button.png deleted file mode 100644 index a032ecf75d..0000000000 Binary files a/assets/images/help/sponsors/sponsor-developer-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-org-button.png b/assets/images/help/sponsors/sponsor-org-button.png deleted file mode 100644 index 4efa0dab50..0000000000 Binary files a/assets/images/help/sponsors/sponsor-org-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-set-up-button.png b/assets/images/help/sponsors/sponsor-set-up-button.png deleted file mode 100644 index e7677aab97..0000000000 Binary files a/assets/images/help/sponsors/sponsor-set-up-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-tiers-tab.png b/assets/images/help/sponsors/sponsor-tiers-tab.png deleted file mode 100644 index 49c43d2114..0000000000 Binary files a/assets/images/help/sponsors/sponsor-tiers-tab.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsoring-as-drop-down-menu.png b/assets/images/help/sponsors/sponsoring-as-drop-down-menu.png deleted file mode 100644 index 39c2c65a72..0000000000 Binary files a/assets/images/help/sponsors/sponsoring-as-drop-down-menu.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsoring-tab.png b/assets/images/help/sponsors/sponsoring-tab.png index 5189ba48bb..b9dea3f54e 100644 Binary files a/assets/images/help/sponsors/sponsoring-tab.png and b/assets/images/help/sponsors/sponsoring-tab.png differ diff --git a/assets/images/help/sponsors/sponsors-search-options.png b/assets/images/help/sponsors/sponsors-search-options.png deleted file mode 100644 index 54933f2dc3..0000000000 Binary files a/assets/images/help/sponsors/sponsors-search-options.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsorships-checkbox.png b/assets/images/help/sponsors/sponsorships-checkbox.png deleted file mode 100644 index 6f77373cba..0000000000 Binary files a/assets/images/help/sponsors/sponsorships-checkbox.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsorships-published-checkbox.png b/assets/images/help/sponsors/sponsorships-published-checkbox.png deleted file mode 100644 index d874f30d1e..0000000000 Binary files a/assets/images/help/sponsors/sponsorships-published-checkbox.png and /dev/null differ diff --git a/assets/images/help/sponsors/subject-body-update.png b/assets/images/help/sponsors/subject-body-update.png deleted file mode 100644 index b6ee6d29f0..0000000000 Binary files a/assets/images/help/sponsors/subject-body-update.png and /dev/null differ diff --git a/assets/images/help/sponsors/tier-editor-button.png b/assets/images/help/sponsors/tier-editor-button.png deleted file mode 100644 index 53b70e0c04..0000000000 Binary files a/assets/images/help/sponsors/tier-editor-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/tier-price-description.png b/assets/images/help/sponsors/tier-price-description.png deleted file mode 100644 index a99595bad7..0000000000 Binary files a/assets/images/help/sponsors/tier-price-description.png and /dev/null differ diff --git a/assets/images/help/sponsors/unpublish-profile-button.png b/assets/images/help/sponsors/unpublish-profile-button.png deleted file mode 100644 index 559bd55aaa..0000000000 Binary files a/assets/images/help/sponsors/unpublish-profile-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/unpublish-profile-dialog.png b/assets/images/help/sponsors/unpublish-profile-dialog.png deleted file mode 100644 index f751c627a1..0000000000 Binary files a/assets/images/help/sponsors/unpublish-profile-dialog.png and /dev/null differ diff --git a/assets/images/help/sponsors/update-sponsorship-button.png b/assets/images/help/sponsors/update-sponsorship-button.png deleted file mode 100644 index 00f7916dde..0000000000 Binary files a/assets/images/help/sponsors/update-sponsorship-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/update-tier-button.png b/assets/images/help/sponsors/update-tier-button.png deleted file mode 100644 index b884f895c5..0000000000 Binary files a/assets/images/help/sponsors/update-tier-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/updates-checkbox-manage.png b/assets/images/help/sponsors/updates-checkbox-manage.png deleted file mode 100644 index 8a6613c8af..0000000000 Binary files a/assets/images/help/sponsors/updates-checkbox-manage.png and /dev/null differ diff --git a/assets/images/help/sponsors/user-waitlist-payout-options.png b/assets/images/help/sponsors/user-waitlist-payout-options.png deleted file mode 100644 index f1addfa808..0000000000 Binary files a/assets/images/help/sponsors/user-waitlist-payout-options.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhook-active.png b/assets/images/help/sponsors/webhook-active.png deleted file mode 100644 index 12bc8a167c..0000000000 Binary files a/assets/images/help/sponsors/webhook-active.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhook-content-menu.png b/assets/images/help/sponsors/webhook-content-menu.png deleted file mode 100644 index 13a0f3c081..0000000000 Binary files a/assets/images/help/sponsors/webhook-content-menu.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhook-edit-delete-button.png b/assets/images/help/sponsors/webhook-edit-delete-button.png deleted file mode 100644 index 4d64e22684..0000000000 Binary files a/assets/images/help/sponsors/webhook-edit-delete-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhook-payload-url.png b/assets/images/help/sponsors/webhook-payload-url.png deleted file mode 100644 index cc4a661691..0000000000 Binary files a/assets/images/help/sponsors/webhook-payload-url.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhook-secret-token.png b/assets/images/help/sponsors/webhook-secret-token.png deleted file mode 100644 index 8ff7dd7151..0000000000 Binary files a/assets/images/help/sponsors/webhook-secret-token.png and /dev/null differ diff --git a/assets/images/help/sponsors/webhooks-tab.png b/assets/images/help/sponsors/webhooks-tab.png index 78db022082..81c02d7992 100644 Binary files a/assets/images/help/sponsors/webhooks-tab.png and b/assets/images/help/sponsors/webhooks-tab.png differ diff --git a/assets/images/help/sponsors/who-can-see-sponsorship.png b/assets/images/help/sponsors/who-can-see-sponsorship.png deleted file mode 100644 index 8710355065..0000000000 Binary files a/assets/images/help/sponsors/who-can-see-sponsorship.png and /dev/null differ diff --git a/assets/images/help/sponsors/your-goals-tab.png b/assets/images/help/sponsors/your-goals-tab.png index 31993b59c6..2a95baacfb 100644 Binary files a/assets/images/help/sponsors/your-goals-tab.png and b/assets/images/help/sponsors/your-goals-tab.png differ diff --git a/assets/images/help/sponsors/your-sponsors-tab.png b/assets/images/help/sponsors/your-sponsors-tab.png index 9fadc21105..e62d3728e2 100644 Binary files a/assets/images/help/sponsors/your-sponsors-tab.png and b/assets/images/help/sponsors/your-sponsors-tab.png differ diff --git a/components/search/SearchResults.tsx b/components/search/SearchResults.tsx index 695857e5a4..f45aed8781 100644 --- a/components/search/SearchResults.tsx +++ b/components/search/SearchResults.tsx @@ -25,7 +25,7 @@ export function SearchResults({ results, query }: Props) { return (
diff --git a/content/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes.md b/content/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes.md
index d0e268ab30..bb9c305baa 100644
--- a/content/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes.md
+++ b/content/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes.md
@@ -116,6 +116,4 @@ You can configure [Nagios](https://www.nagios.org/) to monitor {% data variables
}
```
-Once you add the definition to Nagios, the service check executes according to your configuration. You should be able to see the newly configured service in the Nagios web interface.
-
-
+After you add the definition to Nagios, the service check executes according to your configuration. You should be able to see the newly configured service in the Nagios web interface.
diff --git a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard.md b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard.md
index 4b60fd3bb5..1be241fb01 100644
--- a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard.md
+++ b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard.md
@@ -24,11 +24,8 @@ The Activity dashboard provides weekly, monthly, and yearly graphs of the number
- New organizations
- New teams
-
-
## Accessing the Activity dashboard
1. At the top of any page, click **Explore**.
-
-2. In the upper-right corner, click **Activity**.
-
+
+2. In the upper-right corner of the page, click {% octicon "pulse" aria-hidden="true" %} **Activity**.
diff --git a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding.md b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding.md
index f75e653d29..cefdfbecc0 100644
--- a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding.md
+++ b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding.md
@@ -38,19 +38,12 @@ When you enable log forwarding, you must upload a CA certificate to encrypt comm
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **Log forwarding**.
- 
1. Under "Log forwarding", select **Enable log forwarding**.
- 
1. Under "Server address", enter the address of the server you want to forward logs to.
- 
-1. Use the "Protocol" drop-down menu, and select a protocol.
- 
-1. Optionally, to enable TLS encrypted communication between syslog endpoints, select **Enable TLS**.
- 
+1. Select the "Protocol" dropdown menu and click a protocol.
+1. Optionally, to encrypt communication between syslog endpoints using TLS, select **Enable TLS**.
1. Under "Public certificate", paste your x509 certificate.
- 
1. Click **Save**.
- 
{% endif %}
{% ifversion ghes %}
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md b/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
index f77161ff3e..535d71c0bf 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
+++ b/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
@@ -126,9 +126,9 @@ You can also set an announcement banner{% ifversion ghes %} in the administrativ
**Note:** Announcements must either have an expiration date, be user dismissible, or both.
{% endnote %}{% endif %}
-{% ifversion ghe-announce-dismiss %}
+{%- ifversion ghe-announce-dismiss %}
1. Optionally, to allow each user to dismiss the announcement, select **User dismissible**.
-{% endif %}{% ifversion custom-banner-messages %}
+{%- endif %}{% ifversion custom-banner-messages %}
1. Optionally, to allow each user to dismiss the announcement, select **Allow users to dismiss the announcement**.
-{% endif %}
+{%- endif %}
{% data reusables.enterprise_site_admin_settings.message-preview-save %}
diff --git a/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md b/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md
index a749896b1c..3121893524 100644
--- a/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md
+++ b/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md
@@ -30,8 +30,7 @@ If you have any questions about downloading your license, contact {% data variab
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
-1. In the left sidebar, click **Enterprise licensing**.
- 
+{% data reusables.enterprise-accounts.license-tab %}
1. Under "Enterprise Server licenses", next to the license you want to download, click **{% octicon "download" aria-hidden="true" %} Download**.
After you download your license file, you can upload the file to {% data variables.location.product_location_enterprise %} to validate your application. For more information, see {% ifversion ghec %}"[AUTOTITLE](/enterprise-server@latest/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)" in the {% data variables.product.prodname_ghe_server %} documentation.{% elsif ghes %}"[AUTOTITLE](/enterprise-server@latest/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)."{% endif %}
diff --git a/content/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud.md b/content/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud.md
index 5a470d53f0..0bcb3dcf56 100644
--- a/content/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud.md
+++ b/content/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud.md
@@ -53,8 +53,9 @@ You can download a JSON file from {% data variables.product.prodname_ghe_server
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
-5. Under "Quick links", to download a file containing your current license usage on {% data variables.product.prodname_ghe_server %}, click **Export license usage**.
- 
+5. In the "User licenses" section, under "Quick links", to download a file containing your current license usage on {% data variables.product.prodname_ghe_server %}, click **Export license usage**.
+
+ 
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
diff --git a/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md b/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md
index 997820b179..95fa4ae61a 100644
--- a/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md
+++ b/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md
@@ -36,8 +36,7 @@ You can view the license usage for your enterprise and download a file with lice
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
-1. In the left sidebar, click **Enterprise licensing**.
- 
+{% data reusables.enterprise-accounts.license-tab %}
1. Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.
- To download the consumed license report as a CSV file, in the top right, click {% octicon "download" aria-label="The download icon" %}. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)."
- If you purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}license{% else %}seat{% endif %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage)."
@@ -57,8 +56,7 @@ You can view the license usage for your enterprise and download a file with lice
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
-1. In the left sidebar, click **Enterprise licensing**.
- 
+{% data reusables.enterprise-accounts.license-tab %}
1. To identify when the last license sync occurred, under "Enterprise Server instances", look for timestamps next to usage uploaded or synced events.
- "Server usage uploaded" indicates license usage between environments was manually updated when a {% data variables.product.prodname_ghe_server %} license file was uploaded.
- "{% data variables.product.prodname_github_connect %} server usage synced" indicates license usage between environments was automatically updated.
diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md
index 8cd5a45a88..6e0ba53ea2 100644
--- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md
+++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md
@@ -145,10 +145,11 @@ You can customize your {% data variables.product.prodname_code_scanning %} by cr
Generally, you can commit the {% data variables.code-scanning.codeql_workflow %} without making any changes to it. However, many of the third-party workflows require additional configuration, so read the comments in the workflow before committing.
For more information, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning)."
-2. Use the **Start commit** drop-down, and type a commit message.
- 
-1. Choose whether you'd like to commit directly to the default branch, or create a new branch and start a pull request.
- 
+1. Click **Commit changes...**
+
+ 
+1. In the commit message field, type a commit message.
+1. Select whether you'd like to commit directly to the default branch, or create a new branch and start a pull request.
1. Click **Commit new file** or **Propose new file**.
In the suggested {% data variables.code-scanning.codeql_workflow %}, {% data variables.product.prodname_code_scanning %} is configured to analyze your code each time you either push a change to the default branch or any protected branches, or raise a pull request against the default branch. As a result, {% data variables.product.prodname_code_scanning %} will now commence.
@@ -168,10 +169,11 @@ The `on:pull_request` and `on:push` triggers for code scanning are each useful f
Generally, you can commit the {% data variables.code-scanning.codeql_workflow %} without making any changes to it. However, many of the third-party workflows require additional configuration, so read the comments in the workflow before committing.
For more information, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning)."
-2. Use the **Start commit** drop-down, and type a commit message.
- 
+1. Click **Commit changes...**
+
+ 
+1. In the text field, type a commit message.
1. Choose whether you'd like to commit directly to the default branch, or create a new branch and start a pull request.
- 
1. Click **Commit new file** or **Propose new file**.
In the suggested {% data variables.code-scanning.codeql_workflow %}, {% data variables.product.prodname_code_scanning %} is configured to analyze your code each time you either push a change to the default branch or any protected branches, or raise a pull request against the default branch. As a result, {% data variables.product.prodname_code_scanning %} will now commence.
diff --git a/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
index 30c21d4345..9ae1eecbde 100644
--- a/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
+++ b/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
@@ -70,10 +70,12 @@ By default, we notify people with admin permissions in the affected repositories
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
1. Under "Code security and analysis", to the right of {% data variables.product.prodname_dependabot_alerts %}, click **Enable** to enable alerts or **Disable** to disable alerts.
- 
-{% endif %}{% ifversion ghes or ghae %}
+
+{% endif %}
+{% ifversion ghes or ghae %}
{% data variables.product.prodname_dependabot_alerts %} for your repository can be enabled or disabled by your enterprise owner. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
+
{% endif %}
## Managing {% data variables.product.prodname_dependabot_alerts %} for your organization
diff --git a/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md b/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md
index 4ccbf39154..303738451a 100644
--- a/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md
+++ b/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md
@@ -38,7 +38,7 @@ You can disable {% data variables.product.prodname_dependabot_security_updates %
## Supported repositories
-{% data variables.product.prodname_dotcom %} automatically enables {% data variables.product.prodname_dependabot_security_updates %} for newly created repositories if your personal account or organization has enabled **Automatically enable for new repositories** for {% data variables.product.prodname_dependabot_security_updates %}. For more information, see "[Managing {% data variables.product.prodname_dependabot_security_updates %} for your repositories](#managing-dependabot-security-updates-for-your-repositories)."
+{% data variables.product.prodname_dotcom %} automatically enables {% data variables.product.prodname_dependabot_security_updates %} for newly created repositories if your personal account or organization has enabled **Automatically enable for new repositories** for {% data variables.product.prodname_dependabot_security_updates %}. For more information, see "[Managing {% data variables.product.prodname_dependabot_security_updates %} for your repositories](#managing-dependabot-security-updates-for-your-repositories)."
If you create a fork of a repository that has security updates enabled, {% data variables.product.prodname_dotcom %} will automatically disable {% data variables.product.prodname_dependabot_security_updates %} for the fork. You can then decide whether to enable {% data variables.product.prodname_dependabot_security_updates %} on the specific fork.
@@ -46,7 +46,7 @@ If security updates are not enabled for your repository and you don't know why,
## Managing {% data variables.product.prodname_dependabot_security_updates %} for your repositories
-You can enable or disable {% data variables.product.prodname_dependabot_security_updates %} for all qualifying repositories owned by your personal account or organization. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account)" or "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)."
+You can enable or disable {% data variables.product.prodname_dependabot_security_updates %} for all qualifying repositories owned by your personal account or organization. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account)" or "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)."
You can also enable or disable {% data variables.product.prodname_dependabot_security_updates %} for an individual repository.
@@ -56,11 +56,10 @@ You can also enable or disable {% data variables.product.prodname_dependabot_sec
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
1. Under "Code security and analysis", to the right of "{% data variables.product.prodname_dependabot %} security updates", click **Enable** to enable the feature or **Disable** to disable it. {% ifversion fpt or ghec %}For public repositories, the button is disabled if the feature is always enabled.{% endif %}
- {% ifversion fpt or ghec %}{% elsif ghes > 3.6 or ghae > 3.6 %} {% else %}{% endif %}
## Overriding the default behavior with a configuration file
-You can override the default behavior of {% data variables.product.prodname_dependabot_security_updates %} by adding a dependabot.yml file to your repository. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)."
+You can override the default behavior of {% data variables.product.prodname_dependabot_security_updates %} by adding a dependabot.yml file to your repository. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)."
If you only require security updates and want to exclude version updates, you can set `open-pull-requests-limit` to `0` in order to prevent version updates for a given `package-ecosystem`. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit)."
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
index 5fc5827842..ff2ef29f94 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
@@ -86,7 +86,7 @@ You may notice some repositories have a "Used by" section in the sidebar of the
The "Used by" section shows the number of public references to the package that were found, and displays the avatars of some of the owners of the dependent projects.
-
+
Clicking any item in this section takes you to the **Dependents** tab of the dependency graph.
diff --git a/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md b/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md
index c5b8e015a3..f171411638 100644
--- a/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md
+++ b/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md
@@ -57,9 +57,8 @@ Users in India can contact GitHub's Grievance Officer for India [here](https://s
## Reporting contact link abuse in the template chooser
1. Navigate to the repository that contains the contact link you'd like to report.
-1. Under the repository name, click {% octicon "issue-opened" aria-label="The issues icon" %} **Issues**.
+1. Under the repository name, click {% octicon "issue-opened" aria-hidden="true" %} **Issues**.
1. In the lower-right corner of the template chooser, click **Report abuse**.
- 
1. Complete the contact form to tell {% data variables.contact.contact_support %} about the contact link's behavior, then click **Send request**.
## Further reading
diff --git a/content/communities/moderating-comments-and-conversations/limiting-interactions-for-your-personal-account.md b/content/communities/moderating-comments-and-conversations/limiting-interactions-for-your-personal-account.md
index 23db935084..0318d5fdd6 100644
--- a/content/communities/moderating-comments-and-conversations/limiting-interactions-for-your-personal-account.md
+++ b/content/communities/moderating-comments-and-conversations/limiting-interactions-for-your-personal-account.md
@@ -23,11 +23,10 @@ Limiting interactions for your personal account enables temporary interaction li
When you enable user-wide activity limitations, you can't enable or disable interaction limits on individual repositories. For more information on limiting activity for an individual repository, see "[AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)."
-You can also block users. For more information, see "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)."
+You can also block users. For more information, see "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)."
## Limiting interactions for your personal account
{% data reusables.user-settings.access_settings %}
-1. In the "Access" section of the sidebar, select **{% octicon "report" aria-label="The report icon" %} Moderation** then click **Interaction limits**.
+1. In the "Access" section of the sidebar, select **{% octicon "report" aria-hidden="true" %} Moderation** then click **Interaction limits**.
{% data reusables.community.set-interaction-limit %}
- 
diff --git a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md
index 28b0d9fa9b..1da84c71d8 100644
--- a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md
+++ b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md
@@ -33,12 +33,11 @@ Organization owners and moderators can also block users for a specific amount of
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
-1. _For organization owners:_ In the "Access" section of the sidebar, select **{% octicon "report" aria-label="The report icon" %} Moderation**, then click **Interaction limits**.
+1. _For organization owners:_ In the "Access" section of the sidebar, select **{% octicon "report" aria-hidden="true" %} Moderation**, then click **Interaction limits**.
_For organization moderators:_ In the sidebar, click **Interaction limits**.
{% data reusables.community.set-interaction-limit %}
- 
## Further reading
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
diff --git a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md
index 9beeb70f2a..23bebc32d0 100644
--- a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md
+++ b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md
@@ -28,9 +28,8 @@ You can also enable activity limitations on all repositories owned by your perso
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
-1. In the sidebar, select **{% octicon "comment-discussion" aria-label="The comment-discussion icon" %} Moderation options**, then click **Interaction limits**.
+1. In the sidebar, select **{% octicon "comment-discussion" aria-hidden="true" %} Moderation options**, then click **Interaction limits**.
{% data reusables.community.set-interaction-limit %}
- 
## Further reading
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
diff --git a/content/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository.md b/content/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository.md
index 9ca5b10d9e..3f87096416 100644
--- a/content/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository.md
+++ b/content/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository.md
@@ -18,8 +18,7 @@ You can enable or disable reported content for public repositories owned by an o
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.sidebar-moderation-reported-content %}
-4. Under "Reported content", select or unselect **Accept content reports from collaborators and prior contributors**.
- 
+4. Under "Reported content", select or deselect **Accept content reports from collaborators and prior contributors**.
## Further reading
diff --git a/content/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository.md b/content/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository.md
index 2a7c9efbb2..4cb20230ac 100644
--- a/content/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository.md
+++ b/content/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository.md
@@ -9,10 +9,9 @@ redirect_from:
topics:
- Community
shortTitle: Manage reported content
+permissions: Anyone with admin permissions to a repository can view and manage reported content for the repository.
---
-Anyone with admin permissions to a repository can view and manage reported content for the repository.
-
## About management of reported content
Before you can view or manage reported content, you must enable reported content for the repository. For more information, see "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository)."
@@ -28,16 +27,18 @@ After you finish moderating disruptive content, you can mark the report as resol
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.sidebar-moderation-reported-content %}
-4. To the right of the reported content you'd like to view, click {% octicon "kebab-horizontal" aria-label="The edit icon" %}, then click **View content**.
- 
+1. To the right of the reported content you'd like to view, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **View content**.
+
+ 
## Resolving a report
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.sidebar-moderation-reported-content %}
-4. To the right of the report you'd like to resolve, click {% octicon "kebab-horizontal" aria-label="The edit icon" %}, then click **Mark as resolved**.
- 
+1. To the right of the report you'd like to resolve, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Mark as resolved**.
+
+ 
## Unresolving a report
@@ -45,8 +46,9 @@ After you finish moderating disruptive content, you can mark the report as resol
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.sidebar-moderation-reported-content %}
{% data reusables.repositories.reported-content-resolved-tab %}
-5. To the right of the report you'd like to unresolve, click {% octicon "kebab-horizontal" aria-label="The edit icon" %}, then click **Mark as unresolved**.
- 
+1. To the right of the report you'd like to unresolve, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Mark as unresolved**.
+
+ 
## Further reading
diff --git a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md
index 928b55db22..a55995f946 100644
--- a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md
+++ b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md
@@ -14,7 +14,7 @@ shortTitle: Add a license to a repo
---
If you include a detectable license in your repository, people who visit your repository will see it at the top of the repository page. To read the entire license file, click the license name.
-
+
Open source licenses enable others to freely use, change, and distribute the project in your repository. For more information on repository licenses, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)."
diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md
index 3ebed83731..ad3be97857 100644
--- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md
+++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md
@@ -29,8 +29,7 @@ shortTitle: Configure
1. Use the **Add template** dropdown menu, and click on the type of template you'd like to create.

-1. To preview or edit the template before committing it to the repository, click **Preview and edit**.
-
+1. To preview or edit the template before committing it to the repository, next to the template, click **Preview and edit**.
1. To edit the template, click {% octicon "pencil" aria-label="Edit template" %}, and type in the fields to edit their contents.

@@ -55,10 +54,11 @@ Here is an example of an issue form configuration file.
{% data reusables.community.issue-forms-sample %}
Here is the rendered version of the issue form.
- 
+
+
1. Choose a repository where you want to create an issue form. You can use an existing repository that you have write access to, or you can create a new repository. For more information about creating a repository, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-new-repository)."
-2. In your repository, create a file called `.github/ISSUE_TEMPLATE/FORM-NAME.yml`, replacing `FORM-NAME` with the name for your issue form. For more information about creating new files on GitHub, see "[AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files)."
+1. In your repository, create a file called `.github/ISSUE_TEMPLATE/FORM-NAME.yml`, replacing `FORM-NAME` with the name for your issue form. For more information about creating new files on GitHub, see "[AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files)."
3. In the body of the new file, type the contents of your issue form. For more information, see "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)."
4. Commit your file to the default branch of your repository. For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files)."
@@ -95,10 +95,8 @@ Your configuration file will customize the template chooser when the file is mer
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.files.add-file %}
-3. In the file name field, type `.github/ISSUE_TEMPLATE/config.yml`.
- 
-4. In the body of the new file, type the contents of your configuration file.
- 
+1. In the file name field, type `.github/ISSUE_TEMPLATE/config.yml`.
+1. In the body of the new file, type the contents of your configuration file.
{% data reusables.files.write_commit_message %}
{% data reusables.files.choose_commit_branch %}
{% data reusables.files.propose_new_file %}
diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md
index 51aec990a7..622dbba00c 100644
--- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md
+++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md
@@ -28,16 +28,12 @@ You can create default pull request templates for your organization{% ifversion
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.files.add-file %}
-3. In the file name field:
+1. In the file name field:
- To make your pull request template visible in the repository's root directory, name the pull request template `pull_request_template.md`.
- 
- To make your pull request template visible in the repository's `docs` directory, name the pull request template `docs/pull_request_template.md`.
- 
- To store your file in a hidden directory, name the pull request template `.github/pull_request_template.md`.
- 
- To create multiple pull request templates and use the `template` query parameter to specify a template to fill the pull request body, type *.github/PULL_REQUEST_TEMPLATE/*, then the name of your pull request template. For example, `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`. You can also store multiple pull request templates in a `PULL_REQUEST_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)."
- 
-4. In the body of the new file, add your pull request template. This could include:
+1. In the body of the new file, add your pull request template. This could include:
- A [reference to a related issue](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests) in your repository.
- A description of the changes proposed in the pull request.
- [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) of the person or team responsible for reviewing proposed changes.
diff --git a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment.md b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment.md
index 4fab787017..f6dc40b825 100644
--- a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment.md
+++ b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment.md
@@ -279,6 +279,36 @@ You can specify which languages you want to enable or disable {% data variables.
}
```
+## Revoking {% data variables.product.prodname_copilot %} authorization
+
+{% data variables.product.prodname_vscode %} retains authorization to use {% data variables.product.prodname_copilot %} through a particular {% data variables.product.prodname_dotcom %} account. If you want to prevent your {% data variables.product.prodname_dotcom %} account being used for {% data variables.product.prodname_copilot %} on a device you no longer have access to, you can revoke authorization and then go through the authorization process again. The device you previously used will not have the new authorization.
+
+{% data reusables.user-settings.access_settings %}
+{% data reusables.user-settings.access_applications %}
+{% data reusables.user-settings.access_authorized_oauth_apps %}
+1. Click the **...** next to **{% data variables.product.prodname_dotcom %} for {% data variables.product.prodname_vscode_shortname %}** and click **Revoke**.
+{% data reusables.user-settings.access_authorized_github_apps %}
+1. If the **{% data variables.product.prodname_copilot %}** plugin is listed, click **Revoke**.
+
+After revoking authorization, {% data variables.product.prodname_vscode %} will be able to continue using {% data variables.product.prodname_copilot %} in a current session for a maximum of 30 minutes. After that time, you will need to re-authorize {% data variables.product.prodname_copilot %} for use in {% data variables.product.prodname_vscode %} again.
+
+## Re-authorizing {% data variables.product.prodname_copilot %}
+
+After you have revoked authorization, if you want to continue using {% data variables.product.prodname_copilot %}, you will need to complete the re-authorization process.
+
+1. In the bottom left corner of {% data variables.product.prodname_vscode %}, click the **Accounts** icon, hover over your username, and click **Sign out**.
+
+ 
+
+1. In the "{% data variables.product.prodname_vscode %}" pop-up, click **Sign Out**.
+
+1. In the bottom left corner of {% data variables.product.prodname_vscode %}, click the **Accounts** icon, hover over your username, and click **Sign in with {% data variables.product.prodname_dotcom %} to use {% data variables.product.prodname_copilot %}**.
+
+ 
+
+1. In your browser, {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Continue**.
+1. In the "Open {% data variables.product.prodname_vscode %}?" pop-up, click **Open {% data variables.product.prodname_vscode %}**.
+
## Configuring proxy settings for {% data variables.product.prodname_copilot %}
You can configure {% data variables.product.prodname_copilot %} to connect through an HTTP proxy server in {% data variables.product.prodname_vscode %}. {% data variables.product.prodname_copilot %} supports basic HTTP proxy setups, with or without basic authentication.
diff --git a/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md b/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
index af6bddf411..76d29f2b15 100644
--- a/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
+++ b/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md
@@ -17,17 +17,17 @@ shortTitle: Manage data use for private repo
## About data use for your private repository
-You can control data use for your private repository with the security and analysis features.
+You can control data use for your private repository with the security and analysis features.
-- Enable the dependency graph to allow read-only data analysis on your repository.
-- Disable the dependency graph to block read-only data analysis of your repository.
+- Enable the dependency graph to allow read-only data analysis on your repository.
+- Disable the dependency graph to block read-only data analysis of your repository.
When you enable data use for your private repository, you'll be able to access the dependency graph, where you can track your repository's dependencies and receive {% data variables.product.prodname_dependabot_alerts %} when {% data variables.product.product_name %} detects vulnerable dependencies. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts#dependabot-alerts-for-vulnerable-dependencies)."
{% note %}
-**Note:** If you disable the dependency graph, {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_dependabot_security_updates %} are also disabled. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)."
+**Note:** If you disable the dependency graph, {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_dependabot_security_updates %} are also disabled. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)."
{% endnote %}
@@ -38,9 +38,7 @@ When you enable data use for your private repository, you'll be able to access t
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
-4. Under "Code security and analysis", to the right of the feature, click **Disable** or **Enable**.{% ifversion fpt %}
- {% elsif ghec %}
- {% endif %}
+1. Under "Code security and analysis", to the right of the feature, click **Disable** or **Enable**.
## Further reading
diff --git a/content/get-started/quickstart/be-social.md b/content/get-started/quickstart/be-social.md
index fe2d0b72c5..29dfc04951 100644
--- a/content/get-started/quickstart/be-social.md
+++ b/content/get-started/quickstart/be-social.md
@@ -33,9 +33,9 @@ For more information, see "[AUTOTITLE](/get-started/exploring-projects-on-github
You can subscribe to a repository to watch it and receive notifications for activity in it. When the owner updates the repository, you will see the changes in your personal dashboard. For more information, see "[AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions)."
-Click **Watch** at the top of a repository to watch it.
+To watch a repository, at the top of the page, click **Watch**.
-
+
## Joining the conversation
diff --git a/content/get-started/using-git/getting-changes-from-a-remote-repository.md b/content/get-started/using-git/getting-changes-from-a-remote-repository.md
index 374d97aa74..10fb1f1f58 100644
--- a/content/get-started/using-git/getting-changes-from-a-remote-repository.md
+++ b/content/get-started/using-git/getting-changes-from-a-remote-repository.md
@@ -27,9 +27,9 @@ $ git clone https://{% data variables.command_line.codeblock %}/USERNAME/REPOSIT
# Clones a repository to your computer
```
-You can choose from [several different URLs](/get-started/getting-started-with-git/about-remote-repositories) when cloning a repository. While logged in to {% data variables.product.prodname_dotcom %}, these URLs are available below the repository details:
+You can choose from [several different URLs](/get-started/getting-started-with-git/about-remote-repositories) when cloning a repository. While logged in to {% data variables.product.prodname_dotcom %}, these URLs are available on the main page of the repository when you click **{% octicon "code" aria-hidden="true" %} Code**.
-
+
When you run `git clone`, the following actions occur:
- A new folder called `repo` is made
diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md
index c2eb8596ee..89c3c7f184 100644
--- a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md
+++ b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md
@@ -15,11 +15,12 @@ topics:
- Pull requests
shortTitle: Permanent links to code
---
+
## Linking to code
This type of permanent link will render as a code snippet only in the repository it originated in. In other repositories, the permalink code snippet will render as a URL.
-
+
{% tip %}
@@ -28,15 +29,15 @@ This type of permanent link will render as a code snippet only in the repository
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
-2. Locate the code you'd like to link to:
+1. Locate the code you'd like to link to:
- To link to code from a file, navigate to the file.
- To link to code from a pull request, navigate to the pull request and click {% octicon "diff" aria-label="The file diff icon" %} **Files changed**. Then, browse to the file that contains the code you want include in your comment, and click **View**.
{% data reusables.repositories.choose-line-or-range %}
-4. To the left of the line or range of lines, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab octicon" %}. In the drop-down menu, click **Copy permalink**.
- 
-5. Navigate to the conversation where you want to link to the code snippet.
-6. Paste your permalink into a comment, and click **Comment**.
- 
+1. To the left of the line or range of lines, click {% octicon "kebab-horizontal" aria-label="Code line X options" %}. In the drop-down menu, click **Copy permalink**.
+
+ 
+1. Navigate to the conversation where you want to link to the code snippet.
+1. Paste your permalink into a comment, and click **Comment**.
## Linking to Markdown
diff --git a/content/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository.md b/content/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository.md
index e4eb1d2294..9462f034eb 100644
--- a/content/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository.md
+++ b/content/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository.md
@@ -20,5 +20,4 @@ shortTitle: Pin an issue
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-issues %}
1. In the list of issues, click the issue you'd like to pin.
-2. In the right sidebar, click **Pin issue**.
- 
+1. In the right sidebar, click **Pin issue**.
diff --git a/content/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository.md b/content/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository.md
index b7f3d32e9f..b59a90b28c 100644
--- a/content/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository.md
+++ b/content/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository.md
@@ -33,13 +33,10 @@ People or teams who are mentioned in the issue will receive a notification letti
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-issues %}
-3. In the list of issues, click the issue you'd like to transfer.
-4. In the right sidebar, click **Transfer issue**.
-
-5. Use the **Choose a repository** drop-down menu, and select the repository you want to transfer the issue to.
-
-6. Click **Transfer issue**.
-
+1. In the list of issues, click the issue you'd like to transfer.
+1. In the right sidebar, click **Transfer issue**.
+1. Select the **Choose a repository** dropdown menu, and click the repository you want to transfer the issue to.
+1. Click **Transfer issue**.
{% endwebui %}
diff --git a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md
index fb85c96e6b..c9761ef3b2 100644
--- a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md
+++ b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud.md
@@ -223,9 +223,11 @@ You can migrate multiple repositories with a migration script or a single reposi
To migrate a single repository, use the `gh ado2gh migrate-repo` command.
```shell{:copy}
-gh ado2gh migrate-repo --ado-org SOURCE --ado-team-project TEAM-PROJECT --ado-repo CURRENT-NAME --github-org DESTINATION --github-repo NEW-NAME
+gh ado2gh migrate-repo --ado-org SOURCE --ado-team-project TEAM-PROJECT --ado-repo CURRENT-NAME --github-org DESTINATION --github-repo NEW-NAME --wait
```
+{% data reusables.enterprise-migration-tool.wait-flag %}
+
{% data reusables.enterprise-migration-tool.migrate-repo-table-ec %}
## Step 6: Validate your migration and check the error log
diff --git a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md
index d2799f2e40..1d47b8eb54 100644
--- a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md
+++ b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md
@@ -176,6 +176,7 @@ To migrate a single repository, use the `gh bbs2gh migrate-repo` command.
gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
--bbs-project PROJECT --bbs-repo CURRENT-NAME \
--github-org DESTINATION --github-repo NEW-NAME \
+ --wait \
# Use the following options if your Bitbucket Server instance runs on Linux
--ssh-user SSH-USER --ssh-private-key PATH-TO-KEY
# Use the following options if your Bitbucket Server instance runs on Windows
@@ -184,6 +185,8 @@ gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
--aws-bucket-name AWS-BUCKET-NAME
```
+{% data reusables.enterprise-migration-tool.wait-flag %}
+
{% data reusables.enterprise-migration-tool.placeholder-table %}
{% data reusables.enterprise-migration-tool.bbs-server-url-placeholder %}
{% data reusables.enterprise-migration-tool.project-placeholder %}
diff --git a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md
index be5cf13b49..4fefe28c13 100644
--- a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md
+++ b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md
@@ -454,23 +454,25 @@ If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or
If you're using {% data variables.product.prodname_ghe_server %} 3.8 or later, use the following flags:
```shell{:copy}
-gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --ghes-api-url GHES-API-URL
+gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --ghes-api-url GHES-API-URL --wait
```
If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or earlier and using Azure Blob Storage as your blob storage provider, use the following flags to authenticate:
```shell{:copy}
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME \
- --ghes-api-url GHES-API-URL --azure-storage-connection-string "AZURE_STORAGE_CONNECTION_STRING"
+ --ghes-api-url GHES-API-URL --azure-storage-connection-string "AZURE_STORAGE_CONNECTION_STRING" --wait
```
If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or earlier and using Amazon S3 as your blob storage provider, use the following flags to authenticate:
```shell{:copy}
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME \
- --ghes-api-url GHES-API-URL --aws-bucket-name "AWS-BUCKET-NAME"
+ --ghes-api-url GHES-API-URL --aws-bucket-name "AWS-BUCKET-NAME" --wait
```
+{% data reusables.enterprise-migration-tool.wait-flag %}
+
{% data reusables.enterprise-migration-tool.ssl-flag %}
{% data reusables.enterprise-migration-tool.skip-releases %}
diff --git a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md
index d1d1fd4e5b..5a59395d59 100644
--- a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md
+++ b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md
@@ -196,8 +196,11 @@ gh gei generate-script --github-source-org SOURCE --github-target-org DESTINATIO
{% data reusables.enterprise-migration-tool.gei-migrate-repo %}
```shell{:copy}
-gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME
+gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --wait
```
+
+{% data reusables.enterprise-migration-tool.wait-flag %}
+
{% data reusables.enterprise-migration-tool.skip-releases %}
{% data reusables.enterprise-migration-tool.migrate-repo-table-ec %}
diff --git a/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md b/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md
index e4f8a67f97..de85aeb2f0 100644
--- a/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md
+++ b/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md
@@ -23,4 +23,3 @@ People with admin access to a repository can also enable compulsory commit signo
{% data reusables.profile.org_settings %}
{% data reusables.organizations.repository-defaults %}
1. Select or deselect **Require contributors to sign off on web-based commits**.
- 
diff --git a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
index 1f15536574..8861efffad 100644
--- a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -26,7 +26,8 @@ You can set commit permissions when you first create a pull request from a fork.
1. On {% data variables.product.product_name %}, navigate to the main page of the upstream repository of your pull request.
1. Under the upstream repository name, click {% octicon "git-pull-request" aria-hidden="true" %} **Pull requests**.
-
+
+ 
1. In the list of pull requests, navigate to the pull request that you'd like to allow commits on.
{% data reusables.repositories.allow-maintainers-user-forks %}
diff --git a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
index 585db79c9a..998ce55fb9 100644
--- a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
+++ b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md
@@ -29,7 +29,6 @@ permissions: People with write access for a forked repository can sync the fork

1. Review the details about the commits from the upstream repository, then click **Update branch**.
- 
{% else %}
1. On {% data variables.product.product_name %}, navigate to the main page of the forked repository that you want to sync with the upstream repository.
1. Above the list of files, select the **Fetch upstream** dropdown menu.
diff --git a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md
index 060ac33c9c..8b77dcd95b 100644
--- a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md
+++ b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md
@@ -56,13 +56,10 @@ The new commit, message, and badge will appear on {% data variables.location.pro
After you've made changes in a file using the web editor on {% data variables.product.product_name %}, you can create a commit on behalf of your organization by adding an `on-behalf-of:` trailer to the commit's message.
-1. After making your changes, at the bottom of the page, type a short, meaningful commit message that describes the changes you made.
- 
-
-2. In the text box below your commit message, add `on-behalf-of: @org The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -113534,7 +113534,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -157209,7 +157209,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -157218,7 +157218,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -223217,7 +223217,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -223226,7 +223226,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -224964,7 +224964,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -224973,7 +224973,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -226752,7 +226752,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -226761,7 +226761,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -291299,7 +291299,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -354159,7 +354159,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
The organization name. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "Accepted
", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "Deletes an organization and all its repositories.
\nThe organization login will be unavailable for 90 days after deletion.
\nPlease review the Terms of Service regarding account deletion before using this endpoint:
\nhttps://docs.github.com/site-policy/github-terms/github-terms-of-service
", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "Accepted
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + } + ] + }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -410695,7 +410753,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -464145,7 +464203,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -488303,7 +488361,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -489645,7 +489703,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -489654,7 +489712,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -491005,7 +491063,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -491014,7 +491072,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -520972,7 +521030,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -110640,7 +110640,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -146666,7 +146666,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -146675,7 +146675,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -199240,7 +199240,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -256253,7 +256253,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub AE.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub AE.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -257588,7 +257588,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -293211,7 +293211,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -365786,7 +365786,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -365795,7 +365795,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -396128,7 +396128,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub AE. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub AE. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -123400,7 +123400,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -167239,7 +167239,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -167248,7 +167248,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -168644,7 +168644,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -168653,7 +168653,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -234652,7 +234652,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -234661,7 +234661,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -236399,7 +236399,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -236408,7 +236408,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -238187,7 +238187,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -238196,7 +238196,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -253709,7 +253709,7 @@ }, { "name": "date_start", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -253718,7 +253718,7 @@ }, { "name": "date_end", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -254076,7 +254076,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -254085,7 +254085,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -304486,7 +304486,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -367346,7 +367346,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Cloud.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Cloud.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
The organization name. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "Accepted
", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "Deletes an organization and all its repositories.
\nThe organization login will be unavailable for 90 days after deletion.
\nPlease review the Terms of Service regarding account deletion before using this endpoint:
\nhttps://docs.github.com/enterprise-cloud@latest//site-policy/github-terms/github-terms-of-service
", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "Accepted
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + } + ] + }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -371972,7 +372030,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -371981,7 +372039,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -427415,7 +427473,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -480823,7 +480881,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -507467,7 +507525,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -508809,7 +508867,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -508818,7 +508876,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -510169,7 +510227,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -510178,7 +510236,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -541704,7 +541762,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Cloud. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Cloud. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -174997,7 +174997,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -231720,7 +231720,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -296173,7 +296173,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -297317,7 +297317,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -333431,7 +333431,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -385099,7 +385099,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -408019,7 +408019,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -438468,7 +438468,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -144005,7 +144005,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -182146,7 +182146,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -182155,7 +182155,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -238878,7 +238878,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -303343,7 +303343,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -304487,7 +304487,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -340601,7 +340601,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -392394,7 +392394,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -415645,7 +415645,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -446144,7 +446144,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -146552,7 +146552,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -185184,7 +185184,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -185193,7 +185193,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -247951,7 +247951,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -313084,7 +313084,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -314249,7 +314249,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -350545,7 +350545,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -403465,7 +403465,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -427326,7 +427326,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -459796,7 +459796,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -147538,7 +147538,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -148934,7 +148934,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -148943,7 +148943,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -187993,7 +187993,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -188002,7 +188002,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -250852,7 +250852,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -316055,7 +316055,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -317352,7 +317352,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -354175,7 +354175,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -407219,7 +407219,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -431188,7 +431188,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -432521,7 +432521,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -432530,7 +432530,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -433872,7 +433872,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -433881,7 +433881,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -463716,7 +463716,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -162827,7 +162827,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -164223,7 +164223,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -164232,7 +164232,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -189820,7 +189820,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -189829,7 +189829,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -191567,7 +191567,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -191576,7 +191576,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -193355,7 +193355,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -193364,7 +193364,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -209949,7 +209949,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -209958,7 +209958,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -273083,7 +273083,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -338524,7 +338524,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
Lists all organizations, in the order that they were created on GitHub Enterprise Server.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.
A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
", "in": "query", "required": false, "schema": { @@ -339871,7 +339871,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor.
", "in": "query", "required": false, "schema": { @@ -376716,7 +376716,7 @@ }, { "name": "sort", - "description": "The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.
The property to sort the results by.
", "in": "query", "required": false, "schema": { @@ -429927,7 +429927,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.Lists all public repositories in the order that they were created.
\nNote:
\nsince parameter. Use the Link header to get the URL for the next page of repositories.A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
", "in": "query", "required": false, "schema": { @@ -454083,7 +454083,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
", "in": "query", "required": false, "schema": { @@ -455425,7 +455425,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -455434,7 +455434,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -456785,7 +456785,7 @@ }, { "name": "before", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.
", "in": "query", "required": false, "schema": { @@ -456794,7 +456794,7 @@ }, { "name": "after", - "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", + "description": "A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.
", "in": "query", "required": false, "schema": { @@ -486825,7 +486825,7 @@ } ], "previews": [], - "descriptionHTML": "Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.
\nNote: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of users.
A project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "closed" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "closed", - "category": "projects_v2" - }, - "created": { - "descriptionHtml": "A project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "created", - "category": "projects_v2" - }, - "edited": { - "descriptionHtml": "The title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "edited" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "changes", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "description", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "from", - "description": "" - }, - { - "type": "string or null", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "public", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "from", - "description": "" - }, - { - "type": "boolean", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "short_description", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "from", - "description": "" - }, - { - "type": "string or null", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "title", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "from", - "description": "" - }, - { - "type": "string", - "name": "to", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "edited", - "category": "projects_v2" - }, - "reopened": { - "descriptionHtml": "A project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "reopened" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "reopened", - "category": "projects_v2" - } - }, "projects_v2_item": { "archived": { "descriptionHtml": "An item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", diff --git a/src/webhooks/data/ghes-3.8/schema.json b/src/webhooks/data/ghes-3.8/schema.json index 009da2f437..b442d1c156 100644 --- a/src/webhooks/data/ghes-3.8/schema.json +++ b/src/webhooks/data/ghes-3.8/schema.json @@ -74973,2109 +74973,6 @@ "category": "project_column" } }, - "projects_v2": { - "closed": { - "descriptionHtml": "A project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "closed" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "closed", - "category": "projects_v2" - }, - "created": { - "descriptionHtml": "A project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "created", - "category": "projects_v2" - }, - "edited": { - "descriptionHtml": "The title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "edited" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "changes", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "description", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "from", - "description": "" - }, - { - "type": "string or null", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "public", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "from", - "description": "" - }, - { - "type": "boolean", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "short_description", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "from", - "description": "" - }, - { - "type": "string or null", - "name": "to", - "description": "" - } - ] - }, - { - "type": "object", - "name": "title", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "from", - "description": "" - }, - { - "type": "string", - "name": "to", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "edited", - "category": "projects_v2" - }, - "reopened": { - "descriptionHtml": "A project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column` events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "reopened" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization.
", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2", - "in": "body", - "description": "A projects v2 project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "owner", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string", - "name": "title", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "public", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "number", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "short_description", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "deleted_at", - "description": "", - "isRequired": true - }, - { - "type": "object", - "name": "deleted_by", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "reopened", - "category": "projects_v2" - } - }, "projects_v2_item": { "archived": { "descriptionHtml": "An item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index fd6e177549..ad22e35bf1 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "4aac28959ee19a97c78a7c6ac92b1a5dd0fa325c" + "sha": "05d63e60a5b980d9c08449e6f876d6a28a320fe4" } \ No newline at end of file diff --git a/tests/fixtures/content/get-started/liquid/index.md b/tests/fixtures/content/get-started/liquid/index.md index 2528de8614..e4b8565566 100644 --- a/tests/fixtures/content/get-started/liquid/index.md +++ b/tests/fixtures/content/get-started/liquid/index.md @@ -16,4 +16,5 @@ children: - /whitespace - /table-row-headers - /ifversion + - /links-with-liquid --- diff --git a/tests/fixtures/content/get-started/liquid/links-with-liquid.md b/tests/fixtures/content/get-started/liquid/links-with-liquid.md new file mode 100644 index 0000000000..26fe0ebbc4 --- /dev/null +++ b/tests/fixtures/content/get-started/liquid/links-with-liquid.md @@ -0,0 +1,16 @@ +--- +title: Links with Liquid +intro: When Liquid is used to generate a Markdown link +versions: + fpt: '*' + ghes: '*' + ghae: '*' + ghec: '*' +type: how_to +--- + +## Introduction + +You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>. + +Go to [Pricing]({% data variables.product.pricing_url %}) page. diff --git a/tests/rendering-fixtures/liquid.js b/tests/rendering-fixtures/liquid.js index 460ddd7b3f..ab4f353c59 100644 --- a/tests/rendering-fixtures/liquid.js +++ b/tests/rendering-fixtures/liquid.js @@ -1,3 +1,4 @@ +import { getDataByLanguage } from '../../lib/get-data.js' import { getDOM } from '../helpers/e2etest.js' describe('extended Markdown', () => { @@ -106,7 +107,7 @@ describe('extended Markdown', () => { expect($('tbody tr th', firstTable).length).toBe(2) expect($('tbody tr td', firstTable).length).toBe(2 * 3) - // The first table should have this structure: + // The second table should have this structure: // // table // tbody @@ -119,6 +120,23 @@ describe('extended Markdown', () => { const secondTable = tables.filter((i) => i === 1) expect($('tbody tr th', secondTable).length).toBe(0) expect($('tbody tr td', secondTable).length).toBe(3 * 4) + + // More specifically, the