diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index 6dc56f0ab0..e82b20e905 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -12,6 +12,7 @@ module.exports = [ 'actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526', //actions/setup-ruby@v1.1.2 'actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4', //actions/stale@v3.0.13 'crowdin/github-action@fd9429dd63d6c0f8a8cb4b93ad8076990bd6e688', + 'crykn/copy_folder_to_another_repo_action@abc264e1c16eb3d7b1f7763bfdb0e1699ad43120', 'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911', 'docker://chinthakagodawita/autoupdate-action:v1', 'fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289', diff --git a/.github/workflows/60-days-stale-check.yml b/.github/workflows/60-days-stale-check.yml index 475d87d91a..5da13a0479 100644 --- a/.github/workflows/60-days-stale-check.yml +++ b/.github/workflows/60-days-stale-check.yml @@ -5,6 +5,7 @@ on: jobs: stale: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest steps: - uses: actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4 diff --git a/.github/workflows/automerge-dependencies.yml b/.github/workflows/automerge-dependencies.yml index 42803d252b..80f79447ef 100644 --- a/.github/workflows/automerge-dependencies.yml +++ b/.github/workflows/automerge-dependencies.yml @@ -14,6 +14,7 @@ on: jobs: run: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest steps: - uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0 diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 5f6305232a..412e5f6902 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -20,7 +20,7 @@ on: jobs: automerge: runs-on: ubuntu-latest - if: contains(github.event.pull_request.labels.*.name, 'automerge') || contains(github.event.pull_request.labels.*.name, 'autosquash') + if: (contains(github.event.pull_request.labels.*.name, 'automerge') || contains(github.event.pull_request.labels.*.name, 'autosquash')) && (github.repository == 'github/docs-internal' || github.repository == 'github/docs') steps: - name: automerge uses: 'pascalgn/automerge-action@c9bd182' diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 331f2a0083..ad1f1e7c85 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -5,6 +5,7 @@ on: - main jobs: autoupdate: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' name: autoupdate runs-on: ubuntu-18.04 steps: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index eb2d3a8c17..ed83ddfa12 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,8 +11,8 @@ on: jobs: build: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest - steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - uses: github/codeql-action/init@v1 diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 2ced06546e..e8ebc103ea 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -5,6 +5,7 @@ on: - cron: '25 17 * * *' # once a day at 17:25 UTC / 11:50 PST jobs: test: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest steps: - name: Check out repo diff --git a/.github/workflows/repo-freeze-check.yml b/.github/workflows/repo-freeze-check.yml index dbe52b0cd1..c3f2f8e65d 100644 --- a/.github/workflows/repo-freeze-check.yml +++ b/.github/workflows/repo-freeze-check.yml @@ -16,6 +16,7 @@ env: jobs: check-freezer: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' name: Prevent merging during deployment freezes runs-on: ubuntu-latest steps: diff --git a/.github/workflows/repo-sync-stalls.yml b/.github/workflows/repo-sync-stalls.yml index c34247591c..36cf671a6d 100644 --- a/.github/workflows/repo-sync-stalls.yml +++ b/.github/workflows/repo-sync-stalls.yml @@ -16,7 +16,8 @@ jobs: repo-sync-stalls: runs-on: ubuntu-latest steps: - - name: Check if repo sync is stalled + - if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' + name: Check if repo sync is stalled uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9 with: github-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} @@ -58,4 +59,4 @@ jobs: channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }} bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }} color: failure - text: Repo sync appears to be stalled for ${{github.repository}}. See https://github.com/${{github.repository}}/pulls?q=is%3Apr+is%3Aopen+repo+sync + text: Repo sync appears to be stalled for ${{github.repository}}. See https://github.com/${{github.repository}}/pulls?q=is%3Apr+is%3Aopen+label%3Aautomated-reposync-pr diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index eddc1d7130..60ad7adf7d 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -26,6 +26,7 @@ jobs: exit 1 # prevents further steps from running repo-sync: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' name: Repo Sync needs: check-freezer runs-on: ubuntu-latest diff --git a/.github/workflows/site-policy-sync.yml b/.github/workflows/site-policy-sync.yml new file mode 100644 index 0000000000..35068f3cdf --- /dev/null +++ b/.github/workflows/site-policy-sync.yml @@ -0,0 +1,40 @@ +name: site-policy-sync + +# Controls when the action will run. +on: + # Triggers the workflow pull requests merged to the main branch + pull_request: + branches: + - main + types: + - closed + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + copy-file: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + + # Pushes to other repo + - name: Push folder to another repository + uses: crykn/copy_folder_to_another_repo_action@abc264e1c16eb3d7b1f7763bfdb0e1699ad43120 + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_SITEPOLICY }} + with: + source_folder: 'content/github/site-policy' + destination_repo: 'github/site-policy' + destination_branch: 'non-substantive-changes' + destination_folder: 'Policies' + user_email: 'pcihon@users.noreply.github.com' + user_name: 'pcihon' + commit_msg: 'Mirroring non-substantive changes.' diff --git a/.github/workflows/start-new-engineering-pr-workflow.yml b/.github/workflows/start-new-engineering-pr-workflow.yml index 1d7b164161..6cd6c6c75e 100644 --- a/.github/workflows/start-new-engineering-pr-workflow.yml +++ b/.github/workflows/start-new-engineering-pr-workflow.yml @@ -8,6 +8,7 @@ on: jobs: triage: + if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest continue-on-error: true env: diff --git a/Procfile b/Procfile index 94f69e48bb..6d92caa7fb 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,3 @@ web: NODE_ENV=production node server.js + +release: NODE_ENV=production node script/purge-redis-pages.js diff --git a/assets/images/actions-approve-deployments.png b/assets/images/actions-approve-deployments.png index 2411368d4b..1b72bb5d6a 100644 Binary files a/assets/images/actions-approve-deployments.png and b/assets/images/actions-approve-deployments.png differ diff --git a/assets/images/actions-log-group.png b/assets/images/actions-log-group.png index fb62e3e503..7d02fdff1b 100644 Binary files a/assets/images/actions-log-group.png and b/assets/images/actions-log-group.png differ diff --git a/assets/images/actions-review-deployments.png b/assets/images/actions-review-deployments.png index bb2ae0af84..b1783d01bf 100644 Binary files a/assets/images/actions-review-deployments.png and b/assets/images/actions-review-deployments.png differ diff --git a/assets/images/commit-workflow-file.png b/assets/images/commit-workflow-file.png index d17769ff41..d1b44b69ad 100644 Binary files a/assets/images/commit-workflow-file.png and b/assets/images/commit-workflow-file.png differ diff --git a/assets/images/contribution_cta.png b/assets/images/contribution_cta.png index eb02fe6ca3..fe8dbf13a6 100644 Binary files a/assets/images/contribution_cta.png and b/assets/images/contribution_cta.png 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 index b1b20544a7..d30de658ce 100644 Binary files a/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png and b/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png 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 index 1e7a703a50..4de11001df 100644 Binary files a/assets/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png and b/assets/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png differ diff --git a/assets/images/enterprise/business-accounts/enable-tls-checkbox.png b/assets/images/enterprise/business-accounts/enable-tls-checkbox.png index 6aabdccfbc..4cf7cfd184 100644 Binary files a/assets/images/enterprise/business-accounts/enable-tls-checkbox.png and b/assets/images/enterprise/business-accounts/enable-tls-checkbox.png differ diff --git a/assets/images/enterprise/business-accounts/log-forwarding-tab.png b/assets/images/enterprise/business-accounts/log-forwarding-tab.png index cc6e58d20c..d210ceac79 100644 Binary files a/assets/images/enterprise/business-accounts/log-forwarding-tab.png and b/assets/images/enterprise/business-accounts/log-forwarding-tab.png 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 index f66be23c42..8716a98ec8 100644 Binary files a/assets/images/enterprise/business-accounts/pages-policies-save-button.png and b/assets/images/enterprise/business-accounts/pages-policies-save-button.png differ diff --git a/assets/images/enterprise/business-accounts/pages-tab.png b/assets/images/enterprise/business-accounts/pages-tab.png index 52b035ec85..73563a94a7 100644 Binary files a/assets/images/enterprise/business-accounts/pages-tab.png and b/assets/images/enterprise/business-accounts/pages-tab.png 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 index e6fe68966f..e3ece9d441 100644 Binary files a/assets/images/enterprise/business-accounts/protocol-drop-down-menu.png and b/assets/images/enterprise/business-accounts/protocol-drop-down-menu.png 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 index 0c5b765467..bf0e3ef647 100644 Binary files a/assets/images/enterprise/business-accounts/public-certificate-text-box.png and b/assets/images/enterprise/business-accounts/public-certificate-text-box.png differ diff --git a/assets/images/enterprise/business-accounts/public-github-pages-checkbox.png b/assets/images/enterprise/business-accounts/public-github-pages-checkbox.png index f6b38745d5..f6bb008936 100644 Binary files a/assets/images/enterprise/business-accounts/public-github-pages-checkbox.png and b/assets/images/enterprise/business-accounts/public-github-pages-checkbox.png 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 index e95d866804..6ee95178fe 100644 Binary files a/assets/images/enterprise/business-accounts/save-button-log-forwarding.png and b/assets/images/enterprise/business-accounts/save-button-log-forwarding.png differ diff --git a/assets/images/enterprise/business-accounts/server-address-field.png b/assets/images/enterprise/business-accounts/server-address-field.png index a297f58437..c61e237706 100644 Binary files a/assets/images/enterprise/business-accounts/server-address-field.png and b/assets/images/enterprise/business-accounts/server-address-field.png differ diff --git a/assets/images/enterprise/configuration/ae-enterprise-configuration.png b/assets/images/enterprise/configuration/ae-enterprise-configuration.png index 2f9f4095e2..51761ac8cf 100644 Binary files a/assets/images/enterprise/configuration/ae-enterprise-configuration.png and b/assets/images/enterprise/configuration/ae-enterprise-configuration.png 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 index 2e696f398e..91f49b8307 100644 Binary files a/assets/images/enterprise/configuration/ae-force-pushes-configuration-menu.png and b/assets/images/enterprise/configuration/ae-force-pushes-configuration-menu.png 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 index 7b11dff2d4..77905d5c1d 100644 Binary files a/assets/images/enterprise/configuration/ae-git-ssh-access-menu.png and b/assets/images/enterprise/configuration/ae-git-ssh-access-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-idp-configure.png b/assets/images/enterprise/configuration/ae-idp-configure.png index d3cb375a9b..e851f586df 100644 Binary files a/assets/images/enterprise/configuration/ae-idp-configure.png and b/assets/images/enterprise/configuration/ae-idp-configure.png differ diff --git a/assets/images/enterprise/configuration/ae-idp-issuer-url.png b/assets/images/enterprise/configuration/ae-idp-issuer-url.png index 5dad43957f..ec47f27e57 100644 Binary files a/assets/images/enterprise/configuration/ae-idp-issuer-url.png and b/assets/images/enterprise/configuration/ae-idp-issuer-url.png differ diff --git a/assets/images/enterprise/configuration/ae-idp-public-certificate.png b/assets/images/enterprise/configuration/ae-idp-public-certificate.png index 32d605df63..85772db116 100644 Binary files a/assets/images/enterprise/configuration/ae-idp-public-certificate.png and b/assets/images/enterprise/configuration/ae-idp-public-certificate.png 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 index e5711c26a4..7ed83c85ea 100644 Binary files a/assets/images/enterprise/configuration/ae-idp-sign-on-url.png and b/assets/images/enterprise/configuration/ae-idp-sign-on-url.png 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 index 0a42ec7010..138edcba45 100644 Binary files a/assets/images/enterprise/configuration/ae-organization-creation-permissions-menu.png and b/assets/images/enterprise/configuration/ae-organization-creation-permissions-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-policies-configure.png b/assets/images/enterprise/configuration/ae-policies-configure.png index 87f537baf7..f8c6d58a6b 100644 Binary files a/assets/images/enterprise/configuration/ae-policies-configure.png and b/assets/images/enterprise/configuration/ae-policies-configure.png differ diff --git a/assets/images/enterprise/configuration/ae-repository-creation-permissions.png b/assets/images/enterprise/configuration/ae-repository-creation-permissions.png index 59f9858f97..32ca49e2ee 100644 Binary files a/assets/images/enterprise/configuration/ae-repository-creation-permissions.png and b/assets/images/enterprise/configuration/ae-repository-creation-permissions.png differ diff --git a/assets/images/enterprise/configuration/ae-repository-forking-menu.png b/assets/images/enterprise/configuration/ae-repository-forking-menu.png index b4ad817deb..a1482bacec 100644 Binary files a/assets/images/enterprise/configuration/ae-repository-forking-menu.png and b/assets/images/enterprise/configuration/ae-repository-forking-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-repository-invitations-menu.png b/assets/images/enterprise/configuration/ae-repository-invitations-menu.png index 92f9b48220..fb22cf783d 100644 Binary files a/assets/images/enterprise/configuration/ae-repository-invitations-menu.png and b/assets/images/enterprise/configuration/ae-repository-invitations-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-repository-permissions-menu.png b/assets/images/enterprise/configuration/ae-repository-permissions-menu.png index be3515711f..8c2cceab1d 100644 Binary files a/assets/images/enterprise/configuration/ae-repository-permissions-menu.png and b/assets/images/enterprise/configuration/ae-repository-permissions-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-repository-visibility-menu.png b/assets/images/enterprise/configuration/ae-repository-visibility-menu.png index a9f7b53dd5..934ccf0777 100644 Binary files a/assets/images/enterprise/configuration/ae-repository-visibility-menu.png and b/assets/images/enterprise/configuration/ae-repository-visibility-menu.png differ diff --git a/assets/images/enterprise/configuration/ae-reset-default-options.png b/assets/images/enterprise/configuration/ae-reset-default-options.png index 95cb3d2fe7..0f309452ae 100644 Binary files a/assets/images/enterprise/configuration/ae-reset-default-options.png and b/assets/images/enterprise/configuration/ae-reset-default-options.png differ diff --git a/assets/images/enterprise/configuration/ae-save.png b/assets/images/enterprise/configuration/ae-save.png index fe52bd2a7f..77247e45fb 100644 Binary files a/assets/images/enterprise/configuration/ae-save.png and b/assets/images/enterprise/configuration/ae-save.png differ diff --git a/assets/images/enterprise/configuration/ae-support-configure.png b/assets/images/enterprise/configuration/ae-support-configure.png index fd393a5475..783f7f101c 100644 Binary files a/assets/images/enterprise/configuration/ae-support-configure.png and b/assets/images/enterprise/configuration/ae-support-configure.png differ diff --git a/assets/images/enterprise/configuration/ae-support-link-url.png b/assets/images/enterprise/configuration/ae-support-link-url.png index d63fbf5e23..f603e12a61 100644 Binary files a/assets/images/enterprise/configuration/ae-support-link-url.png and b/assets/images/enterprise/configuration/ae-support-link-url.png differ diff --git a/assets/images/enterprise/configuration/ae-test-saml-configuration.png b/assets/images/enterprise/configuration/ae-test-saml-configuration.png index 07c22eb00d..5333171e29 100644 Binary files a/assets/images/enterprise/configuration/ae-test-saml-configuration.png and b/assets/images/enterprise/configuration/ae-test-saml-configuration.png differ diff --git a/assets/images/enterprise/enterprises/enterprise-server-billing-license-info.png b/assets/images/enterprise/enterprises/enterprise-server-billing-license-info.png index 39331ef50e..e62df76942 100644 Binary files a/assets/images/enterprise/enterprises/enterprise-server-billing-license-info.png and b/assets/images/enterprise/enterprises/enterprise-server-billing-license-info.png differ diff --git a/assets/images/enterprise/enterprises/license.png b/assets/images/enterprise/enterprises/license.png index ea7bc176dd..a948c3d3b2 100644 Binary files a/assets/images/enterprise/enterprises/license.png and b/assets/images/enterprise/enterprises/license.png differ diff --git a/assets/images/enterprise/management-console/hostname-sidebar.png b/assets/images/enterprise/management-console/hostname-sidebar.png index e9208f5701..2b9eacd6e9 100644 Binary files a/assets/images/enterprise/management-console/hostname-sidebar.png and b/assets/images/enterprise/management-console/hostname-sidebar.png differ diff --git a/assets/images/enterprise/settings/enterprise-settings.png b/assets/images/enterprise/settings/enterprise-settings.png index 3c5bede89e..611c4164d6 100644 Binary files a/assets/images/enterprise/settings/enterprise-settings.png and b/assets/images/enterprise/settings/enterprise-settings.png differ diff --git a/assets/images/enterprise/site-admin-settings/unsuspend-reason.png b/assets/images/enterprise/site-admin-settings/unsuspend-reason.png index 1eec321776..6079595a83 100644 Binary files a/assets/images/enterprise/site-admin-settings/unsuspend-reason.png and b/assets/images/enterprise/site-admin-settings/unsuspend-reason.png differ diff --git a/assets/images/environments-sidebar.png b/assets/images/environments-sidebar.png index 2d601526fe..5487870642 100644 Binary files a/assets/images/environments-sidebar.png and b/assets/images/environments-sidebar.png differ diff --git a/assets/images/github-apps/github_apps_callback_url_multiple.png b/assets/images/github-apps/github_apps_callback_url_multiple.png index 2ce0e6f10d..3e2fba6ba3 100644 Binary files a/assets/images/github-apps/github_apps_callback_url_multiple.png and b/assets/images/github-apps/github_apps_callback_url_multiple.png differ diff --git a/assets/images/github-apps/github_apps_checks_annotations.png b/assets/images/github-apps/github_apps_checks_annotations.png index 5b44958a38..5e50cc2672 100644 Binary files a/assets/images/github-apps/github_apps_checks_annotations.png and b/assets/images/github-apps/github_apps_checks_annotations.png differ diff --git a/assets/images/github-apps/github_apps_delete_integration_name.png b/assets/images/github-apps/github_apps_delete_integration_name.png index c3483bd939..44e66ea5bc 100644 Binary files a/assets/images/github-apps/github_apps_delete_integration_name.png and b/assets/images/github-apps/github_apps_delete_integration_name.png differ diff --git a/assets/images/github-apps/github_apps_delete_key.png b/assets/images/github-apps/github_apps_delete_key.png index aef419225d..474a7a1107 100644 Binary files a/assets/images/github-apps/github_apps_delete_key.png and b/assets/images/github-apps/github_apps_delete_key.png differ diff --git a/assets/images/github-apps/github_apps_private_key_fingerprint.png b/assets/images/github-apps/github_apps_private_key_fingerprint.png index 511fc53485..f3de7439f9 100644 Binary files a/assets/images/github-apps/github_apps_private_key_fingerprint.png and b/assets/images/github-apps/github_apps_private_key_fingerprint.png differ diff --git a/assets/images/github-apps/github_apps_probot-registration.png b/assets/images/github-apps/github_apps_probot-registration.png index 709dee1244..6863f86ccc 100644 Binary files a/assets/images/github-apps/github_apps_probot-registration.png and b/assets/images/github-apps/github_apps_probot-registration.png differ diff --git a/assets/images/help/billing/edit-sponsor-billing.png b/assets/images/help/billing/edit-sponsor-billing.png index 56364ea63e..ab14031a9d 100644 Binary files a/assets/images/help/billing/edit-sponsor-billing.png and b/assets/images/help/billing/edit-sponsor-billing.png differ diff --git a/assets/images/help/billing/review-pending-subscription-changes.png b/assets/images/help/billing/review-pending-subscription-changes.png index 30b5932081..31433409c7 100644 Binary files a/assets/images/help/billing/review-pending-subscription-changes.png and b/assets/images/help/billing/review-pending-subscription-changes.png differ diff --git a/assets/images/help/branch/branch-rename-edit.png b/assets/images/help/branch/branch-rename-edit.png index 7f21862c39..cd50e13c7f 100644 Binary files a/assets/images/help/branch/branch-rename-edit.png and b/assets/images/help/branch/branch-rename-edit.png differ diff --git a/assets/images/help/branch/branch-rename-rename.png b/assets/images/help/branch/branch-rename-rename.png index 5d870c27a0..2cafcf3a96 100644 Binary files a/assets/images/help/branch/branch-rename-rename.png and b/assets/images/help/branch/branch-rename-rename.png differ diff --git a/assets/images/help/branch/branch-rename-type.png b/assets/images/help/branch/branch-rename-type.png index cac66ee45b..aa56378319 100644 Binary files a/assets/images/help/branch/branch-rename-type.png and b/assets/images/help/branch/branch-rename-type.png differ diff --git a/assets/images/help/business-accounts/billing-license-info.png b/assets/images/help/business-accounts/billing-license-info.png index a5c10f33dd..9339722b3b 100644 Binary files a/assets/images/help/business-accounts/billing-license-info.png and b/assets/images/help/business-accounts/billing-license-info.png differ diff --git a/assets/images/help/business-accounts/enterprise-account-settings-security-tab.png b/assets/images/help/business-accounts/enterprise-account-settings-security-tab.png index 1d9daff0bc..90d7dde370 100644 Binary files a/assets/images/help/business-accounts/enterprise-account-settings-security-tab.png and b/assets/images/help/business-accounts/enterprise-account-settings-security-tab.png differ diff --git a/assets/images/help/business-accounts/enterprise-account-settings-tab.png b/assets/images/help/business-accounts/enterprise-account-settings-tab.png index 2586cbf5ab..04f2acabbf 100644 Binary files a/assets/images/help/business-accounts/enterprise-account-settings-tab.png and b/assets/images/help/business-accounts/enterprise-account-settings-tab.png differ diff --git a/assets/images/help/classroom/assignment-group-hero.png b/assets/images/help/classroom/assignment-group-hero.png index 22eb83fde9..b881d2f36b 100644 Binary files a/assets/images/help/classroom/assignment-group-hero.png and b/assets/images/help/classroom/assignment-group-hero.png differ diff --git a/assets/images/help/classroom/assignment-ide-go-grant-access-button.png b/assets/images/help/classroom/assignment-ide-go-grant-access-button.png index 14aa7906ec..333f47b9cf 100644 Binary files a/assets/images/help/classroom/assignment-ide-go-grant-access-button.png and b/assets/images/help/classroom/assignment-ide-go-grant-access-button.png differ diff --git a/assets/images/help/classroom/assignment-individual-hero.png b/assets/images/help/classroom/assignment-individual-hero.png index 7f49a1e22d..035093cf06 100644 Binary files a/assets/images/help/classroom/assignment-individual-hero.png and b/assets/images/help/classroom/assignment-individual-hero.png differ diff --git a/assets/images/help/classroom/assignment-repository-ide-button-in-readme.png b/assets/images/help/classroom/assignment-repository-ide-button-in-readme.png index 84ecbffb72..8262a82ed0 100644 Binary files a/assets/images/help/classroom/assignment-repository-ide-button-in-readme.png and b/assets/images/help/classroom/assignment-repository-ide-button-in-readme.png differ diff --git a/assets/images/help/classroom/assignments-assign-deadline.png b/assets/images/help/classroom/assignments-assign-deadline.png index b31c5c39b1..54e140b1f1 100644 Binary files a/assets/images/help/classroom/assignments-assign-deadline.png and b/assets/images/help/classroom/assignments-assign-deadline.png differ diff --git a/assets/images/help/classroom/assignments-assignment-title.png b/assets/images/help/classroom/assignments-assignment-title.png index c842ea539b..c0c1edfd3a 100644 Binary files a/assets/images/help/classroom/assignments-assignment-title.png and b/assets/images/help/classroom/assignments-assignment-title.png differ diff --git a/assets/images/help/classroom/assignments-autograding-click-pencil-or-trash.png b/assets/images/help/classroom/assignments-autograding-click-pencil-or-trash.png index 6d07e254a9..ebfdfa84d8 100644 Binary files a/assets/images/help/classroom/assignments-autograding-click-pencil-or-trash.png and b/assets/images/help/classroom/assignments-autograding-click-pencil-or-trash.png differ diff --git a/assets/images/help/classroom/assignments-choose-repository-visibility.png b/assets/images/help/classroom/assignments-choose-repository-visibility.png index 4bc310043a..3b43d5a223 100644 Binary files a/assets/images/help/classroom/assignments-choose-repository-visibility.png and b/assets/images/help/classroom/assignments-choose-repository-visibility.png differ diff --git a/assets/images/help/classroom/assignments-click-continue-button.png b/assets/images/help/classroom/assignments-click-continue-button.png index 78325959af..00450a1298 100644 Binary files a/assets/images/help/classroom/assignments-click-continue-button.png and b/assets/images/help/classroom/assignments-click-continue-button.png differ diff --git a/assets/images/help/classroom/assignments-click-create-assignment-button.png b/assets/images/help/classroom/assignments-click-create-assignment-button.png index 44f1a1e517..3f2bc3dc0d 100644 Binary files a/assets/images/help/classroom/assignments-click-create-assignment-button.png and b/assets/images/help/classroom/assignments-click-create-assignment-button.png differ diff --git a/assets/images/help/classroom/assignments-click-grading-and-feedback.png b/assets/images/help/classroom/assignments-click-grading-and-feedback.png index fddaa731d1..79e8c967b4 100644 Binary files a/assets/images/help/classroom/assignments-click-grading-and-feedback.png and b/assets/images/help/classroom/assignments-click-grading-and-feedback.png differ diff --git a/assets/images/help/classroom/assignments-click-new-assignment-button.png b/assets/images/help/classroom/assignments-click-new-assignment-button.png index 278afe63fa..8b1785c229 100644 Binary files a/assets/images/help/classroom/assignments-click-new-assignment-button.png and b/assets/images/help/classroom/assignments-click-new-assignment-button.png differ diff --git a/assets/images/help/classroom/assignments-click-online-ide.png b/assets/images/help/classroom/assignments-click-online-ide.png index e07bc69905..8e288992cf 100644 Binary files a/assets/images/help/classroom/assignments-click-online-ide.png and b/assets/images/help/classroom/assignments-click-online-ide.png differ diff --git a/assets/images/help/classroom/assignments-click-pencil.png b/assets/images/help/classroom/assignments-click-pencil.png index 81e027c7f2..be91f39690 100644 Binary files a/assets/images/help/classroom/assignments-click-pencil.png and b/assets/images/help/classroom/assignments-click-pencil.png differ diff --git a/assets/images/help/classroom/assignments-click-review-button.png b/assets/images/help/classroom/assignments-click-review-button.png index 1f04f152a8..0858e67f30 100644 Binary files a/assets/images/help/classroom/assignments-click-review-button.png and b/assets/images/help/classroom/assignments-click-review-button.png differ diff --git a/assets/images/help/classroom/assignments-click-save-test-case-button.png b/assets/images/help/classroom/assignments-click-save-test-case-button.png index 6336d308ad..b5d1a7e33a 100644 Binary files a/assets/images/help/classroom/assignments-click-save-test-case-button.png and b/assets/images/help/classroom/assignments-click-save-test-case-button.png differ diff --git a/assets/images/help/classroom/assignments-click-template-repository-in-list.png b/assets/images/help/classroom/assignments-click-template-repository-in-list.png index 0be6b1153c..69f89a0dd6 100644 Binary files a/assets/images/help/classroom/assignments-click-template-repository-in-list.png and b/assets/images/help/classroom/assignments-click-template-repository-in-list.png differ diff --git a/assets/images/help/classroom/assignments-click-update-assignment.png b/assets/images/help/classroom/assignments-click-update-assignment.png index 9423ea66ef..b9b2a010da 100644 Binary files a/assets/images/help/classroom/assignments-click-update-assignment.png and b/assets/images/help/classroom/assignments-click-update-assignment.png differ diff --git a/assets/images/help/classroom/assignments-click-view-ide.png b/assets/images/help/classroom/assignments-click-view-ide.png index 496ebe4cc3..6fe2799cae 100644 Binary files a/assets/images/help/classroom/assignments-click-view-ide.png and b/assets/images/help/classroom/assignments-click-view-ide.png differ diff --git a/assets/images/help/classroom/assignments-click-view-test.png b/assets/images/help/classroom/assignments-click-view-test.png index e7fbb4931a..17c3bb76fd 100644 Binary files a/assets/images/help/classroom/assignments-click-view-test.png and b/assets/images/help/classroom/assignments-click-view-test.png differ diff --git a/assets/images/help/classroom/assignments-define-teams.png b/assets/images/help/classroom/assignments-define-teams.png index d72077eb55..6156d50a8e 100644 Binary files a/assets/images/help/classroom/assignments-define-teams.png and b/assets/images/help/classroom/assignments-define-teams.png differ diff --git a/assets/images/help/classroom/assignments-enable-feedback-pull-requests.png b/assets/images/help/classroom/assignments-enable-feedback-pull-requests.png index 7597b5fe91..32a3767914 100644 Binary files a/assets/images/help/classroom/assignments-enable-feedback-pull-requests.png and b/assets/images/help/classroom/assignments-enable-feedback-pull-requests.png differ diff --git a/assets/images/help/classroom/assignments-type-protected-file-paths.png b/assets/images/help/classroom/assignments-type-protected-file-paths.png index b52d8bcd18..0dc871b4c4 100644 Binary files a/assets/images/help/classroom/assignments-type-protected-file-paths.png and b/assets/images/help/classroom/assignments-type-protected-file-paths.png differ diff --git a/assets/images/help/classroom/autograding-actions-logs.png b/assets/images/help/classroom/autograding-actions-logs.png index 7c0ee70fda..68abd65b70 100644 Binary files a/assets/images/help/classroom/autograding-actions-logs.png and b/assets/images/help/classroom/autograding-actions-logs.png differ diff --git a/assets/images/help/classroom/autograding-actions-tab.png b/assets/images/help/classroom/autograding-actions-tab.png index 68c6606fd5..add5f3d209 100644 Binary files a/assets/images/help/classroom/autograding-actions-tab.png and b/assets/images/help/classroom/autograding-actions-tab.png differ diff --git a/assets/images/help/classroom/autograding-click-grading-method.png b/assets/images/help/classroom/autograding-click-grading-method.png index ca8e19417e..d4d4f03570 100644 Binary files a/assets/images/help/classroom/autograding-click-grading-method.png and b/assets/images/help/classroom/autograding-click-grading-method.png differ diff --git a/assets/images/help/classroom/autograding-click-pencil.png b/assets/images/help/classroom/autograding-click-pencil.png index 0b2e38ee3b..3d453d7c50 100644 Binary files a/assets/images/help/classroom/autograding-click-pencil.png and b/assets/images/help/classroom/autograding-click-pencil.png differ diff --git a/assets/images/help/classroom/autograding-click-trash.png b/assets/images/help/classroom/autograding-click-trash.png index 687a2d98f9..6f1f01980b 100644 Binary files a/assets/images/help/classroom/autograding-click-trash.png and b/assets/images/help/classroom/autograding-click-trash.png differ diff --git a/assets/images/help/classroom/autograding-hero.png b/assets/images/help/classroom/autograding-hero.png index a831cdadea..f197142272 100644 Binary files a/assets/images/help/classroom/autograding-hero.png and b/assets/images/help/classroom/autograding-hero.png differ diff --git a/assets/images/help/classroom/classroom-add-students-to-your-roster.png b/assets/images/help/classroom/classroom-add-students-to-your-roster.png index c44e8d6461..3bd5a0e187 100644 Binary files a/assets/images/help/classroom/classroom-add-students-to-your-roster.png and b/assets/images/help/classroom/classroom-add-students-to-your-roster.png differ diff --git a/assets/images/help/classroom/classroom-copy-credentials.png b/assets/images/help/classroom/classroom-copy-credentials.png index 7afe923e46..1d28405327 100644 Binary files a/assets/images/help/classroom/classroom-copy-credentials.png and b/assets/images/help/classroom/classroom-copy-credentials.png differ diff --git a/assets/images/help/classroom/classroom-hero.png b/assets/images/help/classroom/classroom-hero.png index 52c66bed2c..37a0262b3d 100644 Binary files a/assets/images/help/classroom/classroom-hero.png and b/assets/images/help/classroom/classroom-hero.png differ diff --git a/assets/images/help/classroom/classroom-settings-click-connection-settings.png b/assets/images/help/classroom/classroom-settings-click-connection-settings.png index 0a48461fd8..dbf7a5f608 100644 Binary files a/assets/images/help/classroom/classroom-settings-click-connection-settings.png and b/assets/images/help/classroom/classroom-settings-click-connection-settings.png differ diff --git a/assets/images/help/classroom/classroom-settings-click-disconnect-from-your-lms-button.png b/assets/images/help/classroom/classroom-settings-click-disconnect-from-your-lms-button.png index 45f20305f0..748978c8a1 100644 Binary files a/assets/images/help/classroom/classroom-settings-click-disconnect-from-your-lms-button.png and b/assets/images/help/classroom/classroom-settings-click-disconnect-from-your-lms-button.png differ diff --git a/assets/images/help/classroom/classroom-settings-click-lms.png b/assets/images/help/classroom/classroom-settings-click-lms.png index f2548ad331..affa7a2522 100644 Binary files a/assets/images/help/classroom/classroom-settings-click-lms.png and b/assets/images/help/classroom/classroom-settings-click-lms.png differ diff --git a/assets/images/help/classroom/click-assignment-in-list.png b/assets/images/help/classroom/click-assignment-in-list.png index 6dd4f09bf7..a6a2745006 100644 Binary files a/assets/images/help/classroom/click-assignment-in-list.png and b/assets/images/help/classroom/click-assignment-in-list.png differ diff --git a/assets/images/help/classroom/click-classroom-in-list.png b/assets/images/help/classroom/click-classroom-in-list.png index 5f4f28de54..f38f7765a3 100644 Binary files a/assets/images/help/classroom/click-classroom-in-list.png and b/assets/images/help/classroom/click-classroom-in-list.png differ diff --git a/assets/images/help/classroom/click-create-classroom-button.png b/assets/images/help/classroom/click-create-classroom-button.png index 7ca72c57e9..a9c99a006c 100644 Binary files a/assets/images/help/classroom/click-create-classroom-button.png and b/assets/images/help/classroom/click-create-classroom-button.png differ diff --git a/assets/images/help/classroom/click-create-roster-button.png b/assets/images/help/classroom/click-create-roster-button.png index 066af68fe1..c12631c903 100644 Binary files a/assets/images/help/classroom/click-create-roster-button.png and b/assets/images/help/classroom/click-create-roster-button.png differ diff --git a/assets/images/help/classroom/click-delete-classroom-button.png b/assets/images/help/classroom/click-delete-classroom-button.png index 87fda14697..0de8e06987 100644 Binary files a/assets/images/help/classroom/click-delete-classroom-button.png and b/assets/images/help/classroom/click-delete-classroom-button.png differ diff --git a/assets/images/help/classroom/click-import-from-a-learning-management-system-button.png b/assets/images/help/classroom/click-import-from-a-learning-management-system-button.png index 62c6cde46a..87972ddbb7 100644 Binary files a/assets/images/help/classroom/click-import-from-a-learning-management-system-button.png and b/assets/images/help/classroom/click-import-from-a-learning-management-system-button.png differ diff --git a/assets/images/help/classroom/click-new-classroom-button.png b/assets/images/help/classroom/click-new-classroom-button.png index a2cdf4cd41..65a232e9fa 100644 Binary files a/assets/images/help/classroom/click-new-classroom-button.png and b/assets/images/help/classroom/click-new-classroom-button.png differ diff --git a/assets/images/help/classroom/click-organization.png b/assets/images/help/classroom/click-organization.png index 8bc5c40e15..074b692fc8 100644 Binary files a/assets/images/help/classroom/click-organization.png and b/assets/images/help/classroom/click-organization.png differ diff --git a/assets/images/help/classroom/click-settings.png b/assets/images/help/classroom/click-settings.png index e074c6c1eb..94a1926e86 100644 Binary files a/assets/images/help/classroom/click-settings.png and b/assets/images/help/classroom/click-settings.png differ diff --git a/assets/images/help/classroom/click-students.png b/assets/images/help/classroom/click-students.png index 48ef5de6da..523195f388 100644 Binary files a/assets/images/help/classroom/click-students.png and b/assets/images/help/classroom/click-students.png differ diff --git a/assets/images/help/classroom/click-update-students-button.png b/assets/images/help/classroom/click-update-students-button.png index 116e06a99c..a554f982f1 100644 Binary files a/assets/images/help/classroom/click-update-students-button.png and b/assets/images/help/classroom/click-update-students-button.png differ diff --git a/assets/images/help/classroom/delete-classroom-click-delete-classroom-button.png b/assets/images/help/classroom/delete-classroom-click-delete-classroom-button.png index 9a541ae2a9..a61aa42f47 100644 Binary files a/assets/images/help/classroom/delete-classroom-click-delete-classroom-button.png and b/assets/images/help/classroom/delete-classroom-click-delete-classroom-button.png differ diff --git a/assets/images/help/classroom/delete-classroom-modal-with-warning.png b/assets/images/help/classroom/delete-classroom-modal-with-warning.png index fb7047c040..b2219df910 100644 Binary files a/assets/images/help/classroom/delete-classroom-modal-with-warning.png and b/assets/images/help/classroom/delete-classroom-modal-with-warning.png differ diff --git a/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png b/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png index ab17492f6a..e8aa30ab37 100644 Binary files a/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png and b/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png differ diff --git a/assets/images/help/classroom/ide-replit-version-control-button.png b/assets/images/help/classroom/ide-replit-version-control-button.png index 2ce9536f96..12c6b5e76f 100644 Binary files a/assets/images/help/classroom/ide-replit-version-control-button.png and b/assets/images/help/classroom/ide-replit-version-control-button.png differ diff --git a/assets/images/help/classroom/lms-github-classroom-credentials.png b/assets/images/help/classroom/lms-github-classroom-credentials.png index 8d57a7b2fb..351428b2b9 100644 Binary files a/assets/images/help/classroom/lms-github-classroom-credentials.png and b/assets/images/help/classroom/lms-github-classroom-credentials.png differ diff --git a/assets/images/help/classroom/probot-settings.gif b/assets/images/help/classroom/probot-settings.gif index ee1a593361..9f54231192 100644 Binary files a/assets/images/help/classroom/probot-settings.gif and b/assets/images/help/classroom/probot-settings.gif differ diff --git a/assets/images/help/classroom/roster-hero.png b/assets/images/help/classroom/roster-hero.png index 8ce84cefd7..a8cd754e7e 100644 Binary files a/assets/images/help/classroom/roster-hero.png and b/assets/images/help/classroom/roster-hero.png differ diff --git a/assets/images/help/classroom/settings-click-rename-classroom-button.png b/assets/images/help/classroom/settings-click-rename-classroom-button.png index f857bf63d3..7e844320d4 100644 Binary files a/assets/images/help/classroom/settings-click-rename-classroom-button.png and b/assets/images/help/classroom/settings-click-rename-classroom-button.png differ diff --git a/assets/images/help/classroom/settings-type-classroom-name.png b/assets/images/help/classroom/settings-type-classroom-name.png index 2c238cc516..07eeec6bbf 100644 Binary files a/assets/images/help/classroom/settings-type-classroom-name.png and b/assets/images/help/classroom/settings-type-classroom-name.png differ diff --git a/assets/images/help/classroom/setup-click-authorize-github-classroom.png b/assets/images/help/classroom/setup-click-authorize-github-classroom.png index 08ec394c6e..ffef05d918 100644 Binary files a/assets/images/help/classroom/setup-click-authorize-github-classroom.png and b/assets/images/help/classroom/setup-click-authorize-github-classroom.png differ diff --git a/assets/images/help/classroom/setup-click-authorize-github.png b/assets/images/help/classroom/setup-click-authorize-github.png index 3c1fcdd9d0..32239c3183 100644 Binary files a/assets/images/help/classroom/setup-click-authorize-github.png and b/assets/images/help/classroom/setup-click-authorize-github.png differ diff --git a/assets/images/help/classroom/setup-click-grant.png b/assets/images/help/classroom/setup-click-grant.png index 70942ecafd..8f94e81391 100644 Binary files a/assets/images/help/classroom/setup-click-grant.png and b/assets/images/help/classroom/setup-click-grant.png differ diff --git a/assets/images/help/classroom/students-click-delete-roster-button-in-modal.png b/assets/images/help/classroom/students-click-delete-roster-button-in-modal.png index efadfac2a6..610a306069 100644 Binary files a/assets/images/help/classroom/students-click-delete-roster-button-in-modal.png and b/assets/images/help/classroom/students-click-delete-roster-button-in-modal.png differ diff --git a/assets/images/help/classroom/students-click-delete-roster-button.png b/assets/images/help/classroom/students-click-delete-roster-button.png index bb4fecc5d8..f9ed37d837 100644 Binary files a/assets/images/help/classroom/students-click-delete-roster-button.png and b/assets/images/help/classroom/students-click-delete-roster-button.png differ diff --git a/assets/images/help/classroom/type-classroom-name.png b/assets/images/help/classroom/type-classroom-name.png index 3b407b2f40..4cdd5bd0c1 100644 Binary files a/assets/images/help/classroom/type-classroom-name.png and b/assets/images/help/classroom/type-classroom-name.png differ diff --git a/assets/images/help/classroom/type-or-upload-student-identifiers.png b/assets/images/help/classroom/type-or-upload-student-identifiers.png index b1c006c5a1..8cf7f97482 100644 Binary files a/assets/images/help/classroom/type-or-upload-student-identifiers.png and b/assets/images/help/classroom/type-or-upload-student-identifiers.png differ diff --git a/assets/images/help/classroom/use-drop-down-then-click-archive.png b/assets/images/help/classroom/use-drop-down-then-click-archive.png index 1fd2b0f0ef..1187812cc9 100644 Binary files a/assets/images/help/classroom/use-drop-down-then-click-archive.png and b/assets/images/help/classroom/use-drop-down-then-click-archive.png differ diff --git a/assets/images/help/classroom/use-drop-down-then-click-unarchive.png b/assets/images/help/classroom/use-drop-down-then-click-unarchive.png index 7e9ead3102..85ea6c230f 100644 Binary files a/assets/images/help/classroom/use-drop-down-then-click-unarchive.png and b/assets/images/help/classroom/use-drop-down-then-click-unarchive.png differ diff --git a/assets/images/help/codespaces/choose-branch-vscode.png b/assets/images/help/codespaces/choose-branch-vscode.png index 7a2b845f88..9e114d221e 100644 Binary files a/assets/images/help/codespaces/choose-branch-vscode.png and b/assets/images/help/codespaces/choose-branch-vscode.png differ diff --git a/assets/images/help/codespaces/choose-repository-vscode.png b/assets/images/help/codespaces/choose-repository-vscode.png index 4681fc3840..67d34e2112 100644 Binary files a/assets/images/help/codespaces/choose-repository-vscode.png and b/assets/images/help/codespaces/choose-repository-vscode.png differ diff --git a/assets/images/help/codespaces/choose-sku-vscode.png b/assets/images/help/codespaces/choose-sku-vscode.png index 09f23904cb..d509d5d2c0 100644 Binary files a/assets/images/help/codespaces/choose-sku-vscode.png and b/assets/images/help/codespaces/choose-sku-vscode.png differ diff --git a/assets/images/help/codespaces/click-connect-to-codespace-icon-vscode.png b/assets/images/help/codespaces/click-connect-to-codespace-icon-vscode.png index 3ef75e58ba..aaad64089c 100644 Binary files a/assets/images/help/codespaces/click-connect-to-codespace-icon-vscode.png and b/assets/images/help/codespaces/click-connect-to-codespace-icon-vscode.png differ diff --git a/assets/images/help/codespaces/codespaces-header-vscode.png b/assets/images/help/codespaces/codespaces-header-vscode.png index 490679f1a0..bc841795bd 100644 Binary files a/assets/images/help/codespaces/codespaces-header-vscode.png and b/assets/images/help/codespaces/codespaces-header-vscode.png differ diff --git a/assets/images/help/codespaces/connect-to-github-codespaces-preview-feature.png b/assets/images/help/codespaces/connect-to-github-codespaces-preview-feature.png index 7c3be5c4b0..8b25b807d1 100644 Binary files a/assets/images/help/codespaces/connect-to-github-codespaces-preview-feature.png and b/assets/images/help/codespaces/connect-to-github-codespaces-preview-feature.png differ diff --git a/assets/images/help/codespaces/create-codespace-vscode.png b/assets/images/help/codespaces/create-codespace-vscode.png index 091559925b..6203f5349a 100644 Binary files a/assets/images/help/codespaces/create-codespace-vscode.png and b/assets/images/help/codespaces/create-codespace-vscode.png differ diff --git a/assets/images/help/codespaces/delete-codespace-vscode.png b/assets/images/help/codespaces/delete-codespace-vscode.png index d68fbf6a34..fbc2874e32 100644 Binary files a/assets/images/help/codespaces/delete-codespace-vscode.png and b/assets/images/help/codespaces/delete-codespace-vscode.png differ diff --git a/assets/images/help/codespaces/sign-in-to-view-codespaces-vscode.png b/assets/images/help/codespaces/sign-in-to-view-codespaces-vscode.png index 94bb2e106d..a1c067a6c0 100644 Binary files a/assets/images/help/codespaces/sign-in-to-view-codespaces-vscode.png and b/assets/images/help/codespaces/sign-in-to-view-codespaces-vscode.png differ diff --git a/assets/images/help/codespaces/visual-studio-codespace-details.png b/assets/images/help/codespaces/visual-studio-codespace-details.png index 302cd1ce3e..aa4b7d4809 100644 Binary files a/assets/images/help/codespaces/visual-studio-codespace-details.png and b/assets/images/help/codespaces/visual-studio-codespace-details.png differ diff --git a/assets/images/help/codespaces/visual-studio-connect-codespace.png b/assets/images/help/codespaces/visual-studio-connect-codespace.png index db365d24fc..7ca25e45db 100644 Binary files a/assets/images/help/codespaces/visual-studio-connect-codespace.png and b/assets/images/help/codespaces/visual-studio-connect-codespace.png differ diff --git a/assets/images/help/codespaces/visual-studio-eshoponweb-codespace.png b/assets/images/help/codespaces/visual-studio-eshoponweb-codespace.png index ada5429ebf..bf7810bc7b 100644 Binary files a/assets/images/help/codespaces/visual-studio-eshoponweb-codespace.png and b/assets/images/help/codespaces/visual-studio-eshoponweb-codespace.png differ diff --git a/assets/images/help/codespaces/visual-studio-file-connect-to-codespace.png b/assets/images/help/codespaces/visual-studio-file-connect-to-codespace.png index f8286d9703..ae0ae2861b 100644 Binary files a/assets/images/help/codespaces/visual-studio-file-connect-to-codespace.png and b/assets/images/help/codespaces/visual-studio-file-connect-to-codespace.png differ diff --git a/assets/images/help/codespaces/visual-studio-sign-in-to-github.png b/assets/images/help/codespaces/visual-studio-sign-in-to-github.png index f88108965c..bd0268de00 100644 Binary files a/assets/images/help/codespaces/visual-studio-sign-in-to-github.png and b/assets/images/help/codespaces/visual-studio-sign-in-to-github.png differ diff --git a/assets/images/help/codespaces/visual-studio-start-window.png b/assets/images/help/codespaces/visual-studio-start-window.png index 55d9d29bc2..ab2859c81b 100644 Binary files a/assets/images/help/codespaces/visual-studio-start-window.png and b/assets/images/help/codespaces/visual-studio-start-window.png differ diff --git a/assets/images/help/delete-container-package-version.png b/assets/images/help/delete-container-package-version.png index e94ec9ca49..5f9808ea8b 100644 Binary files a/assets/images/help/delete-container-package-version.png and b/assets/images/help/delete-container-package-version.png differ diff --git a/assets/images/help/dependabot/dependabot-alert-pr-link.png b/assets/images/help/dependabot/dependabot-alert-pr-link.png index 03c9de0402..9028b6cf8e 100644 Binary files a/assets/images/help/dependabot/dependabot-alert-pr-link.png and b/assets/images/help/dependabot/dependabot-alert-pr-link.png differ diff --git a/assets/images/help/dependabot/dependabot-security-update-error.png b/assets/images/help/dependabot/dependabot-security-update-error.png index 5b990062bf..09b33196ba 100644 Binary files a/assets/images/help/dependabot/dependabot-security-update-error.png and b/assets/images/help/dependabot/dependabot-security-update-error.png differ diff --git a/assets/images/help/dependabot/dependabot-tab-view-error-beta.png b/assets/images/help/dependabot/dependabot-tab-view-error-beta.png index 2b7d81a0f0..849d6e5366 100644 Binary files a/assets/images/help/dependabot/dependabot-tab-view-error-beta.png and b/assets/images/help/dependabot/dependabot-tab-view-error-beta.png differ diff --git a/assets/images/help/dependabot/dependabot-version-update-error-beta.png b/assets/images/help/dependabot/dependabot-version-update-error-beta.png index 656afdc470..ddb9164dc4 100644 Binary files a/assets/images/help/dependabot/dependabot-version-update-error-beta.png and b/assets/images/help/dependabot/dependabot-version-update-error-beta.png differ diff --git a/assets/images/help/desktop/discard-multiple-lines.png b/assets/images/help/desktop/discard-multiple-lines.png index 0476bf9e4e..8dac4eb9b5 100644 Binary files a/assets/images/help/desktop/discard-multiple-lines.png and b/assets/images/help/desktop/discard-multiple-lines.png differ diff --git a/assets/images/help/desktop/discard-single-line.png b/assets/images/help/desktop/discard-single-line.png index 038f1d6092..f1f8b54828 100644 Binary files a/assets/images/help/desktop/discard-single-line.png and b/assets/images/help/desktop/discard-single-line.png differ diff --git a/assets/images/help/desktop/gear-diff-select.png b/assets/images/help/desktop/gear-diff-select.png index 41d03d4a73..8a0cda5c37 100644 Binary files a/assets/images/help/desktop/gear-diff-select.png and b/assets/images/help/desktop/gear-diff-select.png differ diff --git a/assets/images/help/desktop/protected-branch-warning.png b/assets/images/help/desktop/protected-branch-warning.png index db015f77a7..d09884eed8 100644 Binary files a/assets/images/help/desktop/protected-branch-warning.png and b/assets/images/help/desktop/protected-branch-warning.png differ diff --git a/assets/images/help/desktop/push-origin-button.png b/assets/images/help/desktop/push-origin-button.png index 1484a44652..34da410863 100644 Binary files a/assets/images/help/desktop/push-origin-button.png and b/assets/images/help/desktop/push-origin-button.png differ diff --git a/assets/images/help/desktop/windows-rebase-current-branch.png b/assets/images/help/desktop/windows-rebase-current-branch.png index bb57752af3..76ce70ef48 100644 Binary files a/assets/images/help/desktop/windows-rebase-current-branch.png and b/assets/images/help/desktop/windows-rebase-current-branch.png differ diff --git a/assets/images/help/discussions/choose-new-category.png b/assets/images/help/discussions/choose-new-category.png index cd68a14069..86248705a6 100644 Binary files a/assets/images/help/discussions/choose-new-category.png and b/assets/images/help/discussions/choose-new-category.png differ diff --git a/assets/images/help/discussions/click-delete-and-move-button.png b/assets/images/help/discussions/click-delete-and-move-button.png index ed160bc685..4ccf8737e9 100644 Binary files a/assets/images/help/discussions/click-delete-and-move-button.png and b/assets/images/help/discussions/click-delete-and-move-button.png differ diff --git a/assets/images/help/discussions/click-delete-discussion.png b/assets/images/help/discussions/click-delete-discussion.png index bd0256077e..4b86de1ded 100644 Binary files a/assets/images/help/discussions/click-delete-discussion.png and b/assets/images/help/discussions/click-delete-discussion.png differ diff --git a/assets/images/help/discussions/click-delete-for-category.png b/assets/images/help/discussions/click-delete-for-category.png index 91007dd36c..ab7e61b4f6 100644 Binary files a/assets/images/help/discussions/click-delete-for-category.png and b/assets/images/help/discussions/click-delete-for-category.png differ diff --git a/assets/images/help/discussions/click-delete-this-discussion-button.png b/assets/images/help/discussions/click-delete-this-discussion-button.png index 1f2715e399..5ec94c24a3 100644 Binary files a/assets/images/help/discussions/click-delete-this-discussion-button.png and b/assets/images/help/discussions/click-delete-this-discussion-button.png differ diff --git a/assets/images/help/discussions/click-discussion-in-list.png b/assets/images/help/discussions/click-discussion-in-list.png index 2728a94810..f097b89dbc 100644 Binary files a/assets/images/help/discussions/click-discussion-in-list.png and b/assets/images/help/discussions/click-discussion-in-list.png differ diff --git a/assets/images/help/discussions/click-edit-categories.png b/assets/images/help/discussions/click-edit-categories.png index e4b9f3c86a..ece4fd8d26 100644 Binary files a/assets/images/help/discussions/click-edit-categories.png and b/assets/images/help/discussions/click-edit-categories.png differ diff --git a/assets/images/help/discussions/click-edit-for-category.png b/assets/images/help/discussions/click-edit-for-category.png index b0cae32ac9..cfbaee043f 100644 Binary files a/assets/images/help/discussions/click-edit-for-category.png and b/assets/images/help/discussions/click-edit-for-category.png differ diff --git a/assets/images/help/discussions/click-edit-pinned-discussion.png b/assets/images/help/discussions/click-edit-pinned-discussion.png index e5f02a7469..b2c05da46b 100644 Binary files a/assets/images/help/discussions/click-edit-pinned-discussion.png and b/assets/images/help/discussions/click-edit-pinned-discussion.png differ diff --git a/assets/images/help/discussions/click-new-category-button.png b/assets/images/help/discussions/click-new-category-button.png index 70c4889f30..06fcc8b3b9 100644 Binary files a/assets/images/help/discussions/click-new-category-button.png and b/assets/images/help/discussions/click-new-category-button.png differ diff --git a/assets/images/help/discussions/click-pin-discussion-button.png b/assets/images/help/discussions/click-pin-discussion-button.png index 42201fc54f..44432b9ff7 100644 Binary files a/assets/images/help/discussions/click-pin-discussion-button.png and b/assets/images/help/discussions/click-pin-discussion-button.png differ diff --git a/assets/images/help/discussions/click-pin-discussion.png b/assets/images/help/discussions/click-pin-discussion.png index 0d1601bf19..d37d7d5d7c 100644 Binary files a/assets/images/help/discussions/click-pin-discussion.png and b/assets/images/help/discussions/click-pin-discussion.png differ diff --git a/assets/images/help/discussions/click-save.png b/assets/images/help/discussions/click-save.png index f9a0d3272b..a3ae08c78e 100644 Binary files a/assets/images/help/discussions/click-save.png and b/assets/images/help/discussions/click-save.png differ diff --git a/assets/images/help/discussions/click-transfer-discussion-button.png b/assets/images/help/discussions/click-transfer-discussion-button.png index cd7ce18e3f..57f29c5872 100644 Binary files a/assets/images/help/discussions/click-transfer-discussion-button.png and b/assets/images/help/discussions/click-transfer-discussion-button.png differ diff --git a/assets/images/help/discussions/click-transfer-discussion.png b/assets/images/help/discussions/click-transfer-discussion.png index 37d17410bd..5ffdd74460 100644 Binary files a/assets/images/help/discussions/click-transfer-discussion.png and b/assets/images/help/discussions/click-transfer-discussion.png differ diff --git a/assets/images/help/discussions/click-unpin-discussion-button.png b/assets/images/help/discussions/click-unpin-discussion-button.png index a50d90605c..7d88504c64 100644 Binary files a/assets/images/help/discussions/click-unpin-discussion-button.png and b/assets/images/help/discussions/click-unpin-discussion-button.png differ diff --git a/assets/images/help/discussions/click-unpin-discussion.png b/assets/images/help/discussions/click-unpin-discussion.png index ac3b4d5590..b94d1359bf 100644 Binary files a/assets/images/help/discussions/click-unpin-discussion.png and b/assets/images/help/discussions/click-unpin-discussion.png differ diff --git a/assets/images/help/discussions/comment-mark-as-answer-button.png b/assets/images/help/discussions/comment-mark-as-answer-button.png index e2ae56fd11..d2ae418e31 100644 Binary files a/assets/images/help/discussions/comment-mark-as-answer-button.png and b/assets/images/help/discussions/comment-mark-as-answer-button.png differ diff --git a/assets/images/help/discussions/comment-marked-as-answer.png b/assets/images/help/discussions/comment-marked-as-answer.png index 6d5ca04aa5..c4d08171b9 100644 Binary files a/assets/images/help/discussions/comment-marked-as-answer.png and b/assets/images/help/discussions/comment-marked-as-answer.png differ diff --git a/assets/images/help/discussions/customize-pinned-discussion.png b/assets/images/help/discussions/customize-pinned-discussion.png index 7783c66a53..ac62df980e 100644 Binary files a/assets/images/help/discussions/customize-pinned-discussion.png and b/assets/images/help/discussions/customize-pinned-discussion.png differ diff --git a/assets/images/help/discussions/discussons-hero.png b/assets/images/help/discussions/discussons-hero.png index 728d2fd2fe..bf30319687 100644 Binary files a/assets/images/help/discussions/discussons-hero.png and b/assets/images/help/discussions/discussons-hero.png differ diff --git a/assets/images/help/discussions/edit-category-details.png b/assets/images/help/discussions/edit-category-details.png index 79ac101a62..fcd33ef9ca 100644 Binary files a/assets/images/help/discussions/edit-category-details.png and b/assets/images/help/discussions/edit-category-details.png differ diff --git a/assets/images/help/discussions/edit-existing-category-details.png b/assets/images/help/discussions/edit-existing-category-details.png index 95e5723927..5358369ade 100644 Binary files a/assets/images/help/discussions/edit-existing-category-details.png and b/assets/images/help/discussions/edit-existing-category-details.png differ diff --git a/assets/images/help/discussions/existing-category-click-save-changes-button.png b/assets/images/help/discussions/existing-category-click-save-changes-button.png index 043eb38a24..5239e17d77 100644 Binary files a/assets/images/help/discussions/existing-category-click-save-changes-button.png and b/assets/images/help/discussions/existing-category-click-save-changes-button.png differ diff --git a/assets/images/help/discussions/hero.png b/assets/images/help/discussions/hero.png index af41125de9..bca400f11b 100644 Binary files a/assets/images/help/discussions/hero.png and b/assets/images/help/discussions/hero.png differ diff --git a/assets/images/help/discussions/most-helpful.png b/assets/images/help/discussions/most-helpful.png index bcb5109b01..93b4a322ce 100644 Binary files a/assets/images/help/discussions/most-helpful.png and b/assets/images/help/discussions/most-helpful.png differ diff --git a/assets/images/help/discussions/new-category-click-create-button.png b/assets/images/help/discussions/new-category-click-create-button.png index 5bdeab12c6..9bf78ce1ca 100644 Binary files a/assets/images/help/discussions/new-category-click-create-button.png and b/assets/images/help/discussions/new-category-click-create-button.png differ diff --git a/assets/images/help/discussions/new-discussion-button.png b/assets/images/help/discussions/new-discussion-button.png index 8c5a490e29..591481e48b 100644 Binary files a/assets/images/help/discussions/new-discussion-button.png and b/assets/images/help/discussions/new-discussion-button.png differ diff --git a/assets/images/help/discussions/new-discussion-select-category-dropdown-menu.png b/assets/images/help/discussions/new-discussion-select-category-dropdown-menu.png index d6e2d38ffb..de69b95928 100644 Binary files a/assets/images/help/discussions/new-discussion-select-category-dropdown-menu.png and b/assets/images/help/discussions/new-discussion-select-category-dropdown-menu.png differ diff --git a/assets/images/help/discussions/new-discussion-start-discussion-button.png b/assets/images/help/discussions/new-discussion-start-discussion-button.png index 040c81e62e..b14e01abb5 100644 Binary files a/assets/images/help/discussions/new-discussion-start-discussion-button.png and b/assets/images/help/discussions/new-discussion-start-discussion-button.png differ diff --git a/assets/images/help/discussions/new-discussion-title-and-body-fields.png b/assets/images/help/discussions/new-discussion-title-and-body-fields.png index b8ff91c511..9a4a819929 100644 Binary files a/assets/images/help/discussions/new-discussion-title-and-body-fields.png and b/assets/images/help/discussions/new-discussion-title-and-body-fields.png differ diff --git a/assets/images/help/discussions/public-repo-settings.png b/assets/images/help/discussions/public-repo-settings.png index c337a3a220..dc1fdaec28 100644 Binary files a/assets/images/help/discussions/public-repo-settings.png and b/assets/images/help/discussions/public-repo-settings.png differ diff --git a/assets/images/help/discussions/repository-discussions-tab.png b/assets/images/help/discussions/repository-discussions-tab.png index fd8df2f789..444066a0c7 100644 Binary files a/assets/images/help/discussions/repository-discussions-tab.png and b/assets/images/help/discussions/repository-discussions-tab.png differ diff --git a/assets/images/help/discussions/search-and-filter-controls.png b/assets/images/help/discussions/search-and-filter-controls.png index 06f1c34878..5718552151 100644 Binary files a/assets/images/help/discussions/search-and-filter-controls.png and b/assets/images/help/discussions/search-and-filter-controls.png differ diff --git a/assets/images/help/discussions/search-result.png b/assets/images/help/discussions/search-result.png index a65d4d41af..e698f2d633 100644 Binary files a/assets/images/help/discussions/search-result.png and b/assets/images/help/discussions/search-result.png differ diff --git a/assets/images/help/discussions/select-discussions-checkbox.png b/assets/images/help/discussions/select-discussions-checkbox.png index 5bc1235b02..7ab2c1ca14 100644 Binary files a/assets/images/help/discussions/select-discussions-checkbox.png and b/assets/images/help/discussions/select-discussions-checkbox.png differ diff --git a/assets/images/help/discussions/setup-discussions-button.png b/assets/images/help/discussions/setup-discussions-button.png index e6b9111fa7..75fe92b4c8 100644 Binary files a/assets/images/help/discussions/setup-discussions-button.png and b/assets/images/help/discussions/setup-discussions-button.png differ diff --git a/assets/images/help/discussions/toggle-allow-users-with-read-access-checkbox.png b/assets/images/help/discussions/toggle-allow-users-with-read-access-checkbox.png index fa4d08911d..c6c0b54a62 100644 Binary files a/assets/images/help/discussions/toggle-allow-users-with-read-access-checkbox.png and b/assets/images/help/discussions/toggle-allow-users-with-read-access-checkbox.png differ diff --git a/assets/images/help/discussions/unanswered-discussion.png b/assets/images/help/discussions/unanswered-discussion.png index c5d3c668a4..3dc727392c 100644 Binary files a/assets/images/help/discussions/unanswered-discussion.png and b/assets/images/help/discussions/unanswered-discussion.png differ diff --git a/assets/images/help/discussions/use-choose-a-repository-drop-down.png b/assets/images/help/discussions/use-choose-a-repository-drop-down.png index 8e2287762a..2f6cda72ee 100644 Binary files a/assets/images/help/discussions/use-choose-a-repository-drop-down.png and b/assets/images/help/discussions/use-choose-a-repository-drop-down.png differ diff --git a/assets/images/help/discussions/your-discussions.png b/assets/images/help/discussions/your-discussions.png index 7ad7617d7e..86d53a3c50 100644 Binary files a/assets/images/help/discussions/your-discussions.png and b/assets/images/help/discussions/your-discussions.png differ diff --git a/assets/images/help/education/click-get-teacher-benefits.png b/assets/images/help/education/click-get-teacher-benefits.png index 65c68aafdc..0d2bbdaee8 100644 Binary files a/assets/images/help/education/click-get-teacher-benefits.png and b/assets/images/help/education/click-get-teacher-benefits.png differ diff --git a/assets/images/help/enterprises/add-a-domain-button.png b/assets/images/help/enterprises/add-a-domain-button.png index 21b2d4eac0..1e2c246529 100644 Binary files a/assets/images/help/enterprises/add-a-domain-button.png and b/assets/images/help/enterprises/add-a-domain-button.png differ diff --git a/assets/images/help/enterprises/administrators-pending.png b/assets/images/help/enterprises/administrators-pending.png index 5461fa840c..6e4593592c 100644 Binary files a/assets/images/help/enterprises/administrators-pending.png and b/assets/images/help/enterprises/administrators-pending.png differ diff --git a/assets/images/help/enterprises/enterprise-licensing-tab.png b/assets/images/help/enterprises/enterprise-licensing-tab.png index 7f21677002..ae9167d806 100644 Binary files a/assets/images/help/enterprises/enterprise-licensing-tab.png and b/assets/images/help/enterprises/enterprise-licensing-tab.png differ diff --git a/assets/images/help/enterprises/members-pending.png b/assets/images/help/enterprises/members-pending.png index 30fca53965..efe3567678 100644 Binary files a/assets/images/help/enterprises/members-pending.png and b/assets/images/help/enterprises/members-pending.png differ diff --git a/assets/images/help/enterprises/settings-require-scim-user-provisioning.png b/assets/images/help/enterprises/settings-require-scim-user-provisioning.png index 090f587bdd..cd88f60298 100644 Binary files a/assets/images/help/enterprises/settings-require-scim-user-provisioning.png and b/assets/images/help/enterprises/settings-require-scim-user-provisioning.png differ diff --git a/assets/images/help/enterprises/settings-scim-save.png b/assets/images/help/enterprises/settings-scim-save.png index 74fb25eb63..651395a1fc 100644 Binary files a/assets/images/help/enterprises/settings-scim-save.png and b/assets/images/help/enterprises/settings-scim-save.png differ diff --git a/assets/images/help/enterprises/verified-domains-tab.png b/assets/images/help/enterprises/verified-domains-tab.png index f88dd13302..d14ba4ba6f 100644 Binary files a/assets/images/help/enterprises/verified-domains-tab.png and b/assets/images/help/enterprises/verified-domains-tab.png differ diff --git a/assets/images/help/enterprises/your-enterprises-list.png b/assets/images/help/enterprises/your-enterprises-list.png index 4229f6fd09..4ee76d47ca 100644 Binary files a/assets/images/help/enterprises/your-enterprises-list.png and b/assets/images/help/enterprises/your-enterprises-list.png differ diff --git a/assets/images/help/enterprises/your-enterprises.png b/assets/images/help/enterprises/your-enterprises.png index 6b9339836c..195e966cae 100644 Binary files a/assets/images/help/enterprises/your-enterprises.png and b/assets/images/help/enterprises/your-enterprises.png differ diff --git a/assets/images/help/images/comparing-travis-with-actions.png b/assets/images/help/images/comparing-travis-with-actions.png index f2dc6fe3a8..d6781a28e2 100644 Binary files a/assets/images/help/images/comparing-travis-with-actions.png and b/assets/images/help/images/comparing-travis-with-actions.png differ diff --git a/assets/images/help/images/learn-github-actions-repository.png b/assets/images/help/images/learn-github-actions-repository.png index 2ecc7d126d..3abf429f03 100644 Binary files a/assets/images/help/images/learn-github-actions-repository.png and b/assets/images/help/images/learn-github-actions-repository.png differ diff --git a/assets/images/help/images/learn-github-actions-run.png b/assets/images/help/images/learn-github-actions-run.png index f2bc2ff7cb..c9afced1fe 100644 Binary files a/assets/images/help/images/learn-github-actions-run.png and b/assets/images/help/images/learn-github-actions-run.png differ diff --git a/assets/images/help/images/learn-github-actions-workflow.png b/assets/images/help/images/learn-github-actions-workflow.png index df9eba64d4..062761dd86 100644 Binary files a/assets/images/help/images/learn-github-actions-workflow.png and b/assets/images/help/images/learn-github-actions-workflow.png differ diff --git a/assets/images/help/images/overview-actions-design.png b/assets/images/help/images/overview-actions-design.png index 67ed2a6d8b..7db5ce6f8f 100644 Binary files a/assets/images/help/images/overview-actions-design.png and b/assets/images/help/images/overview-actions-design.png differ diff --git a/assets/images/help/images/overview-actions-event.png b/assets/images/help/images/overview-actions-event.png index fe837bf2f3..f2b4d53641 100644 Binary files a/assets/images/help/images/overview-actions-event.png and b/assets/images/help/images/overview-actions-event.png differ diff --git a/assets/images/help/images/overview-actions-result-navigate.png b/assets/images/help/images/overview-actions-result-navigate.png index 819f0e75e7..77feb6091f 100644 Binary files a/assets/images/help/images/overview-actions-result-navigate.png and b/assets/images/help/images/overview-actions-result-navigate.png differ diff --git a/assets/images/help/images/overview-actions-result-updated-2.png b/assets/images/help/images/overview-actions-result-updated-2.png index 7035583127..870ba7f9cb 100644 Binary files a/assets/images/help/images/overview-actions-result-updated-2.png and b/assets/images/help/images/overview-actions-result-updated-2.png differ diff --git a/assets/images/help/images/overview-actions-result-updated.png b/assets/images/help/images/overview-actions-result-updated.png index 7481d6314e..87b31616ff 100644 Binary files a/assets/images/help/images/overview-actions-result-updated.png and b/assets/images/help/images/overview-actions-result-updated.png differ diff --git a/assets/images/help/images/overview-actions-result.png b/assets/images/help/images/overview-actions-result.png index d469642450..5e489fda96 100644 Binary files a/assets/images/help/images/overview-actions-result.png and b/assets/images/help/images/overview-actions-result.png differ diff --git a/assets/images/help/images/overview-actions-simple.png b/assets/images/help/images/overview-actions-simple.png index b468bbd80e..4219c48124 100644 Binary files a/assets/images/help/images/overview-actions-simple.png and b/assets/images/help/images/overview-actions-simple.png differ diff --git a/assets/images/help/images/workflow-graph-job.png b/assets/images/help/images/workflow-graph-job.png index 7aafcb5d89..708b0cc7ca 100644 Binary files a/assets/images/help/images/workflow-graph-job.png and b/assets/images/help/images/workflow-graph-job.png differ diff --git a/assets/images/help/images/workflow-graph.png b/assets/images/help/images/workflow-graph.png index ebd1b6a07c..f1f95cada5 100644 Binary files a/assets/images/help/images/workflow-graph.png and b/assets/images/help/images/workflow-graph.png differ diff --git a/assets/images/help/notifications-v2/watch-repository-options-custom.png b/assets/images/help/notifications-v2/watch-repository-options-custom.png index 992d4e9d48..7679ab760e 100644 Binary files a/assets/images/help/notifications-v2/watch-repository-options-custom.png and b/assets/images/help/notifications-v2/watch-repository-options-custom.png differ diff --git a/assets/images/help/notifications-v2/watch-repository-options-custom2.png b/assets/images/help/notifications-v2/watch-repository-options-custom2.png index ea28cdda1f..97f7d9c69d 100644 Binary files a/assets/images/help/notifications-v2/watch-repository-options-custom2.png and b/assets/images/help/notifications-v2/watch-repository-options-custom2.png differ diff --git a/assets/images/help/notifications-v2/watched-notifications-custom.png b/assets/images/help/notifications-v2/watched-notifications-custom.png index b64f08ddea..1895d81b2d 100644 Binary files a/assets/images/help/notifications-v2/watched-notifications-custom.png and b/assets/images/help/notifications-v2/watched-notifications-custom.png differ diff --git a/assets/images/help/organizations/actions-policy-allow-list.png b/assets/images/help/organizations/actions-policy-allow-list.png index 4783ef62b6..810282f490 100644 Binary files a/assets/images/help/organizations/actions-policy-allow-list.png and b/assets/images/help/organizations/actions-policy-allow-list.png differ diff --git a/assets/images/help/organizations/actions-policy.png b/assets/images/help/organizations/actions-policy.png index a88ca70a35..82c43f5272 100644 Binary files a/assets/images/help/organizations/actions-policy.png and b/assets/images/help/organizations/actions-policy.png differ diff --git a/assets/images/help/organizations/codespaces-sidebar-tab.png b/assets/images/help/organizations/codespaces-sidebar-tab.png new file mode 100644 index 0000000000..49c79aa761 Binary files /dev/null and b/assets/images/help/organizations/codespaces-sidebar-tab.png differ diff --git a/assets/images/help/organizations/enterprise-actions-policy-allow-list.png b/assets/images/help/organizations/enterprise-actions-policy-allow-list.png index a6d29fe3bf..18de32045d 100644 Binary files a/assets/images/help/organizations/enterprise-actions-policy-allow-list.png and b/assets/images/help/organizations/enterprise-actions-policy-allow-list.png differ diff --git a/assets/images/help/organizations/enterprise-actions-policy.png b/assets/images/help/organizations/enterprise-actions-policy.png index edb2fa9137..47f9d713fe 100644 Binary files a/assets/images/help/organizations/enterprise-actions-policy.png and b/assets/images/help/organizations/enterprise-actions-policy.png differ diff --git a/assets/images/help/organizations/org-settings-interaction-limits.png b/assets/images/help/organizations/org-settings-interaction-limits.png index 977d103f00..0e97714107 100644 Binary files a/assets/images/help/organizations/org-settings-interaction-limits.png and b/assets/images/help/organizations/org-settings-interaction-limits.png differ diff --git a/assets/images/help/organizations/org-settings-moderation-settings.png b/assets/images/help/organizations/org-settings-moderation-settings.png index 05f18a6f74..515b8d5440 100644 Binary files a/assets/images/help/organizations/org-settings-moderation-settings.png and b/assets/images/help/organizations/org-settings-moderation-settings.png differ diff --git a/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png b/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png index 66359c0064..92bbd7ef2c 100644 Binary files a/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png and b/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png differ diff --git a/assets/images/help/organizations/org-settings-pages-disable-publication-save-button.png b/assets/images/help/organizations/org-settings-pages-disable-publication-save-button.png index 9f63bff905..b350e4b315 100644 Binary files a/assets/images/help/organizations/org-settings-pages-disable-publication-save-button.png and b/assets/images/help/organizations/org-settings-pages-disable-publication-save-button.png differ diff --git a/assets/images/help/organizations/organization-temporary-interaction-limits-options.png b/assets/images/help/organizations/organization-temporary-interaction-limits-options.png index 828625fba6..a71af64068 100644 Binary files a/assets/images/help/organizations/organization-temporary-interaction-limits-options.png and b/assets/images/help/organizations/organization-temporary-interaction-limits-options.png differ diff --git a/assets/images/help/organizations/repositories-dialog.png b/assets/images/help/organizations/repositories-dialog.png index 7d0eee0e1a..7743ed2e6b 100644 Binary files a/assets/images/help/organizations/repositories-dialog.png and b/assets/images/help/organizations/repositories-dialog.png differ diff --git a/assets/images/help/organizations/repository-access-cog-button.png b/assets/images/help/organizations/repository-access-cog-button.png index e256b4aacc..94cab6198c 100644 Binary files a/assets/images/help/organizations/repository-access-cog-button.png and b/assets/images/help/organizations/repository-access-cog-button.png differ diff --git a/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-dotcom.png b/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-dotcom.png index 22beed7afd..b8c10280c0 100644 Binary files a/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-dotcom.png and b/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-dotcom.png differ diff --git a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-dotcom.png b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-dotcom.png index 1fbeec5190..c0c3dc61b3 100644 Binary files a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-dotcom.png and b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-dotcom.png differ diff --git a/assets/images/help/organizations/security-and-analysis-highlight-ghas.png b/assets/images/help/organizations/security-and-analysis-highlight-ghas.png index cd441e834a..cd4856c503 100644 Binary files a/assets/images/help/organizations/security-and-analysis-highlight-ghas.png and b/assets/images/help/organizations/security-and-analysis-highlight-ghas.png differ diff --git a/assets/images/help/organizations/select-selected-users-radio-button.png b/assets/images/help/organizations/select-selected-users-radio-button.png new file mode 100644 index 0000000000..c5633c80cd Binary files /dev/null and b/assets/images/help/organizations/select-selected-users-radio-button.png differ diff --git a/assets/images/help/organizations/update-profile-button.png b/assets/images/help/organizations/update-profile-button.png index bb701e7aed..aadd2980b8 100644 Binary files a/assets/images/help/organizations/update-profile-button.png and b/assets/images/help/organizations/update-profile-button.png differ diff --git a/assets/images/help/package-registry/confirm-container-package-deletion.png b/assets/images/help/package-registry/confirm-container-package-deletion.png index ea1dcf4a50..2088fbc920 100644 Binary files a/assets/images/help/package-registry/confirm-container-package-deletion.png and b/assets/images/help/package-registry/confirm-container-package-deletion.png differ diff --git a/assets/images/help/package-registry/confirm-container-package-version-deletion.png b/assets/images/help/package-registry/confirm-container-package-version-deletion.png index 164194ceda..ec82c267be 100644 Binary files a/assets/images/help/package-registry/confirm-container-package-version-deletion.png and b/assets/images/help/package-registry/confirm-container-package-version-deletion.png differ diff --git a/assets/images/help/package-registry/delete-container-package-button.png b/assets/images/help/package-registry/delete-container-package-button.png index 4e421abbee..84340b5184 100644 Binary files a/assets/images/help/package-registry/delete-container-package-button.png and b/assets/images/help/package-registry/delete-container-package-button.png differ diff --git a/assets/images/help/package-registry/delete-container-package-version.png b/assets/images/help/package-registry/delete-container-package-version.png index 2d21854495..23d2c2e49f 100644 Binary files a/assets/images/help/package-registry/delete-container-package-version.png and b/assets/images/help/package-registry/delete-container-package-version.png differ diff --git a/assets/images/help/package-registry/delete-package-under-danger-zone.png b/assets/images/help/package-registry/delete-package-under-danger-zone.png index 97f1f4a698..6bcbf4aaa2 100644 Binary files a/assets/images/help/package-registry/delete-package-under-danger-zone.png and b/assets/images/help/package-registry/delete-package-under-danger-zone.png differ diff --git a/assets/images/help/package-registry/enable-improved-container-support-for-orgs.png b/assets/images/help/package-registry/enable-improved-container-support-for-orgs.png index 6164cab61b..bcf52a5597 100644 Binary files a/assets/images/help/package-registry/enable-improved-container-support-for-orgs.png and b/assets/images/help/package-registry/enable-improved-container-support-for-orgs.png differ diff --git a/assets/images/help/package-registry/make-all-container-versions-visible.png b/assets/images/help/package-registry/make-all-container-versions-visible.png index 265ac6216a..29a7e88a40 100644 Binary files a/assets/images/help/package-registry/make-all-container-versions-visible.png and b/assets/images/help/package-registry/make-all-container-versions-visible.png differ diff --git a/assets/images/help/package-registry/options-for-container-settings.png b/assets/images/help/package-registry/options-for-container-settings.png index de94379d54..5c13987c60 100644 Binary files a/assets/images/help/package-registry/options-for-container-settings.png and b/assets/images/help/package-registry/options-for-container-settings.png differ diff --git a/assets/images/help/package-registry/package-creation-org-settings.png b/assets/images/help/package-registry/package-creation-org-settings.png index a208215bb5..b63d02f3b5 100644 Binary files a/assets/images/help/package-registry/package-creation-org-settings.png and b/assets/images/help/package-registry/package-creation-org-settings.png differ diff --git a/assets/images/help/package-registry/packages-overview-diagram.png b/assets/images/help/package-registry/packages-overview-diagram.png index cc0ea9aaad..adf499d586 100644 Binary files a/assets/images/help/package-registry/packages-overview-diagram.png and b/assets/images/help/package-registry/packages-overview-diagram.png differ diff --git a/assets/images/help/personal_token_ghae.png b/assets/images/help/personal_token_ghae.png index 641d0c0dcf..eaf86b01c9 100644 Binary files a/assets/images/help/personal_token_ghae.png and b/assets/images/help/personal_token_ghae.png differ diff --git a/assets/images/help/profile/profile-block-or-report-button.png b/assets/images/help/profile/profile-block-or-report-button.png index c2ad683589..a2b9ef0bf2 100644 Binary files a/assets/images/help/profile/profile-block-or-report-button.png and b/assets/images/help/profile/profile-block-or-report-button.png differ diff --git a/assets/images/help/profile/profile-blockuser.png b/assets/images/help/profile/profile-blockuser.png index 51fb517f83..93e593825e 100644 Binary files a/assets/images/help/profile/profile-blockuser.png and b/assets/images/help/profile/profile-blockuser.png differ diff --git a/assets/images/help/profile/profile-report-abuse.png b/assets/images/help/profile/profile-report-abuse.png index 614be4c5e5..8eb621dec0 100644 Binary files a/assets/images/help/profile/profile-report-abuse.png and b/assets/images/help/profile/profile-report-abuse.png differ diff --git a/assets/images/help/profile/profile-unblock-or-report-user.png b/assets/images/help/profile/profile-unblock-or-report-user.png index a2adb547be..5669c929c8 100644 Binary files a/assets/images/help/profile/profile-unblock-or-report-user.png and b/assets/images/help/profile/profile-unblock-or-report-user.png differ diff --git a/assets/images/help/profile/profile-unblockuser.png b/assets/images/help/profile/profile-unblockuser.png index 48ec0ae216..3865981019 100644 Binary files a/assets/images/help/profile/profile-unblockuser.png and b/assets/images/help/profile/profile-unblockuser.png differ diff --git a/assets/images/help/projects/archive-project-board-card.png b/assets/images/help/projects/archive-project-board-card.png index ddc53d3cc6..58557fa146 100644 Binary files a/assets/images/help/projects/archive-project-board-card.png and b/assets/images/help/projects/archive-project-board-card.png differ diff --git a/assets/images/help/projects/update-comment-button.png b/assets/images/help/projects/update-comment-button.png index 97cd5975e4..1282f656f3 100644 Binary files a/assets/images/help/projects/update-comment-button.png and b/assets/images/help/projects/update-comment-button.png differ diff --git a/assets/images/help/pull_requests/allow-auto-merge-checkbox.png b/assets/images/help/pull_requests/allow-auto-merge-checkbox.png index 7178c8c60b..86cb23c3f1 100644 Binary files a/assets/images/help/pull_requests/allow-auto-merge-checkbox.png and b/assets/images/help/pull_requests/allow-auto-merge-checkbox.png differ diff --git a/assets/images/help/pull_requests/confirm-auto-merge-button.png b/assets/images/help/pull_requests/confirm-auto-merge-button.png index 074e879469..1ec0d10234 100644 Binary files a/assets/images/help/pull_requests/confirm-auto-merge-button.png and b/assets/images/help/pull_requests/confirm-auto-merge-button.png differ diff --git a/assets/images/help/pull_requests/dependency-review-rich-diff.png b/assets/images/help/pull_requests/dependency-review-rich-diff.png index dd782e3168..f42e4c02e1 100644 Binary files a/assets/images/help/pull_requests/dependency-review-rich-diff.png and b/assets/images/help/pull_requests/dependency-review-rich-diff.png differ diff --git a/assets/images/help/pull_requests/dependency-review-source-diff.png b/assets/images/help/pull_requests/dependency-review-source-diff.png index aa5e394d81..04cf404890 100644 Binary files a/assets/images/help/pull_requests/dependency-review-source-diff.png and b/assets/images/help/pull_requests/dependency-review-source-diff.png differ diff --git a/assets/images/help/pull_requests/dependency-review-vulnerability.png b/assets/images/help/pull_requests/dependency-review-vulnerability.png index 9e69c9d0d5..e3533ccb37 100644 Binary files a/assets/images/help/pull_requests/dependency-review-vulnerability.png and b/assets/images/help/pull_requests/dependency-review-vulnerability.png differ diff --git a/assets/images/help/pull_requests/disable-auto-merge-button.png b/assets/images/help/pull_requests/disable-auto-merge-button.png index a7f46426b9..52401acdc7 100644 Binary files a/assets/images/help/pull_requests/disable-auto-merge-button.png and b/assets/images/help/pull_requests/disable-auto-merge-button.png differ diff --git a/assets/images/help/pull_requests/enable-auto-merge-button.png b/assets/images/help/pull_requests/enable-auto-merge-button.png index 2cb159489c..eeae192af2 100644 Binary files a/assets/images/help/pull_requests/enable-auto-merge-button.png and b/assets/images/help/pull_requests/enable-auto-merge-button.png differ diff --git a/assets/images/help/pull_requests/enable-auto-merge-drop-down.png b/assets/images/help/pull_requests/enable-auto-merge-drop-down.png index fff94f6b23..9becf353c7 100644 Binary files a/assets/images/help/pull_requests/enable-auto-merge-drop-down.png and b/assets/images/help/pull_requests/enable-auto-merge-drop-down.png differ diff --git a/assets/images/help/pull_requests/file-filter-menu-json.png b/assets/images/help/pull_requests/file-filter-menu-json.png index f37475293b..d6dbd7d78c 100644 Binary files a/assets/images/help/pull_requests/file-filter-menu-json.png and b/assets/images/help/pull_requests/file-filter-menu-json.png differ diff --git a/assets/images/help/pull_requests/pull-request-information-fields.png b/assets/images/help/pull_requests/pull-request-information-fields.png index f50ffe93c9..39974e984b 100644 Binary files a/assets/images/help/pull_requests/pull-request-information-fields.png and b/assets/images/help/pull_requests/pull-request-information-fields.png differ diff --git a/assets/images/help/pull_requests/pull-request-tabs-changed-files.png b/assets/images/help/pull_requests/pull-request-tabs-changed-files.png index 34f5f6fc16..febd1c0856 100644 Binary files a/assets/images/help/pull_requests/pull-request-tabs-changed-files.png and b/assets/images/help/pull_requests/pull-request-tabs-changed-files.png differ diff --git a/assets/images/help/pull_requests/revert-pull-request-link.png b/assets/images/help/pull_requests/revert-pull-request-link.png index e104ae1a2d..d810f5e7a5 100644 Binary files a/assets/images/help/pull_requests/revert-pull-request-link.png and b/assets/images/help/pull_requests/revert-pull-request-link.png differ diff --git a/assets/images/help/pull_requests/review-summary-comment-window.png b/assets/images/help/pull_requests/review-summary-comment-window.png index 9b2bdf9973..ff970c53a9 100644 Binary files a/assets/images/help/pull_requests/review-summary-comment-window.png and b/assets/images/help/pull_requests/review-summary-comment-window.png differ diff --git a/assets/images/help/repository/actions-delete-artifact-updated.png b/assets/images/help/repository/actions-delete-artifact-updated.png index b84fc77bd4..a7bc3e4377 100644 Binary files a/assets/images/help/repository/actions-delete-artifact-updated.png and b/assets/images/help/repository/actions-delete-artifact-updated.png differ diff --git a/assets/images/help/repository/actions-delete-artifact.png b/assets/images/help/repository/actions-delete-artifact.png index 7f8d115492..9fccec5420 100644 Binary files a/assets/images/help/repository/actions-delete-artifact.png and b/assets/images/help/repository/actions-delete-artifact.png differ diff --git a/assets/images/help/repository/actions-disable-workflow.png b/assets/images/help/repository/actions-disable-workflow.png index c62f19e9b3..a83a503de6 100644 Binary files a/assets/images/help/repository/actions-disable-workflow.png and b/assets/images/help/repository/actions-disable-workflow.png differ diff --git a/assets/images/help/repository/actions-enable-workflow.png b/assets/images/help/repository/actions-enable-workflow.png index ab79895ce4..721a301662 100644 Binary files a/assets/images/help/repository/actions-enable-workflow.png and b/assets/images/help/repository/actions-enable-workflow.png differ diff --git a/assets/images/help/repository/actions-failed-pester-test-updated.png b/assets/images/help/repository/actions-failed-pester-test-updated.png index 022a0a5370..6d35dc2ba1 100644 Binary files a/assets/images/help/repository/actions-failed-pester-test-updated.png and b/assets/images/help/repository/actions-failed-pester-test-updated.png differ diff --git a/assets/images/help/repository/actions-failed-pester-test.png b/assets/images/help/repository/actions-failed-pester-test.png index bc19a4f33f..67d1f7f652 100644 Binary files a/assets/images/help/repository/actions-failed-pester-test.png and b/assets/images/help/repository/actions-failed-pester-test.png differ diff --git a/assets/images/help/repository/actions-find-disabled-workflow.png b/assets/images/help/repository/actions-find-disabled-workflow.png index a1b5ea4fde..935791630a 100644 Binary files a/assets/images/help/repository/actions-find-disabled-workflow.png and b/assets/images/help/repository/actions-find-disabled-workflow.png differ diff --git a/assets/images/help/repository/actions-policy-allow-list.png b/assets/images/help/repository/actions-policy-allow-list.png index 9ae09297eb..08123a88df 100644 Binary files a/assets/images/help/repository/actions-policy-allow-list.png and b/assets/images/help/repository/actions-policy-allow-list.png differ diff --git a/assets/images/help/repository/actions-policy.png b/assets/images/help/repository/actions-policy.png index 69d1a9ca41..92f7283535 100644 Binary files a/assets/images/help/repository/actions-policy.png and b/assets/images/help/repository/actions-policy.png differ diff --git a/assets/images/help/repository/actions-select-disabled-workflow.png b/assets/images/help/repository/actions-select-disabled-workflow.png index 78fcaf652f..e03bfe5c61 100644 Binary files a/assets/images/help/repository/actions-select-disabled-workflow.png and b/assets/images/help/repository/actions-select-disabled-workflow.png differ diff --git a/assets/images/help/repository/actions-workflow-menu-kebab.png b/assets/images/help/repository/actions-workflow-menu-kebab.png index 823514d35c..6152a99099 100644 Binary files a/assets/images/help/repository/actions-workflow-menu-kebab.png and b/assets/images/help/repository/actions-workflow-menu-kebab.png differ diff --git a/assets/images/help/repository/add-topics-done-button.png b/assets/images/help/repository/add-topics-done-button.png index 2ceb9b0a7c..6842b81a2e 100644 Binary files a/assets/images/help/repository/add-topics-done-button.png and b/assets/images/help/repository/add-topics-done-button.png differ diff --git a/assets/images/help/repository/artifact-drop-down-updated.png b/assets/images/help/repository/artifact-drop-down-updated.png index 6ddc426fec..ef69ddd994 100644 Binary files a/assets/images/help/repository/artifact-drop-down-updated.png and b/assets/images/help/repository/artifact-drop-down-updated.png differ diff --git a/assets/images/help/repository/artifact-drop-down.png b/assets/images/help/repository/artifact-drop-down.png index 8ea00c17b9..cf525a781d 100644 Binary files a/assets/images/help/repository/artifact-drop-down.png and b/assets/images/help/repository/artifact-drop-down.png differ diff --git a/assets/images/help/repository/audit-log-entries.png b/assets/images/help/repository/audit-log-entries.png index 1fda1196bb..756b39cd96 100644 Binary files a/assets/images/help/repository/audit-log-entries.png and b/assets/images/help/repository/audit-log-entries.png differ diff --git a/assets/images/help/repository/cancel-check-suite-updated.png b/assets/images/help/repository/cancel-check-suite-updated.png index 533a2bcb5e..05ac551133 100644 Binary files a/assets/images/help/repository/cancel-check-suite-updated.png and b/assets/images/help/repository/cancel-check-suite-updated.png differ diff --git a/assets/images/help/repository/cancel-check-suite.png b/assets/images/help/repository/cancel-check-suite.png index 3db1bbaade..070adc8f1f 100644 Binary files a/assets/images/help/repository/cancel-check-suite.png and b/assets/images/help/repository/cancel-check-suite.png differ diff --git a/assets/images/help/repository/choose-used-by-package.png b/assets/images/help/repository/choose-used-by-package.png index eb2cebb751..50704c80ca 100644 Binary files a/assets/images/help/repository/choose-used-by-package.png and b/assets/images/help/repository/choose-used-by-package.png differ diff --git a/assets/images/help/repository/ci-with-actions-template-picker.png b/assets/images/help/repository/ci-with-actions-template-picker.png index cabc3eacb0..cae4313125 100644 Binary files a/assets/images/help/repository/ci-with-actions-template-picker.png and b/assets/images/help/repository/ci-with-actions-template-picker.png differ diff --git a/assets/images/help/repository/code-scanning-actions-list.png b/assets/images/help/repository/code-scanning-actions-list.png index cbd7cb8bb9..03a134c533 100644 Binary files a/assets/images/help/repository/code-scanning-actions-list.png and b/assets/images/help/repository/code-scanning-actions-list.png differ diff --git a/assets/images/help/repository/code-scanning-alert-close-drop-down.png b/assets/images/help/repository/code-scanning-alert-close-drop-down.png index 5755326bfc..189ae8c369 100644 Binary files a/assets/images/help/repository/code-scanning-alert-close-drop-down.png and b/assets/images/help/repository/code-scanning-alert-close-drop-down.png differ diff --git a/assets/images/help/repository/code-scanning-alert-details.png b/assets/images/help/repository/code-scanning-alert-details.png index 3f1cac5d52..8aa1bbe326 100644 Binary files a/assets/images/help/repository/code-scanning-alert-details.png and b/assets/images/help/repository/code-scanning-alert-details.png differ diff --git a/assets/images/help/repository/code-scanning-alert.png b/assets/images/help/repository/code-scanning-alert.png index 748895f13a..304db06484 100644 Binary files a/assets/images/help/repository/code-scanning-alert.png and b/assets/images/help/repository/code-scanning-alert.png differ diff --git a/assets/images/help/repository/code-scanning-alerts-found-link.png b/assets/images/help/repository/code-scanning-alerts-found-link.png index 3f6622117c..1d89a9e8d6 100644 Binary files a/assets/images/help/repository/code-scanning-alerts-found-link.png and b/assets/images/help/repository/code-scanning-alerts-found-link.png differ diff --git a/assets/images/help/repository/code-scanning-branch-dropdown.png b/assets/images/help/repository/code-scanning-branch-dropdown.png index d7c7e8914a..c78415529f 100644 Binary files a/assets/images/help/repository/code-scanning-branch-dropdown.png and b/assets/images/help/repository/code-scanning-branch-dropdown.png differ diff --git a/assets/images/help/repository/code-scanning-branch-filter.png b/assets/images/help/repository/code-scanning-branch-filter.png index 165f43daa6..52ab4a784c 100644 Binary files a/assets/images/help/repository/code-scanning-branch-filter.png and b/assets/images/help/repository/code-scanning-branch-filter.png differ diff --git a/assets/images/help/repository/code-scanning-check-failure.png b/assets/images/help/repository/code-scanning-check-failure.png index ec3a5b2928..42109bc9e0 100644 Binary files a/assets/images/help/repository/code-scanning-check-failure.png and b/assets/images/help/repository/code-scanning-check-failure.png differ diff --git a/assets/images/help/repository/code-scanning-click-alert.png b/assets/images/help/repository/code-scanning-click-alert.png index fb52df3b16..aeddd97f32 100644 Binary files a/assets/images/help/repository/code-scanning-click-alert.png and b/assets/images/help/repository/code-scanning-click-alert.png differ diff --git a/assets/images/help/repository/code-scanning-delete-alerts.png b/assets/images/help/repository/code-scanning-delete-alerts.png index 9f6bfc53fc..2858627ca9 100644 Binary files a/assets/images/help/repository/code-scanning-delete-alerts.png and b/assets/images/help/repository/code-scanning-delete-alerts.png differ diff --git a/assets/images/help/repository/code-scanning-filter-by-rule.png b/assets/images/help/repository/code-scanning-filter-by-rule.png index aaebc25133..b280a3495c 100644 Binary files a/assets/images/help/repository/code-scanning-filter-by-rule.png and b/assets/images/help/repository/code-scanning-filter-by-rule.png differ diff --git a/assets/images/help/repository/code-scanning-logging-analyze-action.png b/assets/images/help/repository/code-scanning-logging-analyze-action.png index d18c217e64..c712a7fcae 100644 Binary files a/assets/images/help/repository/code-scanning-logging-analyze-action.png and b/assets/images/help/repository/code-scanning-logging-analyze-action.png differ diff --git a/assets/images/help/repository/code-scanning-missing-analysis.png b/assets/images/help/repository/code-scanning-missing-analysis.png index 38b9d5b1e6..6950cddd66 100644 Binary files a/assets/images/help/repository/code-scanning-missing-analysis.png and b/assets/images/help/repository/code-scanning-missing-analysis.png differ diff --git a/assets/images/help/repository/code-scanning-pr-alert.png b/assets/images/help/repository/code-scanning-pr-alert.png index 208a10de5e..f197d6c28a 100644 Binary files a/assets/images/help/repository/code-scanning-pr-alert.png and b/assets/images/help/repository/code-scanning-pr-alert.png differ diff --git a/assets/images/help/repository/code-scanning-pr-annotation.png b/assets/images/help/repository/code-scanning-pr-annotation.png index a71f634f29..a1f9b3d904 100644 Binary files a/assets/images/help/repository/code-scanning-pr-annotation.png and b/assets/images/help/repository/code-scanning-pr-annotation.png differ diff --git a/assets/images/help/repository/code-scanning-pr-checks.png b/assets/images/help/repository/code-scanning-pr-checks.png index cb001e0d2d..24796334ef 100644 Binary files a/assets/images/help/repository/code-scanning-pr-checks.png and b/assets/images/help/repository/code-scanning-pr-checks.png differ diff --git a/assets/images/help/repository/code-scanning-set-up-this-workflow.png b/assets/images/help/repository/code-scanning-set-up-this-workflow.png index 655cbb9d3b..8ad80d52af 100644 Binary files a/assets/images/help/repository/code-scanning-set-up-this-workflow.png and b/assets/images/help/repository/code-scanning-set-up-this-workflow.png differ diff --git a/assets/images/help/repository/code-scanning-show-paths.png b/assets/images/help/repository/code-scanning-show-paths.png index d6c26e6106..64a5e2e4c5 100644 Binary files a/assets/images/help/repository/code-scanning-show-paths.png and b/assets/images/help/repository/code-scanning-show-paths.png differ diff --git a/assets/images/help/repository/commit-hello-world-file.png b/assets/images/help/repository/commit-hello-world-file.png index 72556073f1..052f913a8f 100644 Binary files a/assets/images/help/repository/commit-hello-world-file.png and b/assets/images/help/repository/commit-hello-world-file.png differ diff --git a/assets/images/help/repository/copy-link-button-updated-2.png b/assets/images/help/repository/copy-link-button-updated-2.png index dfa0bab265..26c70e30c1 100644 Binary files a/assets/images/help/repository/copy-link-button-updated-2.png and b/assets/images/help/repository/copy-link-button-updated-2.png differ diff --git a/assets/images/help/repository/copy-link-button-updated.png b/assets/images/help/repository/copy-link-button-updated.png index c97e9e8f0e..33d4c74bf6 100644 Binary files a/assets/images/help/repository/copy-link-button-updated.png and b/assets/images/help/repository/copy-link-button-updated.png differ diff --git a/assets/images/help/repository/copy-link-button.png b/assets/images/help/repository/copy-link-button.png index db1697057a..669a1761e0 100644 Binary files a/assets/images/help/repository/copy-link-button.png and b/assets/images/help/repository/copy-link-button.png differ diff --git a/assets/images/help/repository/delete-all-logs-updated-2.png b/assets/images/help/repository/delete-all-logs-updated-2.png index a902b47f60..791a2f27ec 100644 Binary files a/assets/images/help/repository/delete-all-logs-updated-2.png and b/assets/images/help/repository/delete-all-logs-updated-2.png differ diff --git a/assets/images/help/repository/delete-all-logs-updated.png b/assets/images/help/repository/delete-all-logs-updated.png index 606cd73dc5..c600f7685d 100644 Binary files a/assets/images/help/repository/delete-all-logs-updated.png and b/assets/images/help/repository/delete-all-logs-updated.png differ diff --git a/assets/images/help/repository/delete-all-logs.png b/assets/images/help/repository/delete-all-logs.png index dc609c5cd0..75c28a406a 100644 Binary files a/assets/images/help/repository/delete-all-logs.png and b/assets/images/help/repository/delete-all-logs.png differ diff --git a/assets/images/help/repository/delete-directory-button.png b/assets/images/help/repository/delete-directory-button.png new file mode 100644 index 0000000000..f5ecda384c Binary files /dev/null and b/assets/images/help/repository/delete-directory-button.png differ diff --git a/assets/images/help/repository/dependency-graph-enable-button.png b/assets/images/help/repository/dependency-graph-enable-button.png index 768617e607..016a2d99f1 100644 Binary files a/assets/images/help/repository/dependency-graph-enable-button.png and b/assets/images/help/repository/dependency-graph-enable-button.png differ diff --git a/assets/images/help/repository/docker-action-workflow-run-updated.png b/assets/images/help/repository/docker-action-workflow-run-updated.png index ae31b91911..26e9e1d014 100644 Binary files a/assets/images/help/repository/docker-action-workflow-run-updated.png and b/assets/images/help/repository/docker-action-workflow-run-updated.png differ diff --git a/assets/images/help/repository/download-logs-drop-down-updated-2.png b/assets/images/help/repository/download-logs-drop-down-updated-2.png index 128d392113..80c3263ff7 100644 Binary files a/assets/images/help/repository/download-logs-drop-down-updated-2.png and b/assets/images/help/repository/download-logs-drop-down-updated-2.png differ diff --git a/assets/images/help/repository/download-logs-drop-down-updated.png b/assets/images/help/repository/download-logs-drop-down-updated.png index 9ea6f0e8fc..3c7f1c7107 100644 Binary files a/assets/images/help/repository/download-logs-drop-down-updated.png and b/assets/images/help/repository/download-logs-drop-down-updated.png differ diff --git a/assets/images/help/repository/download-logs-drop-down.png b/assets/images/help/repository/download-logs-drop-down.png index dbba06095b..f822f55117 100644 Binary files a/assets/images/help/repository/download-logs-drop-down.png and b/assets/images/help/repository/download-logs-drop-down.png differ diff --git a/assets/images/help/repository/enable-ghas-confirmation-dotcom.png b/assets/images/help/repository/enable-ghas-confirmation-dotcom.png index e220b74272..16a19ef8c7 100644 Binary files a/assets/images/help/repository/enable-ghas-confirmation-dotcom.png and b/assets/images/help/repository/enable-ghas-confirmation-dotcom.png differ diff --git a/assets/images/help/repository/enable-ghas-dotcom.png b/assets/images/help/repository/enable-ghas-dotcom.png index 1cd0df7494..c44b0ad0a8 100644 Binary files a/assets/images/help/repository/enable-ghas-dotcom.png and b/assets/images/help/repository/enable-ghas-dotcom.png differ diff --git a/assets/images/help/repository/enable-secret-scanning-dotcom.png b/assets/images/help/repository/enable-secret-scanning-dotcom.png index 66c7da0847..d17d18a310 100644 Binary files a/assets/images/help/repository/enable-secret-scanning-dotcom.png and b/assets/images/help/repository/enable-secret-scanning-dotcom.png differ diff --git a/assets/images/help/repository/failed-check-step.png b/assets/images/help/repository/failed-check-step.png index 2456e66ff5..00c71f7905 100644 Binary files a/assets/images/help/repository/failed-check-step.png and b/assets/images/help/repository/failed-check-step.png differ diff --git a/assets/images/help/repository/https-url-clone-cli.png b/assets/images/help/repository/https-url-clone-cli.png index c456ca5075..d888ecda78 100644 Binary files a/assets/images/help/repository/https-url-clone-cli.png and b/assets/images/help/repository/https-url-clone-cli.png differ diff --git a/assets/images/help/repository/in-progress-run.png b/assets/images/help/repository/in-progress-run.png index 0419dc4929..a2f65d7817 100644 Binary files a/assets/images/help/repository/in-progress-run.png and b/assets/images/help/repository/in-progress-run.png differ diff --git a/assets/images/help/repository/javascript-action-workflow-run-updated-2.png b/assets/images/help/repository/javascript-action-workflow-run-updated-2.png index b60a7536fd..6e7ba79b68 100644 Binary files a/assets/images/help/repository/javascript-action-workflow-run-updated-2.png and b/assets/images/help/repository/javascript-action-workflow-run-updated-2.png differ diff --git a/assets/images/help/repository/javascript-action-workflow-run-updated.png b/assets/images/help/repository/javascript-action-workflow-run-updated.png index 96295121c8..14989e0da8 100644 Binary files a/assets/images/help/repository/javascript-action-workflow-run-updated.png and b/assets/images/help/repository/javascript-action-workflow-run-updated.png differ diff --git a/assets/images/help/repository/license-review-tool.png b/assets/images/help/repository/license-review-tool.png index 419135965e..7404ffddc3 100644 Binary files a/assets/images/help/repository/license-review-tool.png and b/assets/images/help/repository/license-review-tool.png differ diff --git a/assets/images/help/repository/manual-workflow-trigger.png b/assets/images/help/repository/manual-workflow-trigger.png index 306eb38764..59b07ae6c9 100644 Binary files a/assets/images/help/repository/manual-workflow-trigger.png and b/assets/images/help/repository/manual-workflow-trigger.png 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 index c498028024..2ad463ef7b 100644 Binary files a/assets/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png and b/assets/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png differ diff --git a/assets/images/help/repository/repo-change-confirm.png b/assets/images/help/repository/repo-change-confirm.png index 8131fe667a..9c322ec52e 100644 Binary files a/assets/images/help/repository/repo-change-confirm.png and b/assets/images/help/repository/repo-change-confirm.png differ diff --git a/assets/images/help/repository/repo-change-select.png b/assets/images/help/repository/repo-change-select.png index 750ace9809..ac15f7a64d 100644 Binary files a/assets/images/help/repository/repo-change-select.png and b/assets/images/help/repository/repo-change-select.png differ diff --git a/assets/images/help/repository/repo-settings-interaction-limits.png b/assets/images/help/repository/repo-settings-interaction-limits.png index 5998793cc2..f4484a4771 100644 Binary files a/assets/images/help/repository/repo-settings-interaction-limits.png and b/assets/images/help/repository/repo-settings-interaction-limits.png differ diff --git a/assets/images/help/repository/repo-settings-moderation-settings.png b/assets/images/help/repository/repo-settings-moderation-settings.png index 84fdae9067..c4f2821c2e 100644 Binary files a/assets/images/help/repository/repo-settings-moderation-settings.png and b/assets/images/help/repository/repo-settings-moderation-settings.png differ diff --git a/assets/images/help/repository/repo-with-readme.png b/assets/images/help/repository/repo-with-readme.png index 6aa2b58c0d..b9d562815e 100644 Binary files a/assets/images/help/repository/repo-with-readme.png and b/assets/images/help/repository/repo-with-readme.png 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 index 0fc5ba678e..e0b279c9a0 100644 Binary files a/assets/images/help/repository/report-content-to-support-form.png and b/assets/images/help/repository/report-content-to-support-form.png differ diff --git a/assets/images/help/repository/repository-options-branch.png b/assets/images/help/repository/repository-options-branch.png index 6dd4b77af3..6083547413 100644 Binary files a/assets/images/help/repository/repository-options-branch.png and b/assets/images/help/repository/repository-options-branch.png differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-change.png b/assets/images/help/repository/repository-options-defaultbranch-change.png index 8fe9624a69..86ba375f5d 100644 Binary files a/assets/images/help/repository/repository-options-defaultbranch-change.png and b/assets/images/help/repository/repository-options-defaultbranch-change.png 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 index 82600a0171..47c05d57d7 100644 Binary files a/assets/images/help/repository/repository-options-defaultbranch-drop-down.png and b/assets/images/help/repository/repository-options-defaultbranch-drop-down.png 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 index 7f5793f92c..ab7719c4d8 100644 Binary files a/assets/images/help/repository/repository-options-defaultbranch-i-understand.png and b/assets/images/help/repository/repository-options-defaultbranch-i-understand.png differ diff --git a/assets/images/help/repository/repository-options-defaultbranch-update.png b/assets/images/help/repository/repository-options-defaultbranch-update.png index 1b2b15f909..340f063814 100644 Binary files a/assets/images/help/repository/repository-options-defaultbranch-update.png and b/assets/images/help/repository/repository-options-defaultbranch-update.png 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 index 4d769074ee..42c6e48edc 100644 Binary files a/assets/images/help/repository/rerun-checks-drop-down-updated.png and b/assets/images/help/repository/rerun-checks-drop-down-updated.png differ diff --git a/assets/images/help/repository/rerun-checks-drop-down.png b/assets/images/help/repository/rerun-checks-drop-down.png index 3aa271bba2..5c926105ee 100644 Binary files a/assets/images/help/repository/rerun-checks-drop-down.png and b/assets/images/help/repository/rerun-checks-drop-down.png differ diff --git a/assets/images/help/repository/run-name.png b/assets/images/help/repository/run-name.png index 5398fbc6aa..7a0083bbf6 100644 Binary files a/assets/images/help/repository/run-name.png and b/assets/images/help/repository/run-name.png differ diff --git a/assets/images/help/repository/say-hello-job.png b/assets/images/help/repository/say-hello-job.png index a9450b3360..3f00b822bf 100644 Binary files a/assets/images/help/repository/say-hello-job.png and b/assets/images/help/repository/say-hello-job.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 index 9ab228e44c..2b4efdb9bf 100644 Binary files a/assets/images/help/repository/search-log-box-updated-2.png and b/assets/images/help/repository/search-log-box-updated-2.png differ diff --git a/assets/images/help/repository/search-log-box-updated.png b/assets/images/help/repository/search-log-box-updated.png index f62601e7f6..92216227b4 100644 Binary files a/assets/images/help/repository/search-log-box-updated.png and b/assets/images/help/repository/search-log-box-updated.png differ diff --git a/assets/images/help/repository/search-log-box.png b/assets/images/help/repository/search-log-box.png index 5f7d2952ec..57a7311ca7 100644 Binary files a/assets/images/help/repository/search-log-box.png and b/assets/images/help/repository/search-log-box.png differ diff --git a/assets/images/help/repository/searching_csvs.gif b/assets/images/help/repository/searching_csvs.gif index de94258810..05d51f5956 100644 Binary files a/assets/images/help/repository/searching_csvs.gif and b/assets/images/help/repository/searching_csvs.gif differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-private.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-private.png index 3ec05be4d6..fc9e48ba54 100644 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-private.png and b/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-private.png differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-public.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-public.png index 8ee5919cb8..856a5cf812 100644 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-public.png and b/assets/images/help/repository/security-and-analysis-disable-or-enable-dotcom-public.png 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 index d61cf4c9c1..fb12afd99b 100644 Binary files a/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png and b/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png 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 index 1805e3ff12..fd4f5a58e9 100644 Binary files a/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png and b/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png 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 85298bdee4..21d07ea8f4 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/super-linter-workflow-results-updated-2.png b/assets/images/help/repository/super-linter-workflow-results-updated-2.png index 6bdde69b11..562d2ed860 100644 Binary files a/assets/images/help/repository/super-linter-workflow-results-updated-2.png and b/assets/images/help/repository/super-linter-workflow-results-updated-2.png differ diff --git a/assets/images/help/repository/super-linter-workflow-results-updated.png b/assets/images/help/repository/super-linter-workflow-results-updated.png index 2c6c9b53a9..5dcff8a8a3 100644 Binary files a/assets/images/help/repository/super-linter-workflow-results-updated.png and b/assets/images/help/repository/super-linter-workflow-results-updated.png differ diff --git a/assets/images/help/repository/super-linter-workflow-results.png b/assets/images/help/repository/super-linter-workflow-results.png index fd99dbeb67..e2da07d5be 100644 Binary files a/assets/images/help/repository/super-linter-workflow-results.png and b/assets/images/help/repository/super-linter-workflow-results.png 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 index 80ee94d0ce..788089fe59 100644 Binary files a/assets/images/help/repository/superlinter-lint-code-base-job-updated.png and b/assets/images/help/repository/superlinter-lint-code-base-job-updated.png differ diff --git a/assets/images/help/repository/superlinter-lint-code-base-job.png b/assets/images/help/repository/superlinter-lint-code-base-job.png index b24c3c06b7..9fc59b28e5 100644 Binary files a/assets/images/help/repository/superlinter-lint-code-base-job.png and b/assets/images/help/repository/superlinter-lint-code-base-job.png differ diff --git a/assets/images/help/repository/superlinter-run-name.png b/assets/images/help/repository/superlinter-run-name.png index 7e5fdfd4fd..946929e4c4 100644 Binary files a/assets/images/help/repository/superlinter-run-name.png and b/assets/images/help/repository/superlinter-run-name.png differ diff --git a/assets/images/help/repository/superlinter-workflow-sidebar.png b/assets/images/help/repository/superlinter-workflow-sidebar.png index d120147e09..732c7496dc 100644 Binary files a/assets/images/help/repository/superlinter-workflow-sidebar.png and b/assets/images/help/repository/superlinter-workflow-sidebar.png differ diff --git a/assets/images/help/repository/temporary-interaction-limits-options.png b/assets/images/help/repository/temporary-interaction-limits-options.png index bb711f82e0..83aa3aed95 100644 Binary files a/assets/images/help/repository/temporary-interaction-limits-options.png and b/assets/images/help/repository/temporary-interaction-limits-options.png differ diff --git a/assets/images/help/repository/used-by-section.png b/assets/images/help/repository/used-by-section.png index 2bc3efe084..84441a2198 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/view-run-billable-time.png b/assets/images/help/repository/view-run-billable-time.png index c627f398b3..7420b7e268 100644 Binary files a/assets/images/help/repository/view-run-billable-time.png and b/assets/images/help/repository/view-run-billable-time.png differ diff --git a/assets/images/help/repository/workflow-job-listing.png b/assets/images/help/repository/workflow-job-listing.png index 3e4d197665..0be6ffdaee 100644 Binary files a/assets/images/help/repository/workflow-job-listing.png and b/assets/images/help/repository/workflow-job-listing.png differ diff --git a/assets/images/help/repository/workflow-job.png b/assets/images/help/repository/workflow-job.png index 65ecd38293..6b3213d3d2 100644 Binary files a/assets/images/help/repository/workflow-job.png and b/assets/images/help/repository/workflow-job.png differ diff --git a/assets/images/help/repository/workflow-log-listing.png b/assets/images/help/repository/workflow-log-listing.png index aeb734fd8a..59b164910c 100644 Binary files a/assets/images/help/repository/workflow-log-listing.png and b/assets/images/help/repository/workflow-log-listing.png 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 index 952e86f576..b90c547a77 100644 Binary files a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png and b/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png differ diff --git a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated.png b/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated.png index dfdb988fa0..170da8db6a 100644 Binary files a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated.png and b/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated.png differ diff --git a/assets/images/help/repository/workflow-run-kebab-horizontal-icon.png b/assets/images/help/repository/workflow-run-kebab-horizontal-icon.png index b35c5fa6ab..20b2c3436d 100644 Binary files a/assets/images/help/repository/workflow-run-kebab-horizontal-icon.png and b/assets/images/help/repository/workflow-run-kebab-horizontal-icon.png differ diff --git a/assets/images/help/repository/workflow-run-listing.png b/assets/images/help/repository/workflow-run-listing.png index 328178f3b7..83fd13d61f 100644 Binary files a/assets/images/help/repository/workflow-run-listing.png and b/assets/images/help/repository/workflow-run-listing.png differ diff --git a/assets/images/help/repository/workflow-sidebar.png b/assets/images/help/repository/workflow-sidebar.png index 4888815882..582167f654 100644 Binary files a/assets/images/help/repository/workflow-sidebar.png and b/assets/images/help/repository/workflow-sidebar.png differ diff --git a/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest-drop-down-menus.png b/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest-drop-down-menus.png index 3f454d6930..9d749e8d64 100644 Binary files a/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest-drop-down-menus.png and b/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest-drop-down-menus.png differ diff --git a/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest.png b/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest.png index 2a261d1fd2..5a70cb7f9c 100644 Binary files a/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest.png and b/assets/images/help/saml/ae-edit-idp-details-edit-signature-and-digest.png differ diff --git a/assets/images/help/saml/ae-edit-idp-details-save.png b/assets/images/help/saml/ae-edit-idp-details-save.png index 0c00318e5e..4d7f26975e 100644 Binary files a/assets/images/help/saml/ae-edit-idp-details-save.png and b/assets/images/help/saml/ae-edit-idp-details-save.png differ diff --git a/assets/images/help/saml/ae-edit-idp-details-test-saml-configuration.png b/assets/images/help/saml/ae-edit-idp-details-test-saml-configuration.png index fda72bd1dd..093cf960f2 100644 Binary files a/assets/images/help/saml/ae-edit-idp-details-test-saml-configuration.png and b/assets/images/help/saml/ae-edit-idp-details-test-saml-configuration.png differ diff --git a/assets/images/help/saml/ae-edit-idp-details.png b/assets/images/help/saml/ae-edit-idp-details.png index 68864dd99f..1ac506c0a7 100644 Binary files a/assets/images/help/saml/ae-edit-idp-details.png and b/assets/images/help/saml/ae-edit-idp-details.png differ diff --git a/assets/images/help/saml/ae-saml-disabled-save.png b/assets/images/help/saml/ae-saml-disabled-save.png index 0477d12b90..5b14eb8fb0 100644 Binary files a/assets/images/help/saml/ae-saml-disabled-save.png and b/assets/images/help/saml/ae-saml-disabled-save.png differ diff --git a/assets/images/help/saml/ae-saml-disabled.png b/assets/images/help/saml/ae-saml-disabled.png index 2da21fe783..46be196fb0 100644 Binary files a/assets/images/help/saml/ae-saml-disabled.png and b/assets/images/help/saml/ae-saml-disabled.png differ diff --git a/assets/images/help/search/marketplace-left-side-navigation.png b/assets/images/help/search/marketplace-left-side-navigation.png index 8c2b33b05f..35af6988e1 100644 Binary files a/assets/images/help/search/marketplace-left-side-navigation.png and b/assets/images/help/search/marketplace-left-side-navigation.png differ diff --git a/assets/images/help/security/new-temporary-private-fork-button.png b/assets/images/help/security/new-temporary-private-fork-button.png index 984426c035..3dd13a7a98 100644 Binary files a/assets/images/help/security/new-temporary-private-fork-button.png and b/assets/images/help/security/new-temporary-private-fork-button.png differ diff --git a/assets/images/help/settings/actions-enterprise-account-add-runner-group-options.png b/assets/images/help/settings/actions-enterprise-account-add-runner-group-options.png index 2da71a5d33..8c8d2b8b91 100644 Binary files a/assets/images/help/settings/actions-enterprise-account-add-runner-group-options.png and b/assets/images/help/settings/actions-enterprise-account-add-runner-group-options.png differ diff --git a/assets/images/help/settings/actions-org-add-runner-group-options.png b/assets/images/help/settings/actions-org-add-runner-group-options.png index 5fdeffc925..f68e357a60 100644 Binary files a/assets/images/help/settings/actions-org-add-runner-group-options.png and b/assets/images/help/settings/actions-org-add-runner-group-options.png differ diff --git a/assets/images/help/settings/appearance-tab.png b/assets/images/help/settings/appearance-tab.png index 5e5e975891..4b3d85b669 100644 Binary files a/assets/images/help/settings/appearance-tab.png and b/assets/images/help/settings/appearance-tab.png differ diff --git a/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png b/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png new file mode 100644 index 0000000000..75432078aa Binary files /dev/null and b/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png differ diff --git a/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png b/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png new file mode 100644 index 0000000000..e83dfc4ee6 Binary files /dev/null and b/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png differ diff --git a/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png b/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png new file mode 100644 index 0000000000..b7f441bfb9 Binary files /dev/null and b/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png differ diff --git a/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png b/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png new file mode 100644 index 0000000000..c2eba9bb5d Binary files /dev/null and b/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png differ diff --git a/assets/images/help/settings/codespaces-new-secret-button.png b/assets/images/help/settings/codespaces-new-secret-button.png new file mode 100644 index 0000000000..c9b8a3c8c0 Binary files /dev/null and b/assets/images/help/settings/codespaces-new-secret-button.png differ diff --git a/assets/images/help/settings/codespaces-secret-delete-button.png b/assets/images/help/settings/codespaces-secret-delete-button.png new file mode 100644 index 0000000000..217b1a19a6 Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-delete-button.png differ diff --git a/assets/images/help/settings/codespaces-secret-delete-warning.png b/assets/images/help/settings/codespaces-secret-delete-warning.png new file mode 100644 index 0000000000..fac8d741b5 Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-delete-warning.png differ diff --git a/assets/images/help/settings/codespaces-secret-name-field.png b/assets/images/help/settings/codespaces-secret-name-field.png new file mode 100644 index 0000000000..7cec6c1525 Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-name-field.png differ diff --git a/assets/images/help/settings/codespaces-secret-repository-access-drop-down.png b/assets/images/help/settings/codespaces-secret-repository-access-drop-down.png new file mode 100644 index 0000000000..83706d3486 Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-repository-access-drop-down.png differ diff --git a/assets/images/help/settings/codespaces-secret-repository-checkboxes.png b/assets/images/help/settings/codespaces-secret-repository-checkboxes.png new file mode 100644 index 0000000000..93957b021a Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-repository-checkboxes.png differ diff --git a/assets/images/help/settings/codespaces-secret-update-button.png b/assets/images/help/settings/codespaces-secret-update-button.png new file mode 100644 index 0000000000..55b318b68c Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-update-button.png differ diff --git a/assets/images/help/settings/codespaces-secret-update-value-text.png b/assets/images/help/settings/codespaces-secret-update-value-text.png new file mode 100644 index 0000000000..6d7bbe0f79 Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-update-value-text.png differ diff --git a/assets/images/help/settings/codespaces-secret-value-field.png b/assets/images/help/settings/codespaces-secret-value-field.png new file mode 100644 index 0000000000..72e614e6be Binary files /dev/null and b/assets/images/help/settings/codespaces-secret-value-field.png differ diff --git a/assets/images/help/settings/codespaces-tab.png b/assets/images/help/settings/codespaces-tab.png new file mode 100644 index 0000000000..2372d49ca2 Binary files /dev/null and b/assets/images/help/settings/codespaces-tab.png differ diff --git a/assets/images/help/settings/feature-preview-setting.png b/assets/images/help/settings/feature-preview-setting.png index 0a86cfdb6a..8901d1169a 100644 Binary files a/assets/images/help/settings/feature-preview-setting.png and b/assets/images/help/settings/feature-preview-setting.png differ diff --git a/assets/images/help/settings/improved-container-support.png b/assets/images/help/settings/improved-container-support.png index f60e8e2697..7b6da354dc 100644 Binary files a/assets/images/help/settings/improved-container-support.png and b/assets/images/help/settings/improved-container-support.png differ diff --git a/assets/images/help/settings/personal_access_tokens.png b/assets/images/help/settings/personal_access_tokens.png index bf3e5b492a..ede114e0bc 100644 Binary files a/assets/images/help/settings/personal_access_tokens.png and b/assets/images/help/settings/personal_access_tokens.png differ diff --git a/assets/images/help/settings/settings-sidebar-interaction-limits.png b/assets/images/help/settings/settings-sidebar-interaction-limits.png index bd6e2d8d3b..4d0518780e 100644 Binary files a/assets/images/help/settings/settings-sidebar-interaction-limits.png and b/assets/images/help/settings/settings-sidebar-interaction-limits.png differ diff --git a/assets/images/help/settings/settings-sidebar-ssh-keys.png b/assets/images/help/settings/settings-sidebar-ssh-keys.png index 1a52c894b2..d261c4735f 100644 Binary files a/assets/images/help/settings/settings-sidebar-ssh-keys.png and b/assets/images/help/settings/settings-sidebar-ssh-keys.png differ diff --git a/assets/images/help/settings/settings-ssh-key-review.png b/assets/images/help/settings/settings-ssh-key-review.png index 1c6c5f2783..43b59d5312 100644 Binary files a/assets/images/help/settings/settings-ssh-key-review.png and b/assets/images/help/settings/settings-ssh-key-review.png differ diff --git a/assets/images/help/settings/ssh-sso-authorize.png b/assets/images/help/settings/ssh-sso-authorize.png index a9bb79aee5..df388ac9e9 100644 Binary files a/assets/images/help/settings/ssh-sso-authorize.png and b/assets/images/help/settings/ssh-sso-authorize.png differ diff --git a/assets/images/help/settings/ssh-sso-button.png b/assets/images/help/settings/ssh-sso-button.png index 314c9585a7..8779fbdc46 100644 Binary files a/assets/images/help/settings/ssh-sso-button.png and b/assets/images/help/settings/ssh-sso-button.png differ diff --git a/assets/images/help/settings/theme-settings-radio-buttons.png b/assets/images/help/settings/theme-settings-radio-buttons.png index 32c87156c7..0ff46c06b4 100644 Binary files a/assets/images/help/settings/theme-settings-radio-buttons.png and b/assets/images/help/settings/theme-settings-radio-buttons.png differ diff --git a/assets/images/help/settings/update-theme-preference-button.png b/assets/images/help/settings/update-theme-preference-button.png index 19fd375fe1..d23b07ddd4 100644 Binary files a/assets/images/help/settings/update-theme-preference-button.png and b/assets/images/help/settings/update-theme-preference-button.png differ diff --git a/assets/images/help/settings/user-account-temporary-interaction-limits-options.png b/assets/images/help/settings/user-account-temporary-interaction-limits-options.png index 4b2649b17b..e6ceae798a 100644 Binary files a/assets/images/help/settings/user-account-temporary-interaction-limits-options.png and b/assets/images/help/settings/user-account-temporary-interaction-limits-options.png differ diff --git a/assets/images/help/settings/userbar-account-settings.png b/assets/images/help/settings/userbar-account-settings.png index aa4ddfcee8..72a4c43101 100644 Binary files a/assets/images/help/settings/userbar-account-settings.png and b/assets/images/help/settings/userbar-account-settings.png differ diff --git a/assets/images/help/sponsors/billing-account-switcher.png b/assets/images/help/sponsors/billing-account-switcher.png index d3240f358a..afdf166fff 100644 Binary files a/assets/images/help/sponsors/billing-account-switcher.png and b/assets/images/help/sponsors/billing-account-switcher.png differ diff --git a/assets/images/help/sponsors/edit-sponsorship-payment-button.png b/assets/images/help/sponsors/edit-sponsorship-payment-button.png index 369165c851..b5747bcdd6 100644 Binary files a/assets/images/help/sponsors/edit-sponsorship-payment-button.png and b/assets/images/help/sponsors/edit-sponsorship-payment-button.png differ diff --git a/assets/images/help/sponsors/funding-yml-file.png b/assets/images/help/sponsors/funding-yml-file.png index c547a2b687..8ea922760c 100644 Binary files a/assets/images/help/sponsors/funding-yml-file.png and b/assets/images/help/sponsors/funding-yml-file.png differ diff --git a/assets/images/help/sponsors/link-account-button.png b/assets/images/help/sponsors/link-account-button.png index c8d6992730..6d1cf3f9c2 100644 Binary files a/assets/images/help/sponsors/link-account-button.png and b/assets/images/help/sponsors/link-account-button.png differ diff --git a/assets/images/help/sponsors/manage-your-sponsorship-button.png b/assets/images/help/sponsors/manage-your-sponsorship-button.png index d6a7ad78bc..53c9ed4ff8 100644 Binary files a/assets/images/help/sponsors/manage-your-sponsorship-button.png and b/assets/images/help/sponsors/manage-your-sponsorship-button.png differ diff --git a/assets/images/help/sponsors/organization-update-email-textbox.png b/assets/images/help/sponsors/organization-update-email-textbox.png index 2e5c3fdfc1..670c4513ef 100644 Binary files a/assets/images/help/sponsors/organization-update-email-textbox.png and b/assets/images/help/sponsors/organization-update-email-textbox.png differ diff --git a/assets/images/help/sponsors/pay-prorated-amount-link.png b/assets/images/help/sponsors/pay-prorated-amount-link.png index 6d73469e51..46683831ad 100644 Binary files a/assets/images/help/sponsors/pay-prorated-amount-link.png and b/assets/images/help/sponsors/pay-prorated-amount-link.png differ diff --git a/assets/images/help/sponsors/select-an-account-drop-down.png b/assets/images/help/sponsors/select-an-account-drop-down.png index 8cbe763af7..0f01958b93 100644 Binary files a/assets/images/help/sponsors/select-an-account-drop-down.png and b/assets/images/help/sponsors/select-an-account-drop-down.png 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 index 0f9419d47f..9df32d3db3 100644 Binary files a/assets/images/help/sponsors/sponsor-as-drop-down-menu.png and b/assets/images/help/sponsors/sponsor-as-drop-down-menu.png differ diff --git a/assets/images/help/sponsors/sponsor-org-button.png b/assets/images/help/sponsors/sponsor-org-button.png index edd3cdd3e8..4efa0dab50 100644 Binary files a/assets/images/help/sponsors/sponsor-org-button.png and b/assets/images/help/sponsors/sponsor-org-button.png 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 index 1ee7126df3..39c2c65a72 100644 Binary files a/assets/images/help/sponsors/sponsoring-as-drop-down-menu.png and b/assets/images/help/sponsors/sponsoring-as-drop-down-menu.png differ diff --git a/assets/images/help/sponsors/sponsoring-settings-button.png b/assets/images/help/sponsors/sponsoring-settings-button.png index ce20577af9..dfd4342f25 100644 Binary files a/assets/images/help/sponsors/sponsoring-settings-button.png and b/assets/images/help/sponsors/sponsoring-settings-button.png differ diff --git a/assets/images/help/sponsors/sponsoring-tab.png b/assets/images/help/sponsors/sponsoring-tab.png index 0c62587deb..000f0c86d4 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/update-checkbox-manage.png b/assets/images/help/sponsors/update-checkbox-manage.png index 8fe85c0aa9..7e811b8693 100644 Binary files a/assets/images/help/sponsors/update-checkbox-manage.png and b/assets/images/help/sponsors/update-checkbox-manage.png differ diff --git a/assets/images/help/sponsors/who-can-see-org-sponsorship.png b/assets/images/help/sponsors/who-can-see-org-sponsorship.png index 1ed0da7069..a8c9f2da00 100644 Binary files a/assets/images/help/sponsors/who-can-see-org-sponsorship.png and b/assets/images/help/sponsors/who-can-see-org-sponsorship.png differ diff --git a/assets/images/make-contribution.gif b/assets/images/make-contribution.gif index b348f12b6c..af09306a3e 100644 Binary files a/assets/images/make-contribution.gif and b/assets/images/make-contribution.gif differ diff --git a/assets/images/marketplace/marketplace-request-button.png b/assets/images/marketplace/marketplace-request-button.png index f8152f0de5..ee0ff76d35 100644 Binary files a/assets/images/marketplace/marketplace-request-button.png and b/assets/images/marketplace/marketplace-request-button.png differ diff --git a/assets/images/marketplace/marketplace_verified_creator_badges_apps.png b/assets/images/marketplace/marketplace_verified_creator_badges_apps.png index 6f353f0adf..dd0c88824f 100644 Binary files a/assets/images/marketplace/marketplace_verified_creator_badges_apps.png and b/assets/images/marketplace/marketplace_verified_creator_badges_apps.png differ diff --git a/assets/images/octocat-books.png b/assets/images/octocat-books.png index 6ef8e109c7..1a1691cd3e 100644 Binary files a/assets/images/octocat-books.png and b/assets/images/octocat-books.png differ diff --git a/content/actions/creating-actions/about-actions.md b/content/actions/creating-actions/about-actions.md index ae9f98de99..740b23b443 100644 --- a/content/actions/creating-actions/about-actions.md +++ b/content/actions/creating-actions/about-actions.md @@ -10,6 +10,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/content/actions/creating-actions/creating-a-composite-run-steps-action.md index 34312304fd..dc74071275 100644 --- a/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/creating-a-docker-container-action.md b/content/actions/creating-actions/creating-a-docker-container-action.md index ba06a3a938..9d3e36e46f 100644 --- a/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/content/actions/creating-actions/creating-a-docker-container-action.md @@ -10,6 +10,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/creating-a-javascript-action.md b/content/actions/creating-actions/creating-a-javascript-action.md index f479922f56..28771f2944 100644 --- a/content/actions/creating-actions/creating-a-javascript-action.md +++ b/content/actions/creating-actions/creating-a-javascript-action.md @@ -10,6 +10,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 58809b0f22..68f93976d7 100644 --- a/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'reference' --- {% data reusables.actions.enterprise-beta %} @@ -52,7 +53,7 @@ ENTRYPOINT ["echo $GITHUB_SHA"] ``` If you want variable substitution, then either use the _shell_ form or execute a shell directly. For example, using the following _exec_ format, you can execute a shell to print the value stored in the `GITHUB_SHA` environment variable. - + ``` ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ```` @@ -60,32 +61,32 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] To supply `args` defined in the action's metadata file to a Docker container that uses the _exec_ form in the `ENTRYPOINT`, we recommend creating a shell script called `entrypoint.sh` that you call from the `ENTRYPOINT` instruction: ##### Example *Dockerfile* -``` +``` # Container image that runs your code FROM debian:9.5-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh -# Executes `entrypoint.sh` when the Docker container starts up +# Executes `entrypoint.sh` when the Docker container starts up ENTRYPOINT ["/entrypoint.sh"] ``` ##### Example *entrypoint.sh* file -Using the example Dockerfile above, {% data variables.product.product_name %} will send the `args` configured in the action's metadata file as arguments to `entrypoint.sh`. Add the `#!/bin/sh` [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) at the top of the `entrypoint.sh` file to explicitly use the system's [POSIX](https://en.wikipedia.org/wiki/POSIX)-compliant shell. +Using the example Dockerfile above, {% data variables.product.product_name %} will send the `args` configured in the action's metadata file as arguments to `entrypoint.sh`. Add the `#!/bin/sh` [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) at the top of the `entrypoint.sh` file to explicitly use the system's [POSIX](https://en.wikipedia.org/wiki/POSIX)-compliant shell. ``` sh #!/bin/sh -# `$*` expands the `args` supplied in an `array` individually +# `$*` expands the `args` supplied in an `array` individually # or splits `args` in a string separated by whitespace. sh -c "echo $*" ``` -Your code must be executable. Make sure the `entrypoint.sh` file has `execute` permissions before using it in a workflow. You can modify the permission from your terminal using this command: +Your code must be executable. Make sure the `entrypoint.sh` file has `execute` permissions before using it in a workflow. You can modify the permission from your terminal using this command: ``` sh - chmod +x entrypoint.sh + chmod +x entrypoint.sh ``` When an `ENTRYPOINT` shell script is not executable, you'll receive an error similar to this: diff --git a/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/content/actions/creating-actions/metadata-syntax-for-github-actions.md index d0c4b338f7..4dfb33bcf8 100644 --- a/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -11,6 +11,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'reference' --- {% data reusables.actions.enterprise-beta %} @@ -104,12 +105,12 @@ outputs: {% raw %} ```yaml outputs: - random-number: + random-number: description: "Random number" value: ${{ steps.random-number-generator.outputs.random-id }} runs: using: "composite" - steps: + steps: - id: random-number-generator run: echo "::set-output name=random-id::$(echo $RANDOM)" shell: bash @@ -159,7 +160,7 @@ runs: #### `pre-if` **Optional** Allows you to define conditions for the `pre:` action execution. The `pre:` action will only run if the conditions in `pre-if` are met. If not set, then `pre-if` defaults to `always()`. -Note that the `step` context is unavailable, as no steps have run yet. +Note that the `step` context is unavailable, as no steps have run yet. In this example, `cleanup.js` only runs on Linux-based runners: @@ -214,7 +215,7 @@ For example, this `cleanup.js` will only run on Linux-based runners: ```yaml runs: using: "composite" - steps: + steps: - run: ${{ github.action_path }}/test/script.sh shell: bash ``` @@ -225,7 +226,7 @@ Alternatively, you can use `$GITHUB_ACTION_PATH`: ```yaml runs: using: "composite" - steps: + steps: - run: $GITHUB_ACTION_PATH/script.sh shell: bash ``` @@ -254,12 +255,12 @@ For more information, see "[`github context`](/actions/reference/context-and-exp ### `runs` for Docker actions -**Required** Configures the image used for the Docker action. +**Required** Configures the image used for the Docker action. #### Example using a Dockerfile in your repository ```yaml -runs: +runs: using: 'docker' image: 'Dockerfile' ``` @@ -267,7 +268,7 @@ runs: #### Example using public Docker registry container ```yaml -runs: +runs: using: 'docker' image: 'docker://debian:stretch-slim' ``` diff --git a/content/actions/creating-actions/publishing-actions-in-github-marketplace.md b/content/actions/creating-actions/publishing-actions-in-github-marketplace.md index fb35e6e2e1..b69b89065b 100644 --- a/content/actions/creating-actions/publishing-actions-in-github-marketplace.md +++ b/content/actions/creating-actions/publishing-actions-in-github-marketplace.md @@ -8,6 +8,7 @@ redirect_from: - /actions/building-actions/publishing-actions-in-github-marketplace versions: free-pro-team: '*' +type: 'how_to' --- You must accept the terms of service to publish actions in {% data variables.product.prodname_marketplace %}. diff --git a/content/actions/creating-actions/setting-exit-codes-for-actions.md b/content/actions/creating-actions/setting-exit-codes-for-actions.md index 057c8cd2dc..1e550d3bbc 100644 --- a/content/actions/creating-actions/setting-exit-codes-for-actions.md +++ b/content/actions/creating-actions/setting-exit-codes-for-actions.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'how_to' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/about-continuous-integration.md b/content/actions/guides/about-continuous-integration.md index e95c24d84b..84cf895266 100644 --- a/content/actions/guides/about-continuous-integration.md +++ b/content/actions/guides/about-continuous-integration.md @@ -10,6 +10,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/about-packaging-with-github-actions.md b/content/actions/guides/about-packaging-with-github-actions.md index aba20c17f6..5269a8a331 100644 --- a/content/actions/guides/about-packaging-with-github-actions.md +++ b/content/actions/guides/about-packaging-with-github-actions.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/about-service-containers.md b/content/actions/guides/about-service-containers.md index 5575c35355..a91914c527 100644 --- a/content/actions/guides/about-service-containers.md +++ b/content/actions/guides/about-service-containers.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-java-with-ant.md b/content/actions/guides/building-and-testing-java-with-ant.md index 7fed692812..96019ea729 100644 --- a/content/actions/guides/building-and-testing-java-with-ant.md +++ b/content/actions/guides/building-and-testing-java-with-ant.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-java-with-gradle.md b/content/actions/guides/building-and-testing-java-with-gradle.md index 9a7b45671e..67e760c925 100644 --- a/content/actions/guides/building-and-testing-java-with-gradle.md +++ b/content/actions/guides/building-and-testing-java-with-gradle.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-java-with-maven.md b/content/actions/guides/building-and-testing-java-with-maven.md index e652606ea2..fbc8f90151 100644 --- a/content/actions/guides/building-and-testing-java-with-maven.md +++ b/content/actions/guides/building-and-testing-java-with-maven.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-nodejs.md b/content/actions/guides/building-and-testing-nodejs.md index 7cf7d0667e..245a2c519b 100644 --- a/content/actions/guides/building-and-testing-nodejs.md +++ b/content/actions/guides/building-and-testing-nodejs.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-powershell.md b/content/actions/guides/building-and-testing-powershell.md index faca1bcdc2..90a68f7977 100644 --- a/content/actions/guides/building-and-testing-powershell.md +++ b/content/actions/guides/building-and-testing-powershell.md @@ -7,6 +7,7 @@ versions: enterprise-server: '>=2.22' authors: - potatoqualitee +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-python.md b/content/actions/guides/building-and-testing-python.md index ee9fe22a68..86db5490be 100644 --- a/content/actions/guides/building-and-testing-python.md +++ b/content/actions/guides/building-and-testing-python.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/building-and-testing-ruby.md b/content/actions/guides/building-and-testing-ruby.md index c3c091109e..ad30a1c5e5 100644 --- a/content/actions/guides/building-and-testing-ruby.md +++ b/content/actions/guides/building-and-testing-ruby.md @@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 497bcad57e..d450d7ae52 100644 --- a/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -9,6 +9,7 @@ redirect_from: - /actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows versions: free-pro-team: '*' +type: 'tutorial' --- ### About caching workflow dependencies diff --git a/content/actions/guides/creating-postgresql-service-containers.md b/content/actions/guides/creating-postgresql-service-containers.md index c333d93b5c..e3967ef172 100644 --- a/content/actions/guides/creating-postgresql-service-containers.md +++ b/content/actions/guides/creating-postgresql-service-containers.md @@ -9,6 +9,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/creating-redis-service-containers.md b/content/actions/guides/creating-redis-service-containers.md index 62cbca2bc9..4b7c9918c4 100644 --- a/content/actions/guides/creating-redis-service-containers.md +++ b/content/actions/guides/creating-redis-service-containers.md @@ -9,6 +9,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/index.md b/content/actions/guides/index.md index 0ccacf47e7..7a92a7c43e 100644 --- a/content/actions/guides/index.md +++ b/content/actions/guides/index.md @@ -17,54 +17,33 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +learningTracks: + - getting_started + - continuous_integration + - continuous_deployment + - hosting_your_own_runners + - create_actions +layout: product-sublanding --- - -{% data reusables.actions.enterprise-beta %} -{% data reusables.actions.enterprise-github-hosted-runners %} - -### Creating custom continuous integration workflows - -You can use {% data variables.product.prodname_actions %} to create custom continuous integration (CI) workflows that build and test projects written in different programming languages. - -{% link_in_list /about-continuous-integration %} -{% link_in_list /setting-up-continuous-integration-using-workflow-templates %} -{% link_in_list /building-and-testing-nodejs %} -{% link_in_list /building-and-testing-powershell %} -{% link_in_list /building-and-testing-python %} -{% link_in_list /building-and-testing-ruby %} -{% link_in_list /building-and-testing-java-with-maven %} -{% link_in_list /building-and-testing-java-with-gradle %} -{% link_in_list /building-and-testing-java-with-ant %} - -### Creating custom continuous deployment workflows - -You can use {% data variables.product.prodname_actions %} to create custom continuous deployment (CD) workflows that deploy projects to a number of cloud partner ecosystems. - - {% link_in_list /deploying-to-amazon-elastic-container-service %} - {% link_in_list /deploying-to-azure-app-service %} - {% link_in_list /deploying-to-google-kubernetes-engine %} - -### Publishing software packages - -You can automate publishing software packages as part your continuous delivery (CD) workflow. Packages can be published to any package host and to {% data reusables.gated-features.packages %}. - -{% link_in_list /about-packaging-with-github-actions %} -{% link_in_list /publishing-nodejs-packages %} -{% link_in_list /publishing-java-packages-with-maven %} -{% link_in_list /publishing-java-packages-with-gradle %} -{% link_in_list /publishing-docker-images %} - -### Caching and storing workflow data - -Cache dependencies and store artifacts to make your workflow runs more efficient. - -{% link_in_list /storing-workflow-data-as-artifacts %} -{% link_in_list /caching-dependencies-to-speed-up-workflows %} - -### Using service containers in a workflow - -Connect services to your workflow using service containers. - -{% link_in_list /about-service-containers %} -{% link_in_list /creating-redis-service-containers %} -{% link_in_list /creating-postgresql-service-containers %} + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/actions/guides/publishing-docker-images.md b/content/actions/guides/publishing-docker-images.md index dab057d611..b0f2ca729f 100644 --- a/content/actions/guides/publishing-docker-images.md +++ b/content/actions/guides/publishing-docker-images.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/publishing-java-packages-with-gradle.md b/content/actions/guides/publishing-java-packages-with-gradle.md index 4cfbe26bc3..7eca03c8c0 100644 --- a/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/content/actions/guides/publishing-java-packages-with-gradle.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/publishing-java-packages-with-maven.md b/content/actions/guides/publishing-java-packages-with-maven.md index e601a53a16..0b2c6c89be 100644 --- a/content/actions/guides/publishing-java-packages-with-maven.md +++ b/content/actions/guides/publishing-java-packages-with-maven.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/publishing-nodejs-packages.md b/content/actions/guides/publishing-nodejs-packages.md index 361ba42f97..ce467dd525 100644 --- a/content/actions/guides/publishing-nodejs-packages.md +++ b/content/actions/guides/publishing-nodejs-packages.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} @@ -106,7 +107,7 @@ However, if you do provide the `repository` key, then the repository in that key To authenticate to the {% data variables.product.prodname_registry %} registry in your workflow, you can use the `GITHUB_TOKEN` from your repository. It is created automatically and has _read_ and _write_ permissions for packages in the repository where the workflow runs. For more information, see "[Authentication in a workflow](/actions/reference/authentication-in-a-workflow)." -If you want to publish your package to a different repository, you must use a personal access token (PAT) that has permission to write to packages in the destination repository. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)" and "[Encrypted secrets](http://localhost:4000/en/free-pro-team@latest/actions/reference/encrypted-secrets)." +If you want to publish your package to a different repository, you must use a personal access token (PAT) that has permission to write to packages in the destination repository. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)" and "[Encrypted secrets](/actions/reference/encrypted-secrets)." #### Example workflow diff --git a/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md b/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md index a10ab35eaf..7e0a7bc29e 100644 --- a/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md +++ b/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md @@ -11,6 +11,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/guides/storing-workflow-data-as-artifacts.md b/content/actions/guides/storing-workflow-data-as-artifacts.md index cf0932f879..fe6aac29ed 100644 --- a/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -11,6 +11,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 2cce28ae15..9b55022371 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index 1693f59185..b97b319e37 100644 --- a/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 2106948b11..e74b6cdeab 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' defaultPlatform: linux --- @@ -162,7 +163,7 @@ Stop-Service "{{ service_win_name }}" ### Customizing the self-hosted runner service -If you don't want to use the above default `systemd` service configuration, you can create a customized service or use whichever service mechanism you prefer. Consider using the `serviced` template at `actions-runner/bin/actions.runner.service.template` as a reference. If you use a customized service, the self-hosted runner service must always be invoked using the `runsvc.sh` entry point. +If you don't want to use the above default `systemd` service configuration, you can create a customized service or use whichever service mechanism you prefer. Consider using the `serviced` template at `actions-runner/bin/actions.runner.service.template` as a reference. If you use a customized service, the self-hosted runner service must always be invoked using the `runsvc.sh` entry point. {% endlinux %} @@ -170,6 +171,6 @@ If you don't want to use the above default `systemd` service configuration, you ### Customizing the self-hosted runner service -If you don't want to use the above default launchd service configuration, you can create a customized service or use whichever service mechanism you prefer. Consider using the `plist` template at `actions-runner/bin/actions.runner.plist.template` as a reference. If you use a customized service, the self-hosted runner service must always be invoked using the `runsvc.sh` entry point. +If you don't want to use the above default launchd service configuration, you can create a customized service or use whichever service mechanism you prefer. Consider using the `plist` template at `actions-runner/bin/actions.runner.plist.template` as a reference. If you use a customized service, the self-hosted runner service must always be invoked using the `runsvc.sh` entry point. {% endmac %} diff --git a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index cff123387c..583e24c0b2 100644 --- a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md b/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md index e29d2fe178..36a11e07c2 100644 --- a/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' defaultPlatform: linux --- @@ -33,13 +34,13 @@ defaultPlatform: linux ### Reviewing the self-hosted runner application log files -You can monitor the status of the self-hosted runner application and its activities. Log files are kept in the `_diag` directory, and a new one is generated each time the application is started. The filename begins with *Runner_*, and is followed by a UTC timestamp of when the application was started. +You can monitor the status of the self-hosted runner application and its activities. Log files are kept in the `_diag` directory, and a new one is generated each time the application is started. The filename begins with *Runner_*, and is followed by a UTC timestamp of when the application was started. For detailed logs on workflow job executions, see the next section describing the *Worker_* files. ### Reviewing a job's log file -The self-hosted runner application creates a detailed log file for each job that it processes. These files are stored in the `_diag` directory, and the filename begins with *Worker_*. +The self-hosted runner application creates a detailed log file for each job that it processes. These files are stored in the `_diag` directory, and the filename begins with *Worker_*. {% linux %} @@ -70,7 +71,7 @@ Feb 11 16:06:54 runner01 runsvc.sh[962]: 2020-02-11 16:06:54Z: Running job: test Feb 11 16:07:10 runner01 runsvc.sh[962]: 2020-02-11 16:07:10Z: Job testAction completed with result: Succeeded ``` -To view the systemd configuration, you can locate the service file here: `/etc/systemd/system/actions.runner.-..service`. +To view the systemd configuration, you can locate the service file here: `/etc/systemd/system/actions.runner.-..service`. If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[Configuring the self-hosted runner application as a service](/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service)." {% endlinux %} @@ -98,7 +99,7 @@ Started: The resulting output includes the process ID and the name of the application’s launchd service. -To view the launchd configuration, you can locate the service file here: `/Users/exampleUsername/Library/LaunchAgents/actions.runner...service`. +To view the launchd configuration, you can locate the service file here: `/Users/exampleUsername/Library/LaunchAgents/actions.runner...service`. If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[Configuring the self-hosted runner application as a service](/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service-1)." {% endmac %} @@ -161,7 +162,7 @@ In addition, you can find more information in the _SelfUpdate_ log files located #### Checking that Docker is installed -If your jobs require containers, then the self-hosted runner must be Linux-based and needs to have Docker installed. Check that your self-hosted runner has Docker installed and that the service is running. +If your jobs require containers, then the self-hosted runner must be Linux-based and needs to have Docker installed. Check that your self-hosted runner has Docker installed and that the service is running. You can use `systemctl` to check the service status: diff --git a/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index 20b8926c30..cd29dcd43b 100644 --- a/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md index df6458092e..2dc3f1fc96 100644 --- a/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index ba23713fbb..87ce2bbde1 100644 --- a/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -4,6 +4,7 @@ intro: You can use labels to organize your self-hosted runners based on their ch versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md index 06a4e41dfd..895402a42c 100644 --- a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/essential-features-of-github-actions.md b/content/actions/learn-github-actions/essential-features-of-github-actions.md index 1c580cd36a..d6dec9f2ef 100644 --- a/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -5,6 +5,7 @@ intro: '{% data variables.product.prodname_actions %} are designed to help you b versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index 65f7193727..97dfcb35b8 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -10,6 +10,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'how_to' --- {% data reusables.actions.enterprise-beta %} @@ -39,7 +40,7 @@ You can search and browse actions directly in your repository's workflow editor. ### Adding an action to your workflow -An action's listing page includes the action's version and the workflow syntax required to use the action. To keep your workflow stable even when updates are made to an action, you can reference the version of the action to use by specifying the Git or Docker tag number in your workflow file. +An action's listing page includes the action's version and the workflow syntax required to use the action. To keep your workflow stable even when updates are made to an action, you can reference the version of the action to use by specifying the Git or Docker tag number in your workflow file. 1. Navigate to the action you want to use in your workflow. 1. Under "Installation", click {% octicon "clippy" aria-label="The edit icon" %} to copy the workflow syntax. @@ -79,7 +80,7 @@ steps: #### Using branches -Referring to a specific branch means that the action will always use the latest updates on the target branch, but can create problems if those updates include breaking changes. This example targets a branch named `@main`: +Specifying a target branch for the action means it will always run the version currently on that branch. This approach can create problems if an update to the branch includes breaking changes. This example targets a branch named `@main`: ```yaml steps: @@ -90,9 +91,9 @@ For more information, see "[Using release management for actions](/actions/creat ### Using inputs and outputs with an action -An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will use as part of the action processing. +An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will use as part of the action processing. -To see the inputs and outputs of an action, check the `action.yml` or `action.yaml` in the root directory of the repository. +To see the inputs and outputs of an action, check the `action.yml` or `action.yaml` in the root directory of the repository. In this example `action.yml`, the `inputs` keyword defines a required input called `file-path`, and includes a default value that will be used if none is specified. The `outputs` keyword defines an output called `results-file`, which tells you where to locate the results. diff --git a/content/actions/learn-github-actions/introduction-to-github-actions.md b/content/actions/learn-github-actions/introduction-to-github-actions.md index 455cac19cf..c84f11c6b4 100644 --- a/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -9,6 +9,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/managing-complex-workflows.md b/content/actions/learn-github-actions/managing-complex-workflows.md index ffdff1fdd2..17e8e3fc37 100644 --- a/content/actions/learn-github-actions/managing-complex-workflows.md +++ b/content/actions/learn-github-actions/managing-complex-workflows.md @@ -5,6 +5,7 @@ intro: 'This guide shows you how to use the advanced features of {% data variabl versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'how_to' --- {% data reusables.actions.enterprise-beta %} @@ -154,6 +155,17 @@ For more information, see ["Using labels with self-hosted runners](/actions/hos You can configure environments with protection rules and secrets. Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. For more information, see "[Environments](/actions/reference/environments)." {% endif %} +### Using a workflow template + +{% data reusables.actions.workflow-template-overview %} + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.actions-tab %} +1. If your repository already has existing workflows: In the upper-left corner, click **New workflow**. + ![Create a new workflow](/assets/images/help/repository/actions-new-workflow.png) +1. Under the name of the template you'd like to use, click **Set up this workflow**. + ![Set up this workflow](/assets/images/help/settings/actions-create-starter-workflow.png) + ### Next steps To continue learning about {% data variables.product.prodname_actions %}, see "[Sharing workflows with your organization](/actions/learn-github-actions/sharing-workflows-with-your-organization)." diff --git a/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md index 15963c3d2e..d80d7fb120 100644 --- a/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} @@ -104,7 +105,7 @@ In Azure Pipelines, scripts can be configured to error if any output is sent to In Azure Pipelines, the default shell for scripts on Windows platforms is the Command shell (_cmd.exe_). In {% data variables.product.prodname_actions %}, the default shell for scripts on Windows platforms is PowerShell. PowerShell has several differences in built-in commands, variable expansion, and flow control. -If you're running a simple command, you might be able to run a Command shell script in PowerShell without any changes. But in most cases, you will either need to update your script with PowerShell syntax or instruct {% data variables.product.prodname_actions %} to run the script with the Command shell instead of PowerShell. You can do this by specifying `shell` as `cmd`. +If you're running a simple command, you might be able to run a Command shell script in PowerShell without any changes. But in most cases, you will either need to update your script with PowerShell syntax or instruct {% data variables.product.prodname_actions %} to run the script with the Command shell instead of PowerShell. You can do this by specifying `shell` as `cmd`. Below is an example of the syntax for each system: @@ -324,4 +325,3 @@ jobs: You can find actions that you can use in your workflow in [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions), or you can create your own actions. For more information, see "[Creating actions](/actions/creating-actions)." - diff --git a/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md index 497f6175fc..8dae1c3e25 100644 --- a/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index 80d2f12511..4fa6ce3d64 100644 --- a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -4,6 +4,7 @@ intro: '{% data variables.product.prodname_actions %} and GitLab CI/CD share sev versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md index 799d4c020f..0bcf0df3de 100644 --- a/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- {% data reusables.actions.enterprise-beta %} @@ -81,7 +82,7 @@ Jenkins can run the `stages` and `steps` in parallel, while {% data variables.pr #### Build matrix -Both {% data variables.product.prodname_actions %} and Jenkins let you use a build matrix to define various system combinations. +Both {% data variables.product.prodname_actions %} and Jenkins let you use a build matrix to define various system combinations. | Jenkins | {% data variables.product.prodname_actions %} | | ------------- | ------------- | @@ -166,7 +167,7 @@ Jenkins Pipeline maven-build: env: MAVEN_PATH: '/usr/local/maven' - + ``` @@ -209,7 +210,7 @@ Jenkins Pipeline needs: job1 job3: needs: [job1, job2] - + ``` diff --git a/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md index 3c720b7eb0..4eb55be554 100644 --- a/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'tutorial' --- ### Introduction diff --git a/content/actions/learn-github-actions/security-hardening-for-github-actions.md b/content/actions/learn-github-actions/security-hardening-for-github-actions.md index 112a68f67c..deb87de4f2 100644 --- a/content/actions/learn-github-actions/security-hardening-for-github-actions.md +++ b/content/actions/learn-github-actions/security-hardening-for-github-actions.md @@ -8,6 +8,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'overview' --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md index 4dc25fdd48..264a15171f 100644 --- a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md +++ b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md @@ -7,6 +7,7 @@ redirect_from: versions: free-pro-team: '*' enterprise-server: '>=2.22' +type: 'how_to' --- {% data reusables.actions.enterprise-beta %} @@ -32,22 +33,22 @@ This procedure demonstrates how to create a workflow template and metadata file. ```yaml name: Octo Organization CI - + on: push: branches: [ $default-branch ] pull_request: branches: [ $default-branch ] - + jobs: build: runs-on: ubuntu-latest - + steps: - - uses: actions/checkout@v2 - - - name: Run a one-line script - run: echo Hello from Octo Organization + - uses: actions/checkout@v2 + + - name: Run a one-line script + run: echo Hello from Octo Organization ``` 1. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`: ```yaml @@ -75,7 +76,7 @@ To add another workflow template, add your files to the same `workflow-templates ![Workflow template files](/assets/images/help/images/workflow-template-files.png) -### Using a workflow template +### Using a workflow template from your organization This procedure demonstrates how a member of your organization can find and use a workflow template to create a new workflow. An organization's workflow templates can be used by anyone who is a member of the organization. diff --git a/content/actions/quickstart.md b/content/actions/quickstart.md index 5be4d372b2..4b9613add0 100644 --- a/content/actions/quickstart.md +++ b/content/actions/quickstart.md @@ -69,9 +69,9 @@ Committing the workflow file in your repository triggers the `push` event and ru {% endif %} {% data reusables.repositories.view-failed-job-results-superlinter %} -### More starter workflows +### More workflow templates -{% data variables.product.prodname_dotcom %} provides preconfigured workflow templates that you can start from to automate or create a continuous integration workflows. You can browse the full list of workflow templates in the {% if currentVersion == "free-pro-team@latest" %}[actions/starter-workflows](https://github.com/actions/starter-workflows) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.product_location %}{% endif %}. +{% data reusables.actions.workflow-template-overview %} ### Next steps @@ -134,9 +134,9 @@ Printing "Hello, World!" is a great way to explore the basic set up and syntax o 1. In the workflow logs, expand the 'Run echo "Hello World!"' section. ![Workflow detail](/assets/images/help/repository/workflow-log-listing.png) -### More starter workflows +### More workflow templates -{% data variables.product.prodname_dotcom %} provides preconfigured workflow templates that you can start from to automate or create a continuous integration workflows. You can browse the full list of workflow templates in the {% if currentVersion == "free-pro-team@latest" %}[actions/starter-workflows](https://github.com/actions/starter-workflows) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.product_location %}{% endif %}. +{% data reusables.actions.workflow-template-overview %} ### Next steps diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md index 2880ac8193..903a097d24 100644 --- a/content/actions/reference/workflow-syntax-for-github-actions.md +++ b/content/actions/reference/workflow-syntax-for-github-actions.md @@ -646,7 +646,8 @@ You can override the default shell settings in the runner's operating system usi | All | `python` | Executes the python command. | `python {0}` | | Linux / macOS | `sh` | The fallback behavior for non-Windows platforms if no shell is provided and `bash` is not found in the path. | `sh -e {0}` | | Windows | `cmd` | {% data variables.product.prodname_dotcom %} appends the extension `.cmd` to your script name and substitutes for `{0}`. | `%ComSpec% /D /E:ON /V:OFF /S /C "CALL "{0}""`. | -| Windows | `powershell` | This is the default shell used on Windows. The Desktop PowerShell. {% data variables.product.prodname_dotcom %} appends the extension `.ps1` to your script name. | `powershell -command ". '{0}'"`. | +| Windows | `pwsh` | This is the default shell used on Windows. The PowerShell Core. {% data variables.product.prodname_dotcom %} appends the extension `.ps1` to your script name. If your self-hosted Windows runner does not have _PowerShell Core_ installed, then _PowerShell Desktop_ is used instead.| `pwsh -command ". '{0}'"`. | +| Windows | `powershell` | The PowerShell Desktop. {% data variables.product.prodname_dotcom %} appends the extension `.ps1` to your script name. | `powershell -command ". '{0}'"`. | #### Example running a script using bash @@ -675,6 +676,15 @@ steps: shell: pwsh ``` +#### Example: Using PowerShell Desktop to run a script + +```yaml +steps: + - name: Display the path + run: echo ${env:PATH} + shell: powershell +``` + #### Example running a python script ```yaml diff --git a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md index e2922e8b46..8a398553fa 100644 --- a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md @@ -21,6 +21,8 @@ When a proxy server is enabled for {% data variables.product.product_location %} {% data reusables.enterprise_management_console.privacy %} 4. Under **HTTP Proxy Server**, type the URL of your proxy server. ![Field to type the HTTP Proxy Server URL](/assets/images/enterprise/management-console/http-proxy-field.png) -5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. + +5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. To exclude all hosts in a domain from requiring proxy access, you can use `.` as a wildcard prefix. For example: `.octo-org.tentacle` ![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png) + {% data reusables.enterprise_management_console.save-settings %} diff --git a/content/admin/github-actions/about-using-githubcom-actions-on-github-enterprise-server.md b/content/admin/github-actions/about-using-githubcom-actions-on-github-enterprise-server.md index 5c89f88a10..e7d8fcc896 100644 --- a/content/admin/github-actions/about-using-githubcom-actions-on-github-enterprise-server.md +++ b/content/admin/github-actions/about-using-githubcom-actions-on-github-enterprise-server.md @@ -16,7 +16,7 @@ versions: Most official {% data variables.product.prodname_dotcom %}-authored actions are automatically bundled with {% data variables.product.prodname_ghe_server %}, and are captured at a point in time from {% data variables.product.prodname_marketplace %}. When your {% data variables.product.prodname_ghe_server %} instance receives updates, the bundled official actions are also updated. -The bundled official actions include `actions/checkout`, `actions/upload-artifact`, `actions/download-artifact`, `actions/labeler`, and various `actions/setup-` actions, among others. To see all the official actions included on your enterprise instance, browse to the `actions` organization on your instance: https://{% data variables.product.product_url %}/actions. +The bundled official actions include `actions/checkout`, `actions/upload-artifact`, `actions/download-artifact`, `actions/labeler`, and various `actions/setup-` actions, among others. To see all the official actions included on your enterprise instance, browse to the `actions` organization on your instance: https://HOSTNAME/actions. Each action is a repository in the `actions` organization, and each action repository includes the necessary tags, branches, and commit SHAs that your workflows can use to reference the action. diff --git a/content/developers/apps/authorizing-oauth-apps.md b/content/developers/apps/authorizing-oauth-apps.md index 7312620fbe..4a9ab098cc 100644 --- a/content/developers/apps/authorizing-oauth-apps.md +++ b/content/developers/apps/authorizing-oauth-apps.md @@ -214,7 +214,7 @@ Name | Type | Description #### Rate limits for the device flow -When a user submits the verification code on the browser, there is a there is a rate limit of 50 submissions in an hour per application. +When a user submits the verification code on the browser, there is a rate limit of 50 submissions in an hour per application. If you make more than one access token request (`POST {% data variables.product.oauth_host_code %}/login/oauth/access_token`) within the required minimum timeframe between requests (or `interval`), you'll hit the rate limit and receive a `slow_down` error response. The `slow_down` error response adds 5 seconds to the last `interval`. For more information, see the [Errors for the device flow](#errors-for-the-device-flow). diff --git a/content/github/authenticating-to-github/about-commit-signature-verification.md b/content/github/authenticating-to-github/about-commit-signature-verification.md index 164e847748..4dad3a5919 100644 --- a/content/github/authenticating-to-github/about-commit-signature-verification.md +++ b/content/github/authenticating-to-github/about-commit-signature-verification.md @@ -23,7 +23,9 @@ Repository administrators can enforce required commit signing on a branch to blo You can check the verification status of your signed commits or tags on {% data variables.product.product_name %} and view why your commit signatures might be unverified. For more information, see "[Checking your commit and tag signature verification status](/articles/checking-your-commit-and-tag-signature-verification-status)." -{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} will automatically use GPG to sign commits you make using the {% data variables.product.product_name %} web interface, except for when you squash and merge a pull request that you are not the author of. Commits signed by {% data variables.product.product_name %} will have a verified status on {% data variables.product.product_name %}. You can verify the signature locally using the public key available at https://github.com/web-flow.gpg.{% endif %} +{% if currentVersion == "free-pro-team@latest" %} +{% data variables.product.product_name %} will automatically use GPG to sign commits you make using the {% data variables.product.product_name %} web interface, except for when you squash and merge a pull request that you are not the author of. You can optionally choose to have {% data variables.product.product_name %} sign commits you make in {% data variables.product.prodname_codespaces %}. Commits signed by {% data variables.product.product_name %} will have a verified status on {% data variables.product.product_name %}. You can verify the signature locally using the public key available at https://github.com/web-flow.gpg. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)." +{% endif %} ### GPG commit signature verification diff --git a/content/github/authenticating-to-github/reviewing-your-security-log.md b/content/github/authenticating-to-github/reviewing-your-security-log.md index 7882fef915..ba5efe3de9 100644 --- a/content/github/authenticating-to-github/reviewing-your-security-log.md +++ b/content/github/authenticating-to-github/reviewing-your-security-log.md @@ -42,6 +42,7 @@ The events listed in your security log are triggered by your actions. Actions ar |------------------|-------------------{% if currentVersion == "free-pro-team@latest" %} | [`account_recovery_token`](#account_recovery_token-category-actions) | Contains all activities related to [adding a recovery token](/articles/configuring-two-factor-authentication-recovery-methods). | [`billing`](#billing-category-actions) | Contains all activities related to your billing information. +| [`codespaces`](#codespaces-category-actions) | Contains all activities related to {% data variables.product.prodname_codespaces %}. For more information, see "[About {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/about-codespaces)." | [`marketplace_agreement_signature`](#marketplace_agreement_signature-category-actions) | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. | [`marketplace_listing`](#marketplace_listing-category-actions) | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %} | [`oauth_access`](#oauth_access-category-actions) | Contains all activities related to [{% data variables.product.prodname_oauth_app %}s](/articles/authorizing-oauth-apps) you've connected with.{% if currentVersion == "free-pro-team@latest" %} @@ -85,6 +86,12 @@ An overview of some of the most common actions that are recorded as events in th | `change_billing_type` | Triggered when you [change how you pay](/articles/adding-or-editing-a-payment-method) for {% data variables.product.prodname_dotcom %}. | `change_email` | Triggered when you [change your email address](/articles/changing-your-primary-email-address). +#### `codespaces` category actions + +| Action | Description +|------------------|------------------- +| `trusted_repositories_access_update` | Triggered when you change your user account's [access and security setting for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces). + #### `marketplace_agreement_signature` category actions | Action | Description @@ -232,7 +239,9 @@ An overview of some of the most common actions that are recorded as events in th | Action | Description |--------------------|--------------------- -| `add_email` | Triggered when you {% if currentVersion != "github-ae@latest" %}[add a new email address](/articles/changing-your-primary-email-address){% else %}add a new email address{% endif %}. +| `add_email` | Triggered when you {% if currentVersion != "github-ae@latest" %}[add a new email address](/articles/changing-your-primary-email-address){% else %}add a new email address{% endif %}.{% if currentVersion == "free-pro-team@latest" %} +| `codespaces_trusted_repo_access_granted` | Triggered when you [allow the codespaces you create for a repository to access other repositories owned by your user account](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces. +| `codespaces_trusted_repo_access_revoked` | Triggered when you [disallow the codespaces you create for a repository to access other repositories owned by your user account](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces. {% endif %} | `create` | Triggered when you create a new user account.{% if currentVersion != "github-ae@latest" %} | `change_password` | Triggered when you change your password. | `forgot_password` | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password).{% endif %} @@ -252,4 +261,3 @@ An overview of some of the most common actions that are recorded as events in th | `update` | Triggered when you set or change the status on your profile. For more information, see "[Setting a status](/articles/personalizing-your-profile/#setting-a-status)." | `destroy` | Triggered when you clear the status on your profile. - diff --git a/content/github/collaborating-with-issues-and-pull-requests/github-flow.md b/content/github/collaborating-with-issues-and-pull-requests/github-flow.md index a80707f0bc..b94297ab44 100644 --- a/content/github/collaborating-with-issues-and-pull-requests/github-flow.md +++ b/content/github/collaborating-with-issues-and-pull-requests/github-flow.md @@ -14,7 +14,7 @@ versions: ### Following the GitHub flow 1. [Create a branch](/articles/creating-and-deleting-branches-within-your-repository) from the repository. -2. [Create](/articles/creating-new-files), [edit](/articles/editing-files), [rename](/articles/renaming-a-file), [move](/articles/moving-a-file-to-a-new-location), or [delete](/articles/deleting-files) files. +2. [Create](/articles/creating-new-files), [edit](/articles/editing-files), [rename](/articles/renaming-a-file), [move](/articles/moving-a-file-to-a-new-location), or [delete](/github/managing-files-in-a-repository/deleting-files-in-a-repository) files. 3. [Send a pull request](/articles/creating-a-pull-request) from your branch with your proposed changes to kick off a discussion. 4. Make changes on your branch as needed. Your pull request will update automatically. 5. [Merge the pull request](/articles/merging-a-pull-request) once the branch is ready to be merged. diff --git a/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md b/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md index 2200537d9d..e4619e0a4c 100644 --- a/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md +++ b/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md @@ -74,7 +74,7 @@ When you search by a family license, your results will include all licenses in t ### Detecting a license -[The open source Ruby gem Licensee](https://github.com/benbalter/licensee) compares the repository's *LICENSE* file to a short list of known licenses. Licensee also provides the [Licenses API](/rest/reference/licenses) and [gives us insight into how repositories on {% data variables.product.product_name %} are licensed](https://github.com/blog/1964-open-source-license-usage-on-github-com). If your repository is using a license that isn't listed on the [Choose a License website](http://choosealicense.com/appendix/), you can [request including the license](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license). +[The open source Ruby gem Licensee](https://github.com/licensee/licensee) compares the repository's *LICENSE* file to a short list of known licenses. Licensee also provides the [Licenses API](/rest/reference/licenses) and [gives us insight into how repositories on {% data variables.product.product_name %} are licensed](https://github.com/blog/1964-open-source-license-usage-on-github-com). If your repository is using a license that isn't listed on the [Choose a License website](http://choosealicense.com/appendix/), you can [request including the license](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license). If your repository is using a license that is listed on the Choose a License website and it's not displaying clearly at the top of the repository page, it may contain multiple licenses or other complexity. To have your license detected, simplify your *LICENSE* file and note the complexity somewhere else, such as your repository's *README* file. diff --git a/content/github/developing-online-with-codespaces/about-codespaces.md b/content/github/developing-online-with-codespaces/about-codespaces.md index 6c0e0d29f1..2413aeac6d 100644 --- a/content/github/developing-online-with-codespaces/about-codespaces.md +++ b/content/github/developing-online-with-codespaces/about-codespaces.md @@ -38,6 +38,8 @@ Each developer can create one or more codespace for any public repository, or fo {% data reusables.codespaces.about-personalization %} For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account)." +You can configure settings to add encrypted secrets, enable GPG verification, and allow codespaces to access other repositories. For more information, see "[Managing encrypted secrets for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces)", "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)", and "[Managing access and security for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces)." + {% data reusables.codespaces.you-can-see-all-your-codespaces %} {% data reusables.codespaces.beta-functionality-limited %} diff --git a/content/github/developing-online-with-codespaces/index.md b/content/github/developing-online-with-codespaces/index.md index d53f3e92fb..1ec4ada121 100644 --- a/content/github/developing-online-with-codespaces/index.md +++ b/content/github/developing-online-with-codespaces/index.md @@ -19,6 +19,9 @@ versions: {% link_in_list /creating-a-codespace %} {% link_in_list /developing-in-a-codespace %} {% link_in_list /personalizing-codespaces-for-your-account %} +{% link_in_list /managing-encrypted-secrets-for-codespaces %} +{% link_in_list /managing-access-and-security-for-codespaces %} +{% link_in_list /managing-gpg-verification-for-codespaces %} {% link_in_list /deleting-a-codespace %} {% link_in_list /troubleshooting-your-codespace %} {% link_in_list /using-codespaces-in-visual-studio-code %} diff --git a/content/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces.md b/content/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces.md new file mode 100644 index 0000000000..a364ad3050 --- /dev/null +++ b/content/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces.md @@ -0,0 +1,41 @@ +--- +title: Managing access and security for Codespaces +intro: You can manage the repositories that codespaces can access. +product: '{% data reusables.gated-features.codespaces %}' +versions: + free-pro-team: '*' +--- + +{% note %} + +**Note:** Access and security for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change. + +{% endnote %} + +### Managing security and access for your user account + +When you enable access and security for a repository owned by your user account, any codespaces you create for that repository will have read and write permissions to all other repositories you own. You can enable access and security for none of your repositories, all of your repositories, or specific repositories. You should only enable access and security for repositories you trust. + +{% data reusables.user_settings.access_settings %} +{% data reusables.user_settings.codespaces-tab %} +1. Under "Access and security", select the setting you want for your user account. + ![Radio buttons to manage trusted repositories](/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png) +1. If you chose "Selected repositories", select the drop-down menu, then click a repository to allow the repository's codespaces to access other repositories you own. Repeat for all repositories whose codespaces you want to access other repositories you own. + !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png) + +### Managing security and access for your organization + +Organization owners can manage security and access for {% data variables.product.prodname_codespaces %}. + +When you enable access and security for a repository owned by your organization, any codespaces that are created for that repository will have read and write permissions to all other repositories the organization owns. You can enable access and security for none of your organization's repositories, all of your organization's repositories, or specific repositories. You should only enable access and security for repositories you trust. + +{% data reusables.profile.access_profile %} +{% data reusables.profile.access_org %} +{% data reusables.organizations.org_settings %} +{% data reusables.organizations.click-codespaces %} +5. To approve of the [pre-release program terms of service](/github/site-policy/github-pre-release-program) on behalf of your organization and enable {% data variables.product.prodname_codespaces %}, under "User permissions", select **Selected users**, then type the username for each person to grant access to. Repeat for all users who you want to have access to your organization's codespaces. + ![Radio button for "Selected users"](/assets/images/help/organizations/select-selected-users-radio-button.png) +1. Under "Access and security", select the setting you want for your organization. + ![Radio buttons to manage trusted repositories](/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png) +1. If you chose "Selected repositories", select the drop-down menu, then click a repository to allow the repository's codespaces to access other repositories owned by your organization. Repeat for all repositories whose codespaces you want to access other repositories. + !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png) diff --git a/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md new file mode 100644 index 0000000000..82ab059334 --- /dev/null +++ b/content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md @@ -0,0 +1,60 @@ +--- +title: Managing encrypted secrets for Codespaces +intro: You can store sensitive information, like tokens, that you want to access in your codespaces via environment variables. +product: '{% data reusables.gated-features.codespaces %}' +versions: + free-pro-team: '*' +--- + +{% note %} + +**Note:** Encrypted secrets for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change. + +{% endnote %} + +### About encrypted secrets for {% data variables.product.prodname_codespaces %} + +You can add encrypted secrets to your user account that you want to use in your codespaces. For example, you may want to store and access the following sensitive information as encrypted secrets. + +- Personal access tokens to cloud services +- Service principals +- Subscription identifiers + +You can choose which repositories should have access to each secret. Then, you can use the secret in any codespace you create for a repository that has access to the secret. + +### Adding a secret + +{% data reusables.user_settings.access_settings %} +{% data reusables.user_settings.codespaces-tab %} +1. To the right of "Codespaces secrets", click **New secret**. + !["New secret" button](/assets/images/help/settings/codespaces-new-secret-button.png) +1. Under "Name", type a name for your secret. + !["Name" textbox](/assets/images/help/settings/codespaces-secret-name-field.png) +{% data reusables.user_settings.codespaces-secret-value %} +{% data reusables.user_settings.codespaces-secret-repository-access %} +1. Click **Add secret**. + +### Editing a secret + +You can update the value of an existing secret, and you can change which repositories can access a secret. + +{% data reusables.user_settings.access_settings %} +{% data reusables.user_settings.codespaces-tab %} +1. Under "Codespaces secrets", to the right of the secret you want to edit, click **Update**. + !["Update" button](/assets/images/help/settings/codespaces-secret-update-button.png) +1. Under "Value", click **enter a new value**. + !["enter a new value" link](/assets/images/help/settings/codespaces-secret-update-value-text.png) +{% data reusables.user_settings.codespaces-secret-value %} +{% data reusables.user_settings.codespaces-secret-repository-access %} +1. Optionally, to remove the secret's access to a repository, deselect the repository. + ![Checkboxes to remove access to repositories](/assets/images/help/settings/codespaces-secret-repository-checkboxes.png) +1. Click **Save changes**. + +### Deleting a secret + +{% data reusables.user_settings.access_settings %} +{% data reusables.user_settings.codespaces-tab %} +1. Under "Codespaces secrets", to the right of the secret you want to delete, click **Delete**. + !["Delete" button](/assets/images/help/settings/codespaces-secret-delete-button.png) +1. Read the warning, then click **OK**. + ![Confirmation to delete secret](/assets/images/help/settings/codespaces-secret-delete-warning.png) diff --git a/content/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces.md b/content/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces.md new file mode 100644 index 0000000000..41c3420829 --- /dev/null +++ b/content/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces.md @@ -0,0 +1,22 @@ +--- +title: Managing GPG verification for Codespaces +intro: You can allow {% data variables.product.company_short %} to automatically use GPG to sign commits you make in your codespaces, so other people can be confident that the changes come from a trusted source. +product: '{% data reusables.gated-features.codespaces %}' +versions: + free-pro-team: '*' +--- + +{% note %} + +**Note:** GPG verification for {% data variables.product.prodname_codespaces %} is currently in beta and subject to change. + +{% endnote %} + +After you enable GPG verification, {% data variables.product.company_short %} will automatically sign commits you make in {% data variables.product.prodname_codespaces %}, and the commits will have a verified status on {% data variables.product.product_name %}. By default, GPG verification is disabled for codespaces you create. You can choose to allow GPG verification for all repositories or specific repositories. Only enable GPG verification for repositories that you trust. For more information about {% data variables.product.product_name %}-signed commits, see "[About commit signature verification](/github/authenticating-to-github/about-commit-signature-verification)." + +{% data reusables.user_settings.access_settings %} +{% data reusables.user_settings.codespaces-tab %} +1. Under "GPG verification", select the setting you want for GPG verification. + ![Radio buttons to manage GPG verification](/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png) +1. If you chose "Selected repositories", select the drop-down menu, then click a repository you want enable GPG verification for. Repeat for all repositories you want to enable GPG verification for. + !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png) diff --git a/content/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account.md b/content/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account.md index e157b686f5..2539fd6762 100644 --- a/content/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account.md +++ b/content/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account.md @@ -40,6 +40,7 @@ For more information, see [Personalizing](https://docs.microsoft.com/visualstudi {% endnote %} +You can also configure settings for your user account to add encrypted secrets, enable GPG verification, and allow your codespaces to access other repositories. For more information, see "[Managing encrypted secrets for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces)", "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)", and "[Managing access and security for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces)." ### Further reading diff --git a/content/github/managing-files-in-a-repository/deleting-files-in-a-repository.md b/content/github/managing-files-in-a-repository/deleting-files-in-a-repository.md new file mode 100644 index 0000000000..40bcfcc02e --- /dev/null +++ b/content/github/managing-files-in-a-repository/deleting-files-in-a-repository.md @@ -0,0 +1,43 @@ +--- +title: Deleting files in a repository +intro: 'You can delete an individual file{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} or an entire directory{% endif %} in your repository on {% data variables.product.product_name %}.' +redirect_from: + - /articles/deleting-files + - /github/managing-files-in-a-repository/deleting-files + - /github/managing-files-in-a-repository/deleting-a-file-or-directory +versions: + free-pro-team: '*' + enterprise-server: '*' + github-ae: '*' +permissions: People with write permissions can delete files{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} or directories{% endif %} in a repository. +--- + +### About file{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} and directory{% endif %} deletion + +You can delete an individual file in your repository{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} or an entire directory, including all the files in the directory{% endif %}. + +If you try to delete a file{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} or directory{% endif %} in a repository that you don’t have write permissions to, we'll fork the project to your user account and help you send a pull request to the original repository after you commit your change. For more information, see "[About pull requests](/github/collaborating-with-issues-and-pull-requests/about-pull-requests)." + +If the file{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} or directory{% endif %} you deleted contains sensitive data, the data will still be available in the repository's Git history. To completely remove the file from {% data variables.product.product_name %}, you must remove the file from your repository's history. For more information, see "[Removing sensitive data from a repository](/github/authenticating-to-github/removing-sensitive-data-from-a-repository)." + +### Deleting a file + +1. Browse to the file in your repository that you want to delete. +2. At the top of the file, click {% octicon "trashcan" aria-label="The trashcan icon" %}. +{% data reusables.files.write_commit_message %} +{% data reusables.files.choose-commit-email %} +{% data reusables.files.choose_commit_branch %} +{% data reusables.files.propose_file_change %} + +{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} +### Deleting a directory + +1. Browse to the directory in your repository that you want to delete. +1. In the top-right corner, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Delete directory**. + ![Button to delete a directory](/assets/images/help/repository/delete-directory-button.png) +1. Review the files you will delete. +{% data reusables.files.write_commit_message %} +{% data reusables.files.choose-commit-email %} +{% data reusables.files.choose_commit_branch %} +{% data reusables.files.propose_file_change %} +{% endif %} \ No newline at end of file diff --git a/content/github/managing-files-in-a-repository/deleting-files.md b/content/github/managing-files-in-a-repository/deleting-files.md deleted file mode 100644 index d527c18f0f..0000000000 --- a/content/github/managing-files-in-a-repository/deleting-files.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Deleting files -intro: 'You can delete any file within your repositories on {% data variables.product.product_name %}.' -redirect_from: - - /articles/deleting-files -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -{% tip %} - -**Tip**: If you try to delete a file in a repository that you don’t have access to, we'll fork the project to your user account and help you send [a pull request](/articles/about-pull-requests) to the original repository after you commit your change. - -{% endtip %} - -1. Browse to the file in your repository that you want to delete. -2. At the top of the file, click {% octicon "trashcan" aria-label="The trashcan icon" %}. -{% data reusables.files.write_commit_message %} -{% data reusables.files.choose-commit-email %} -{% data reusables.files.choose_commit_branch %} -{% data reusables.files.propose_file_change %} - -{% danger %} - -**Attention**: Since Git is a version control system, it always has your back if you need to recover the file later. If you really, *really* need to **completely** remove a file from a repository for some reason, such as a sensitive file that was accidentally committed, you should follow the steps in [our article about removing sensitive data](/articles/removing-sensitive-data-from-a-repository). - -{% enddanger %} diff --git a/content/github/managing-files-in-a-repository/index.md b/content/github/managing-files-in-a-repository/index.md index d1765daf5e..faf07b3fb4 100644 --- a/content/github/managing-files-in-a-repository/index.md +++ b/content/github/managing-files-in-a-repository/index.md @@ -21,7 +21,7 @@ versions: {% link_in_list /editing-files-in-your-repository %} {% link_in_list /editing-files-in-another-users-repository %} {% link_in_list /tracking-changes-in-a-file %} - {% link_in_list /deleting-files %} + {% link_in_list /deleting-files-in-a-repository %} {% link_in_list /renaming-a-file %} {% link_in_list /getting-permanent-links-to-files %} {% topic_link_in_list /managing-files-using-the-command-line %} diff --git a/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md index bd5e816583..38f960342f 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md @@ -127,7 +127,8 @@ In addition to managing organization-level settings, organization owners have ad | [Convert issues to discussions in bulk](/discussions/managing-discussions-for-your-community/managing-discussions-in-your-repository) | | | **X** | **X** | **X** | | [Lock and unlock discussions](/discussions/managing-discussions-for-your-community/moderating-discussions) | | **X** | **X** | **X** | **X** | | [Individually convert issues to discussions](/discussions/managing-discussions-for-your-community/moderating-discussions) | | **X** | **X** | **X** | **X** | -| [Create new discussions and comment on existing discussions](/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion) | **X** | **X** | **X** | **X** | **X** |{% endif %} +| [Create new discussions and comment on existing discussions](/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion) | **X** | **X** | **X** | **X** | **X** | +| [Delete a discussion](/discussions/managing-discussions-for-your-community/managing-discussions-in-your-repository#deleting-a-discussion) | | | | **X** | **X** |{% endif %} ### Further reading diff --git a/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md b/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md index 7ca1e14b67..c175ed7288 100644 --- a/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md +++ b/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md @@ -39,20 +39,20 @@ You can use the `git show` command with the `--pretty=fuller` flag to check if t $ git show Your commit SHA number --pretty=fuller commit Your commit SHA number Author: octocat user email -AuthorDate: Wed Jul 13 02:02:30 2016 +0900 +AuthorDate: Tue Apr 03 02:02:30 2018 +0900 Commit: Sally Johnson user email -CommitDate: Wed Jul 20 06:25:08 2016 +0900 +CommitDate: Tue Apr 10 06:25:08 2018 +0900 ``` If the author and commit date are different, you can manually change the commit date in the URL to see the commit details. For example: -- This URL uses the author date of `2016-07-13`: +- This URL uses the author date of `2018-04-03`: - `https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-13T00:00:00Z&until=2016-07-13T23:59:59Z` -- This URL uses the commit date of `2016-07-19`: + `https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-03T00:00:00Z&until=2018-04-03T23:59:59Z` +- This URL uses the commit date of `2018-04-10`: - `https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-19T00:00:00Z&until=2016-07-19T23:59:59Z` + `https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-10T00:00:00Z&until=2018-04-10T23:59:59Z` When you open the URL with the modified commit date, you can see the commit details. diff --git a/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md b/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md index 6d69ad58e5..fd5e3d54d3 100644 --- a/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md +++ b/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md @@ -1,5 +1,6 @@ --- title: Amendment to GitHub Terms of Service Applicable to U.S. Federal Government Users +hidden: true redirect_from: - /articles/amendment-to-github-terms-of-service-applicable-to-government-users/ - /articles/proposed-amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users/ @@ -9,6 +10,8 @@ versions: free-pro-team: '*' --- +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ + {% tip %} This Amendment to GitHub's [Terms of Service](/articles/github-terms-of-service) applies only to users that are using GitHub on behalf of the United States federal government. If you are not using GitHub on behalf of the U.S. federal government, the standard [GitHub Terms of Service](/articles/github-terms-of-service) apply to you. diff --git a/content/github/site-policy/github-ae-data-protection-agreement.md b/content/github/site-policy/github-ae-data-protection-agreement.md index b73651630d..e00f06d287 100644 --- a/content/github/site-policy/github-ae-data-protection-agreement.md +++ b/content/github/site-policy/github-ae-data-protection-agreement.md @@ -1,12 +1,13 @@ --- title: GitHub AE Data Protection Agreement +hidden: true versions: free-pro-team: '*' redirect_from: - /github/site-policy/ghem-data-protection-addendum --- -Version Effective Date: November 1, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ ## INTRODUCTION diff --git a/content/github/site-policy/github-ae-product-specific-terms.md b/content/github/site-policy/github-ae-product-specific-terms.md index 52d39d2e38..22a6c51843 100644 --- a/content/github/site-policy/github-ae-product-specific-terms.md +++ b/content/github/site-policy/github-ae-product-specific-terms.md @@ -1,12 +1,13 @@ --- title: GitHub AE Product Specific Terms +hidden: true versions: free-pro-team: '*' redirect_from: - /github/site-policy/ghem-supplemental-terms-for-microsoft-volume-licensing --- -Version Effective Date: November 1, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ The Agreement consists of these GitHub AE Product Specific Terms, the General Terms that Customer accepted, and any additional terms GitHub or its Affiliates present when an order is placed. diff --git a/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md b/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md index db5e07aacf..97132a8cb5 100644 --- a/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md +++ b/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md @@ -1,11 +1,15 @@ --- title: GitHub Connect Addendum to the GitHub Enterprise License Agreement +hidden: true redirect_from: - /articles/github-com-connection-addendum-to-the-github-enterprise-license-agreement/ - /articles/github-connect-addendum-to-the-github-enterprise-license-agreement versions: free-pro-team: '*' --- + +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ + PLEASE READ THIS ADDENDUM CAREFULLY AS IT AMENDS THE TERMS OF YOUR ENTERPRISE LICENSE AGREEMENT WITH US AND SPECIFICALLY GOVERNS YOUR USE OF GITHUB CONNECT (AS DEFINED BELOW), UNLESS GITHUB (“WE” OR “US”) HAS EXECUTED A SEPARATE WRITTEN ADDENDUM WITH YOU FOR THAT PURPOSE. BY ACCESSING GITHUB CONNECT, YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS ADDENDUM. IF YOU ARE ENTERING INTO THIS ADDENDUM ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY (“CUSTOMER”), YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY TO BIND CUSTOMER TO THIS AGREEMENT. diff --git a/content/github/site-policy/github-data-protection-addendum.md b/content/github/site-policy/github-data-protection-addendum.md index aaae911d02..3f5ac90943 100644 --- a/content/github/site-policy/github-data-protection-addendum.md +++ b/content/github/site-policy/github-data-protection-addendum.md @@ -1,10 +1,11 @@ --- title: GitHub Data Protection Addendum +hidden: true versions: free-pro-team: '*' --- -Version Effective Date: September 9, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ ## INTRODUCTION diff --git a/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md b/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md index 7a9f7a4208..cb84c3c697 100644 --- a/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md +++ b/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md @@ -1,11 +1,14 @@ --- title: GitHub Enterprise Cloud Evaluation Agreement +hidden: true redirect_from: - /articles/github-enterprise-cloud-evaluation-agreement versions: free-pro-team: '*' --- +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ + THANK YOU FOR CHOOSING GITHUB FOR YOUR COMPANY'S BUSINESS NEEDS. PLEASE READ THESE TERMS CAREFULLY AS IT GOVERNS YOUR EVALUATION USE OF THE SERVICE, UNLESS GITHUB HAS EXECUTED A SEPARATE WRITTEN AGREEMENT WITH YOU FOR THAT PURPOSE. BY CLICKING ON THE "I AGREE" OR SIMILAR BUTTON OR BY ACCESSING THE SERVICE ON A TRIAL BASIS, YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS EVALUATION AGREEMENT. IF YOU ARE ENTERING INTO THIS EVALUATION AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY (HEREINAFTER REFERRED TO AS "**CUSTOMER**"), CUSTOMER REPRESENTS THAT IT HAS THE LEGAL AUTHORITY TO BIND THE COMPANY OR OTHER LEGAL ENTITY TO THIS EVALUATION AGREEMENT. ALSO, BY ACCEPTING THESE TERMS, CUSTOMER AGREES THAT IT HAS READ GITHUB'S PRIVACY STATEMENT. ### 1. Corporate Terms of Service diff --git a/content/github/site-policy/github-enterprise-server-license-agreement.md b/content/github/site-policy/github-enterprise-server-license-agreement.md index 994d0cb179..b790395cb5 100644 --- a/content/github/site-policy/github-enterprise-server-license-agreement.md +++ b/content/github/site-policy/github-enterprise-server-license-agreement.md @@ -1,12 +1,13 @@ --- title: GitHub Enterprise Server License Agreement +hidden: true redirect_from: - /articles/github-enterprise-server-license-agreement versions: free-pro-team: '*' --- -Effective Date: April 1, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ PLEASE READ THIS AGREEMENT CAREFULLY AS IT GOVERNS YOUR USE OF THE PRODUCTS (AS DEFINED BELOW), UNLESS WE HAVE EXECUTED A SEPARATE WRITTEN AGREEMENT WITH YOU FOR THAT PURPOSE. diff --git a/content/github/site-policy/github-enterprise-service-level-agreement.md b/content/github/site-policy/github-enterprise-service-level-agreement.md index 0c15945a8e..d2f6da48d3 100644 --- a/content/github/site-policy/github-enterprise-service-level-agreement.md +++ b/content/github/site-policy/github-enterprise-service-level-agreement.md @@ -1,5 +1,6 @@ --- title: GitHub Enterprise Service Level Agreement +hidden: true redirect_from: - /github-enterprise-cloud-addendum/ - /github-business-cloud-addendum/ @@ -7,6 +8,9 @@ redirect_from: versions: free-pro-team: '*' --- + +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ + **Short version:** GitHub guarantees a 99.9% quarterly uptime commitment for the applicable GitHub service (the “**Service Level**” or “**SLA**”). If GitHub does not meet the SLA, then Customer will be entitled to a service credit to Customer’s account (“**Service Credits**”). For definitions of each Service feature (“**Service Feature**”) and to review historical and current Uptime, visit the [GitHub Status Page](https://www.githubstatus.com/). Capitalized terms used but not defined in this SLA have the meaning assigned in Customer’s applicable agreement. diff --git a/content/github/site-policy/github-enterprise-subscription-agreement.md b/content/github/site-policy/github-enterprise-subscription-agreement.md index 18a526e52a..5d76608780 100644 --- a/content/github/site-policy/github-enterprise-subscription-agreement.md +++ b/content/github/site-policy/github-enterprise-subscription-agreement.md @@ -1,5 +1,6 @@ --- title: GitHub Enterprise Subscription Agreement +hidden: true redirect_from: - /articles/github-enterprise-agreement/ - /articles/github-enterprise-subscription-agreement @@ -7,7 +8,7 @@ versions: free-pro-team: '*' --- -Version Effective Date: November 16, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ BY CLICKING THE "I AGREE" OR SIMILAR BUTTON OR BY USING ANY OF THE PRODUCTS (DEFINED BELOW), CUSTOMER ACCEPTS THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF CUSTOMER IS ENTERING INTO THIS AGREEMENT ON BEHALF OF A LEGAL ENTITY, CUSTOMER REPRESENTS THAT IT HAS THE LEGAL AUTHORITY TO BIND THE LEGAL ENTITY TO THIS AGREEMENT. diff --git a/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md b/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md index 523adeb925..340bc3de72 100644 --- a/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md +++ b/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md @@ -1,5 +1,6 @@ --- title: GitHub Supplemental Terms for Microsoft Volume Licensing +hidden: true redirect_from: - /articles/GitHub-Supplemental-Terms-for-Microsoft-Volume-Licensing/ - /articles/github-supplemental-terms-for-microsoft-volume-licensing @@ -7,7 +8,7 @@ versions: free-pro-team: '*' --- -Version Effective Date: July 20, 2020 +_These terms apply to Customers who licensed the Products prior to January 4, 2021._ The following GitHub Supplemental Terms (including any applicable Order Forms) supplement Customer's Microsoft volume licensing agreement ("**Microsoft Customer Agreement**") and, together with the Microsoft Customer Agreement, govern Customer's use of the Products (as defined below). The Microsoft Customer Agreement is incorporated herein by this reference. Capitalized terms used but not defined in these supplemental terms have the meanings assigned to them in the Microsoft Customer Agreement. diff --git a/content/packages/guides/connecting-a-repository-to-a-container-image.md b/content/packages/guides/connecting-a-repository-to-a-container-image.md index 051f92283a..826a9327af 100644 --- a/content/packages/guides/connecting-a-repository-to-a-container-image.md +++ b/content/packages/guides/connecting-a-repository-to-a-container-image.md @@ -33,11 +33,11 @@ https://github.com/monalisa/hello_docker 1. In your Dockerfile, add this line, replacing `OWNER` and `REPO` with your details: ```shell - LABEL org.opencontainers.image.source https://github.com/OWNER/REPO + LABEL org.opencontainers.image.source=https://github.com/OWNER/REPO ``` For example, if you're the user `monalisa` and own `my-repo`, you would add this line to your Dockerfile: ```shell - LABEL org.opencontainers.image.source https://github.com/monalisa/my-repo + LABEL org.opencontainers.image.source=https://github.com/monalisa/my-repo ``` For more information, see "[LABEL](https://docs.docker.com/engine/reference/builder/#label)" in the official Docker documentation and "[Pre-defined Annotation Keys](https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys)" in the `opencontainers/image-spec` repository. diff --git a/content/rest/overview/api-previews.md b/content/rest/overview/api-previews.md index 6ddbdbf669..e4f5ef4da8 100644 --- a/content/rest/overview/api-previews.md +++ b/content/rest/overview/api-previews.md @@ -80,17 +80,6 @@ Manage [projects](/rest/reference/projects). **Custom media type:** `cloak-preview` **Announced:** [2017-01-05](https://developer.github.com/changes/2017-01-05-commit-search-api/) -{% if currentVersion == "free-pro-team@latest" %} -### User blocking - -Users can [block other users](/rest/reference/users#blocking). Organizations can [block users](/rest/reference/orgs#blocking), too. - -**Custom media type:** `giant-sentry-fist-preview` -**Announced:** [2011-05-31](https://github.com/blog/862-block-the-bullies) -**Update 1:** [2016-04-04](https://github.com/blog/2146-organizations-can-now-block-abusive-users) -**Update 2:** [2016-08-17](https://github.com/blog/2229-see-the-users-you-ve-blocked-on-your-settings-page) -{% endif %} - ### Repository topics View a list of [repository topics](/articles/about-topics/) in [calls](/rest/reference/repos) that return repository results. diff --git a/content/rest/overview/libraries.md b/content/rest/overview/libraries.md index 58fbc8b43d..6f9b745297 100644 --- a/content/rest/overview/libraries.md +++ b/content/rest/overview/libraries.md @@ -120,7 +120,7 @@ Library name | Repository **sanction**|[demianbrecht/sanction](https://github.com/demianbrecht/sanction) **agithub**|[jpaugh/agithub](https://github.com/jpaugh/agithub) **octohub**|[turnkeylinux/octohub](https://github.com/turnkeylinux/octohub) -**github-flask**|[github-flask (Oficial Website)](http://github-flask.readthedocs.org) +**github-flask**|[github-flask (Official Website)](http://github-flask.readthedocs.org) **torngithub**|[jkeylu/torngithub](https://github.com/jkeylu/torngithub) ### Ruby diff --git a/crowdin.yml b/crowdin.yml index abbc79bf19..df3cee19ae 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -4,6 +4,16 @@ files: ignore: - '/content/README.md' - '/content/early-access' + - '/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md' + - '/content/github/site-policy/github-enterprise-service-level-agreement.md' + - '/content/github/site-policy/github-enterprise-server-license-agreement.md' + - '/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md' + - '/content/github/site-policy/github-ae-product-specific-terms.md' + - '/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md' + - '/content/github/site-policy/github-enterprise-subscription-agreement.md' + - '/content/github/site-policy/github-data-protection-addendum.md' + - '/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md' + - '/content/github/site-policy/github-ae-data-protection-agreement.md' - source: /data/**/*.yml translation: /translations/%locale%/%original_path%/%original_file_name% - source: /data/**/*.md diff --git a/data/learning-tracks/actions.yml b/data/learning-tracks/actions.yml new file mode 100644 index 0000000000..ee75a5d27e --- /dev/null +++ b/data/learning-tracks/actions.yml @@ -0,0 +1,56 @@ +getting_started: + title: 'Get started with {% data variables.product.prodname_actions %}' + description: 'Discover the possibilities of {% data variables.product.prodname_actions %} by creating your first workflow.' + guides: + - /actions/learn-github-actions/introduction-to-github-actions + - /actions/learn-github-actions/finding-and-customizing-actions + - /actions/learn-github-actions/essential-features-of-github-actions + - /actions/learn-github-actions/managing-complex-workflows + - /actions/learn-github-actions/security-hardening-for-github-actions +continuous_integration: + title: 'Build and test code' + description: 'You can create custom continuous integration (CI) workflows right in your repository.' + guides: + - /actions/guides/about-continuous-integration + - /actions/guides/setting-up-continuous-integration-using-workflow-templates + - /actions/guides/about-service-containers + - /actions/guides/building-and-testing-nodejs + - /actions/guides/building-and-testing-powershell + - /actions/guides/building-and-testing-python + - /actions/guides/building-and-testing-ruby + - /actions/guides/building-and-testing-java-with-maven + - /actions/guides/building-and-testing-java-with-gradle + - /actions/guides/building-and-testing-java-with-ant +continuous_deployment: + title: 'Automate your deployments' + description: 'Learn how to automate release publishing for your project with a custom continuous deployment (CD) workflow in {% data variables.product.prodname_actions %}.' + guides: + - /actions/guides/about-packaging-with-github-actions + - /actions/guides/publishing-nodejs-packages + - /actions/guides/publishing-java-packages-with-maven + - /actions/guides/publishing-java-packages-with-gradle + - /actions/guides/publishing-docker-images +hosting_your_own_runners: + title: 'Host your own runners' + description: 'You can create self-hosted runners to run workflows in a highly customizable environment.' + guides: + - /actions/hosting-your-own-runners/about-self-hosted-runners + - /actions/hosting-your-own-runners/adding-self-hosted-runners + - /actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service + - /actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners + - /actions/hosting-your-own-runners/using-labels-with-self-hosted-runners + - /actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow + - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups + - /actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners +create_actions: + title: 'Create an action' + description: 'Do you have an idea for a new action? Have you built something custom for your project? Learn how to build shareable actions and publish them to GitHub Marketplace.' + guides: + - /actions/creating-actions/about-actions + - /actions/creating-actions/creating-a-docker-container-action + - /actions/creating-actions/creating-a-javascript-action + - /actions/creating-actions/creating-a-composite-run-steps-action + - /actions/creating-actions/metadata-syntax-for-github-actions + - /actions/creating-actions/dockerfile-support-for-github-actions + - /actions/creating-actions/setting-exit-codes-for-actions + - /actions/creating-actions/publishing-actions-in-github-marketplace diff --git a/data/release-notes/2-22/0.yml b/data/release-notes/2-22/0.yml index 9fc838cbe5..97b50038a4 100644 --- a/data/release-notes/2-22/0.yml +++ b/data/release-notes/2-22/0.yml @@ -5,7 +5,7 @@ sections: - heading: GitHub Actions Beta notes: - | - [GitHub Actions](https://github.com/features/actions) is a powerful, flexible solution for CI/CD and workflow automation. GitHub Actions on Enteprise Server includes tools to help you manage the service, including key metrics in the Management Console, audit logs and access controls to help you control the roll out. + [GitHub Actions](https://github.com/features/actions) is a powerful, flexible solution for CI/CD and workflow automation. GitHub Actions on Enterprise Server includes tools to help you manage the service, including key metrics in the Management Console, audit logs and access controls to help you control the roll out. You will need to provide your own [storage](https://docs.github.com/en/enterprise/2.22/admin/github-actions/enabling-github-actions-and-configuring-storage) and runners for GitHub Actions. AWS S3, Azure Blob Storage and MinIO are supported. Please review the [updated minimum requirements for your platform](https://docs.github.com/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) before you turn on GitHub Actions. To learn more, contact the GitHub Sales team or [sign up for the beta](https://resources.github.com/beta-signup/). {% comment %} https://github.com/github/releases/issues/775 {% endcomment %} diff --git a/data/reusables/actions/workflow-template-overview.md b/data/reusables/actions/workflow-template-overview.md new file mode 100644 index 0000000000..a08dedbf2a --- /dev/null +++ b/data/reusables/actions/workflow-template-overview.md @@ -0,0 +1,3 @@ +{% data variables.product.prodname_dotcom %} provides preconfigured workflow templates that you can customize to create your own continuous integration workflow. {% data variables.product.product_name %} analyzes your code and shows you CI templates that might be useful for your repository. For example, if your repository contains Node.js code, you'll see suggestions for Node.js projects. You can use workflow templates as a starting place to build your custom workflow or use them as-is. + +You can browse the full list of workflow templates in the {% if currentVersion == "free-pro-team@latest" %}[actions/starter-workflows](https://github.com/actions/starter-workflows) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.product_location %}{% endif %}. diff --git a/data/reusables/organizations/can-require-ssh-cert.md b/data/reusables/organizations/can-require-ssh-cert.md index 6da3776323..1ed5f3afb9 100644 --- a/data/reusables/organizations/can-require-ssh-cert.md +++ b/data/reusables/organizations/can-require-ssh-cert.md @@ -1 +1 @@ -You can require that members use SSH certificates to access organization resources,, unless SSH is disabled in your repository. +You can require that members use SSH certificates to access organization resources, unless SSH is disabled in your repository. diff --git a/data/reusables/organizations/click-codespaces.md b/data/reusables/organizations/click-codespaces.md new file mode 100644 index 0000000000..6e5dcf3e41 --- /dev/null +++ b/data/reusables/organizations/click-codespaces.md @@ -0,0 +1,2 @@ +1. In the left sidebar, click **Codespaces**. +!["Codespaces" tab in left sidebar](/assets/images/help/organizations/codespaces-sidebar-tab.png) diff --git a/data/reusables/user_settings/codespaces-secret-repository-access.md b/data/reusables/user_settings/codespaces-secret-repository-access.md new file mode 100644 index 0000000000..5fb6bc49ee --- /dev/null +++ b/data/reusables/user_settings/codespaces-secret-repository-access.md @@ -0,0 +1,2 @@ +1. Select the "Repository access" drop-down menu, then click a repository you want to have access to the secret. Repeat for every repository you want to have access to the secret. + !["Repository access" drop-down menu](/assets/images/help/settings/codespaces-secret-repository-access-drop-down.png) \ No newline at end of file diff --git a/data/reusables/user_settings/codespaces-secret-value.md b/data/reusables/user_settings/codespaces-secret-value.md new file mode 100644 index 0000000000..9f19b0d20c --- /dev/null +++ b/data/reusables/user_settings/codespaces-secret-value.md @@ -0,0 +1,2 @@ +1. Under "Value", type the value of your secret. + !["Value" textbox](/assets/images/help/settings/codespaces-secret-value-field.png) \ No newline at end of file diff --git a/data/reusables/user_settings/codespaces-tab.md b/data/reusables/user_settings/codespaces-tab.md new file mode 100644 index 0000000000..631477d1d7 --- /dev/null +++ b/data/reusables/user_settings/codespaces-tab.md @@ -0,0 +1,2 @@ +1. In the left sidebar, click **Codespaces**. +![Codespaces tab in the user settings sidebar](/assets/images/help/settings/codespaces-tab.png) \ No newline at end of file diff --git a/data/ui.yml b/data/ui.yml index 72318099aa..18d2e37e7b 100644 --- a/data/ui.yml +++ b/data/ui.yml @@ -142,3 +142,15 @@ product_landing: quick_start: Quickstart reference_guides: Reference guides overview: Overview +product_sublanding: + start: Start + start_path: Start path + learning_paths: Learning paths + learning_paths_desc: Learning paths are a collection of guides that help you master a particular subject. + more_guides: more guides + guideTypes: + overview: Overview + quick_start: Quickstart + tutorial: Tutorial + how_to: How-to guide + reference: Reference diff --git a/includes/article.html b/includes/article.html index 1d8d315b3f..52d1d4104a 100644 --- a/includes/article.html +++ b/includes/article.html @@ -1,4 +1,4 @@ -
+
{% include article-version-switcher %}
@@ -48,7 +48,7 @@
{% if miniTocItems.size > 1 %} -

{% data ui.pages.miniToc %}

+

{% data ui.pages.miniToc %}

    {% for item in miniTocItems %}
  • {{ item.contents }}
  • @@ -70,4 +70,4 @@ {% unless page.hidden %}{% include contribution %}{% endunless %}
-
+ diff --git a/includes/contribution.html b/includes/contribution.html index e6409255d7..542ac5b104 100644 --- a/includes/contribution.html +++ b/includes/contribution.html @@ -1,6 +1,6 @@ {% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %}
-

{% data ui.contribution_cta.title %}

+

{% data ui.contribution_cta.title %}

{% data ui.contribution_cta.body %}

{% octicon "git-pull-request" height="16" %} @@ -8,4 +8,4 @@

{% data ui.contribution_cta.or %} {% data ui.contribution_cta.to_guidelines %}

-{% endunless %} \ No newline at end of file +{% endunless %} diff --git a/includes/header-notification.html b/includes/header-notification.html index ed50ce780c..bdf22877d8 100644 --- a/includes/header-notification.html +++ b/includes/header-notification.html @@ -1,18 +1,20 @@ - -{% if currentLanguage != 'en' and page.relativePath contains '/site-policy/' %} +{% if currentLanguage != 'en' %} {% assign translation_notification_type = "true" %} - {% assign translation_notification = site.data.reusables.policies.translation %} - -{% elsif currentLanguage != 'en' && !languages[currentLanguage].wip %} - {% assign translation_notification_type = "true" %} - {% assign translation_notification = site.data.ui.header.notices.localization_complete %} + + {% if page.relativePath contains '/site-policy/' %} + {% assign translation_notification = site.data.reusables.policies.translation %} + + + {% elsif languages[currentLanguage].wip != true %} + {% assign translation_notification = site.data.ui.header.notices.localization_complete %} + + + {% elsif languages[currentLanguage].wip %} + {% assign translation_notification = site.data.ui.header.notices.localization_in_progress %} + {% endif %} - -{% elsif currentLanguage != 'en' && languages[currentLanguage].wip %} - {% assign translation_notification_type = "true" %} - {% assign translation_notification = site.data.ui.header.notices.localization_in_progress %} {% endif %} @@ -30,7 +32,7 @@ -{% if page.hidden %} +{% if page.hidden and page.relativePath contains "early-access/" %} {% assign early_access_notification_type = true %} {% assign early_access_notification = site.data.ui.header.notices.early_access %} {% endif %} @@ -38,6 +40,7 @@ {% if translation_notification_type %}
+ {{ currentLanguage }} {{ translation_notification }}
{% endif %} diff --git a/includes/header.html b/includes/header.html index 0ff6bc0131..150413af88 100644 --- a/includes/header.html +++ b/includes/header.html @@ -5,8 +5,8 @@
-
-