From bd202ac0ed69e12fb32d567f449cf6f2bfbcbbb6 Mon Sep 17 00:00:00 2001 From: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com> Date: Tue, 20 Apr 2021 02:18:44 +0530 Subject: [PATCH 1/3] replaced instances What is been changed? - The following instances: {% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} Is replaced with: {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} --- .../blocking-a-user-from-your-organization.md | 2 +- .../unblocking-a-user-from-your-organization.md | 2 +- .../viewing-users-who-are-blocked-from-your-organization.md | 2 +- .../limiting-interactions-in-your-organization.md | 2 +- ...plying-for-publisher-verification-for-your-organization.md | 2 +- .../restoring-a-deleted-repository.md | 2 +- .../managing-access-and-security-for-codespaces.md | 2 +- .../setting-up-a-trial-of-github-enterprise-cloud.md | 2 +- .../disabling-project-boards-in-your-organization.md | 2 +- .../adding-information-to-your-receipts.md | 2 +- .../adding-or-editing-a-payment-method.md | 2 +- .../canceling-a-github-marketplace-app.md | 4 ++-- ...ng-and-paying-for-an-organization-on-behalf-of-a-client.md | 3 +-- .../downgrading-git-large-file-storage.md | 1 - ...wngrading-the-billing-plan-for-a-github-marketplace-app.md | 1 - .../downgrading-your-github-subscription.md | 3 --- .../managing-your-spending-limit-for-github-actions.md | 1 - .../managing-your-spending-limit-for-github-packages.md | 1 - .../removing-a-payment-method.md | 1 - .../renewing-your-clients-paid-organization.md | 1 - .../setting-your-billing-email.md | 1 - .../upgrading-git-large-file-storage.md | 1 - ...upgrading-or-downgrading-your-clients-paid-organization.md | 2 -- ...upgrading-the-billing-plan-for-a-github-marketplace-app.md | 1 - .../upgrading-your-github-subscription.md | 3 --- ...ewing-and-managing-pending-changes-to-your-subscription.md | 1 - .../viewing-your-git-large-file-storage-usage.md | 1 - .../viewing-your-github-actions-usage.md | 1 - .../viewing-your-github-packages-usage.md | 1 - .../viewing-your-payment-history-and-receipts.md | 1 - .../viewing-your-subscriptions-and-billing-date.md | 1 - .../accessing-your-organizations-settings.md | 1 - .../managing-allowed-ip-addresses-for-your-organization.md | 4 ---- ...ng-security-and-analysis-settings-for-your-organization.md | 1 - ...equiring-two-factor-authentication-in-your-organization.md | 1 - .../restricting-email-notifications-to-an-approved-domain.md | 1 - .../reviewing-the-audit-log-for-your-organization.md | 1 - .../reviewing-your-organizations-installed-integrations.md | 1 - .../adding-github-app-managers-in-your-organization.md | 2 -- .../removing-github-app-managers-from-your-organization.md | 2 -- .../setting-base-permissions-for-an-organization.md | 1 - ...managing-your-organizations-ssh-certificate-authorities.md | 2 -- .../allowing-people-to-delete-issues-in-your-organization.md | 1 - ...he-visibility-of-your-organizations-dependency-insights.md | 1 - .../deleting-an-organization-account.md | 1 - ...abling-or-limiting-github-actions-for-your-organization.md | 4 ---- ...ng-default-labels-for-repositories-in-your-organization.md | 3 --- ...scussion-creation-for-repositories-in-your-organization.md | 1 - .../managing-scheduled-reminders-for-your-organization.md | 3 --- ...fault-branch-name-for-repositories-in-your-organization.md | 1 - ...naging-the-display-of-member-names-in-your-organization.md | 1 - .../managing-the-forking-policy-for-your-organization.md | 1 - ...publication-of-github-pages-sites-for-your-organization.md | 1 - ...naging-updates-from-accounts-your-organization-sponsors.md | 1 - .../renaming-an-organization.md | 1 - .../restricting-repository-creation-in-your-organization.md | 1 - ...ting-repository-visibility-changes-in-your-organization.md | 1 - .../setting-permissions-for-adding-outside-collaborators.md | 1 - ...g-permissions-for-deleting-or-transferring-repositories.md | 1 - .../setting-team-creation-permissions-in-your-organization.md | 1 - .../verifying-your-organizations-domain.md | 1 - .../adding-a-billing-manager-to-your-organization.md | 1 - .../removing-a-billing-manager-from-your-organization.md | 1 - ...g-your-organizations-saml-single-sign-on-recovery-codes.md | 1 - ...g-and-testing-saml-single-sign-on-for-your-organization.md | 1 - .../managing-team-synchronization-for-your-organization.md | 3 --- ...rating-admin-teams-to-improved-organization-permissions.md | 1 - .../disabling-team-discussions-for-your-organization.md | 1 - .../approving-oauth-apps-for-your-organization.md | 1 - ...o-a-previously-approved-oauth-app-for-your-organization.md | 1 - ...ing-oauth-app-access-restrictions-for-your-organization.md | 1 - ...ing-oauth-app-access-restrictions-for-your-organization.md | 1 - ...ring-access-control-and-visibility-for-container-images.md | 1 - .../packages/guides/enabling-improved-container-support.md | 1 - 74 files changed, 14 insertions(+), 96 deletions(-) diff --git a/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md b/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md index f56b66d2b4..f8f2db4d9e 100644 --- a/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md +++ b/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md @@ -55,7 +55,7 @@ In your organization's repositories, blocked users also cannot: ### Blocking a user in the organization settings 1. To block an organization member, first [remove the user](/articles/removing-a-member-from-your-organization) from the organization. -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.block_users %} diff --git a/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md b/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md index bbd44b1a6b..3cb869a6c2 100644 --- a/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md +++ b/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md @@ -29,7 +29,7 @@ If you selected a specific amount of time to block the user, they will be automa ### Unblocking a user in the organization settings -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.block_users %} diff --git a/content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md b/content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md index e0021c16b3..52bb3a8de8 100644 --- a/content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md +++ b/content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md @@ -10,7 +10,7 @@ topics: - community --- -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.block_users %} diff --git a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md index 044389b3ca..5012d28aed 100644 --- a/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md +++ b/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md @@ -28,7 +28,7 @@ Organization owners can also block users for a specific amount of time. After th ### Limiting interactions in your organization -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 1. In the organization settings sidebar, click **Moderation settings**. diff --git a/content/developers/github-marketplace/applying-for-publisher-verification-for-your-organization.md b/content/developers/github-marketplace/applying-for-publisher-verification-for-your-organization.md index d811ada581..1acdf60513 100644 --- a/content/developers/github-marketplace/applying-for-publisher-verification-for-your-organization.md +++ b/content/developers/github-marketplace/applying-for-publisher-verification-for-your-organization.md @@ -15,7 +15,7 @@ To offer paid plans for your app, the app must be owned by an organization and y ### Requesting publisher verification -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 1. In the left sidebar, click **Developer settings**. diff --git a/content/github/administering-a-repository/restoring-a-deleted-repository.md b/content/github/administering-a-repository/restoring-a-deleted-repository.md index 52e4b9e21e..ef5ad9dfd6 100644 --- a/content/github/administering-a-repository/restoring-a-deleted-repository.md +++ b/content/github/administering-a-repository/restoring-a-deleted-repository.md @@ -31,7 +31,7 @@ Restoring a repository will not restore release attachments or team permissions. ### Restoring a deleted repository that was owned by an organization -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.deleted-repos %} 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 index 1db7b63da3..78d18c12b9 100644 --- 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 @@ -31,7 +31,7 @@ Organization owners can manage security and access for {% data variables.product 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 %} diff --git a/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-cloud.md b/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-cloud.md index 3105c872d2..47f0e91b54 100644 --- a/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-cloud.md +++ b/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-cloud.md @@ -56,7 +56,7 @@ If you don't purchase {% data variables.product.prodname_enterprise %} or {% dat Downgrading to {% data variables.product.prodname_free_team %} for organizations also disables any SAML settings configured during the trial period. Once you purchase {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_team %}, your SAML settings will be enabled again for users in your organization to authenticate. -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md b/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md index e944f2866f..a4bc5b9d45 100644 --- a/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md +++ b/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md @@ -16,7 +16,7 @@ After you disable repository project boards in an organization, it won't be poss When you disable project boards, you will no longer see project board information in timelines or [audit logs](/articles/reviewing-the-audit-log-for-your-organization/). -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. Decide whether to disable organization-wide project boards, disable repository project boards in the organization, or both. Then, under "Projects": diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-information-to-your-receipts.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-information-to-your-receipts.md index 3f9b261206..a4e47defe0 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-information-to-your-receipts.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-information-to-your-receipts.md @@ -40,7 +40,7 @@ Your receipts include your {% data variables.product.prodname_dotcom %} subscrip {% endnote %} -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-or-editing-a-payment-method.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-or-editing-a-payment-method.md index dbdcb5afdd..18289dfdfe 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-or-editing-a-payment-method.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/adding-or-editing-a-payment-method.md @@ -37,7 +37,7 @@ We don't provide invoicing or support purchase orders for personal accounts. We If your organization is outside of the US or if you're using a corporate checking account to pay for {% data variables.product.product_name %}, PayPal could be a helpful method of payment. -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/canceling-a-github-marketplace-app.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/canceling-a-github-marketplace-app.md index 56f1b47629..664b0e7fc2 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/canceling-a-github-marketplace-app.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/canceling-a-github-marketplace-app.md @@ -37,7 +37,7 @@ When you cancel a free trial on a paid plan, your subscription is immediately ca {% data reusables.marketplace.marketplace-org-perms %} -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -49,7 +49,7 @@ When you cancel a free trial on a paid plan, your subscription is immediately ca {% data reusables.marketplace.marketplace-org-perms %} -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/creating-and-paying-for-an-organization-on-behalf-of-a-client.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/creating-and-paying-for-an-organization-on-behalf-of-a-client.md index c68cc1fd99..120021c9b3 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/creating-and-paying-for-an-organization-on-behalf-of-a-client.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/creating-and-paying-for-an-organization-on-behalf-of-a-client.md @@ -44,7 +44,7 @@ If you already have a personal {% data variables.product.prodname_dotcom %} user ### Step 3: Upgrade the organization to a yearly paid subscription -{% data reusables.profile.access_profile %} + {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -61,7 +61,6 @@ If you already have a personal {% data variables.product.prodname_dotcom %} user ### Step 4: Upgrade the number of paid seats in the organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-git-large-file-storage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-git-large-file-storage.md index d297c4ee39..d8bc38fc64 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-git-large-file-storage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-git-large-file-storage.md @@ -25,7 +25,6 @@ When you downgrade your number of data packs, your change takes effect on your n {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md index b9c50ec438..e2709e2a49 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-the-billing-plan-for-a-github-marketplace-app.md @@ -28,7 +28,6 @@ When you downgrade an app, your subscription remains active until the end of you {% data reusables.marketplace.marketplace-org-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription.md index cbc71c572f..b39018f9ef 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription.md @@ -47,7 +47,6 @@ If you downgrade your organization from {% data variables.product.prodname_team If you downgrade your organization from {% data variables.product.prodname_ghe_cloud %} to {% data variables.product.prodname_team %} or {% data variables.product.prodname_free_team %}, the account will lose access to advanced security, compliance, and deployment controls. {% data reusables.gated-features.more-info %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -62,7 +61,6 @@ If you downgrade your organization from {% data variables.product.prodname_ghe_c {% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[Switching your organization from per-repository to per-user pricing](/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription#switching-your-organization-from-per-repository-to-per-user-pricing)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -80,7 +78,6 @@ To reduce the number of paid seats your organization uses, you can remove member - "[Converting an organization member to an outside collaborator](/articles/converting-an-organization-member-to-an-outside-collaborator)" - "[Managing an individual's access to an organization repository](/articles/managing-an-individual-s-access-to-an-organization-repository)" -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions.md index 5c60d891b5..ef4b809ee4 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions.md @@ -36,7 +36,6 @@ Anyone can manage the spending limit for {% data variables.product.prodname_acti Organizations owners and billing managers can manage the spending limit for {% data variables.product.prodname_actions %} for an organization. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-packages.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-packages.md index e5fa4995f3..4148779d1f 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-packages.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-packages.md @@ -36,7 +36,6 @@ Anyone can manage the spending limit for {% data variables.product.prodname_regi Organizations owners and billing managers can manage the spending limit for {% data variables.product.prodname_registry %} for an organization. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md index f4bd005091..30cd9cb7a2 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/removing-a-payment-method.md @@ -35,7 +35,6 @@ If you're paying for your {% data variables.product.product_name %} subscription {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md index 77eb7a3166..533ab251d4 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/renewing-your-clients-paid-organization.md @@ -20,7 +20,6 @@ topics: ### Updating your organization's credit card -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md index ffe4d5ed49..908aea1f9b 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-your-billing-email.md @@ -28,7 +28,6 @@ Your organization's billing email is where {% data variables.product.product_nam {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. Under **Billing email**, type a valid email address. The email does not need to be unique to the organization account. diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-git-large-file-storage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-git-large-file-storage.md index cfaee9f15b..d663907411 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-git-large-file-storage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-git-large-file-storage.md @@ -24,7 +24,6 @@ topics: {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-or-downgrading-your-clients-paid-organization.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-or-downgrading-your-clients-paid-organization.md index 6ff83d7659..259305a018 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-or-downgrading-your-clients-paid-organization.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-or-downgrading-your-clients-paid-organization.md @@ -22,7 +22,6 @@ topics: ### Upgrading an organization's number of paid seats -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -35,7 +34,6 @@ After you add seats, the payment method on file for the organization will be cha ### Downgrading an organization's number of paid seats to free -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-the-billing-plan-for-a-github-marketplace-app.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-the-billing-plan-for-a-github-marketplace-app.md index b6647fe927..9a1275dfdd 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-the-billing-plan-for-a-github-marketplace-app.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-the-billing-plan-for-a-github-marketplace-app.md @@ -27,7 +27,6 @@ When you upgrade an app, your payment method is charged a prorated amount based {% data reusables.marketplace.marketplace-org-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription.md index cf968f72ed..4636783a1b 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription.md @@ -43,7 +43,6 @@ You can upgrade your organization from {% data variables.product.prodname_free_t {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -66,7 +65,6 @@ If you'd like to use an enterprise account with {% data variables.product.prodna If you'd like additional users to have access to your {% data variables.product.prodname_team %} organization's private repositories, you can purchase more seats anytime. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} @@ -79,7 +77,6 @@ If you'd like additional users to have access to your {% data variables.product. {% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-and-managing-pending-changes-to-your-subscription.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-and-managing-pending-changes-to-your-subscription.md index deef9231ef..8f9b84359d 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-and-managing-pending-changes-to-your-subscription.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-and-managing-pending-changes-to-your-subscription.md @@ -27,7 +27,6 @@ When you cancel a pending change, your subscription will not change on your next ### Viewing and managing pending changes to your organization's subscription -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md index 71811a02e0..4b2d61bc05 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-git-large-file-storage-usage.md @@ -24,7 +24,6 @@ topics: {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage.md index a9614ba2a4..82e6b9df4a 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage.md @@ -24,7 +24,6 @@ Anyone can view {% data variables.product.prodname_actions %} usage for their ow Organization owners and billing managers can view {% data variables.product.prodname_actions %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_actions %} usage in the organization billing page. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-packages-usage.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-packages-usage.md index 11fbf086b3..7faca407f0 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-packages-usage.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-packages-usage.md @@ -22,7 +22,6 @@ Anyone can view {% data variables.product.prodname_registry %} usage for their o Organization owners and billing managers can view {% data variables.product.prodname_registry %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_registry %} usage in the organization billing page. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-payment-history-and-receipts.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-payment-history-and-receipts.md index 5b7e84b959..7fb61e9574 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-payment-history-and-receipts.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-payment-history-and-receipts.md @@ -23,7 +23,6 @@ topics: {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md index a04c021853..2afca798ae 100644 --- a/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md +++ b/content/github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-subscriptions-and-billing-date.md @@ -23,7 +23,6 @@ topics: {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings.md b/content/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings.md index 77c054c4be..3b58a041f5 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings.md +++ b/content/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings.md @@ -28,6 +28,5 @@ topics: {% endif %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} diff --git a/content/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization.md b/content/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization.md index 07f45a891f..f97ee0d187 100644 --- a/content/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization.md @@ -26,7 +26,6 @@ You can also configure allowed IP addresses for the organizations in an enterpri ### Adding an allowed IP address -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -36,7 +35,6 @@ You can also configure allowed IP addresses for the organizations in an enterpri ### Enabling allowed IP addresses -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -46,7 +44,6 @@ You can also configure allowed IP addresses for the organizations in an enterpri ### Editing an allowed IP address -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -57,7 +54,6 @@ You can also configure allowed IP addresses for the organizations in an enterpri ### Deleting an allowed IP address -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization.md b/content/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization.md index 76c750732d..ff1230bc96 100644 --- a/content/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization.md @@ -23,7 +23,6 @@ topics: ### Displaying the security and analysis settings -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security-and-analysis %} diff --git a/content/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization.md b/content/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization.md index 282a76b677..5d3138a8e8 100644 --- a/content/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization.md @@ -42,7 +42,6 @@ Before you require use of two-factor authentication, we recommend notifying {% i ### Requiring two-factor authentication in your organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/keeping-your-organization-secure/restricting-email-notifications-to-an-approved-domain.md b/content/organizations/keeping-your-organization-secure/restricting-email-notifications-to-an-approved-domain.md index d4e2d5c231..3c57bcec52 100644 --- a/content/organizations/keeping-your-organization-secure/restricting-email-notifications-to-an-approved-domain.md +++ b/content/organizations/keeping-your-organization-secure/restricting-email-notifications-to-an-approved-domain.md @@ -23,7 +23,6 @@ If your organization is owned by an enterprise account, organization members wil ### Restricting email notifications to an approved domain -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.verified-domains %} diff --git a/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md b/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md index a34f22b84f..a7fe27f91e 100644 --- a/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md @@ -18,7 +18,6 @@ topics: The audit log lists events triggered by activities that affect your organization within the last 90 days. Only owners can access an organization's audit log. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.audit_log.audit_log_sidebar_for_org_admins %} diff --git a/content/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations.md b/content/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations.md index 751729a899..9a615f5c95 100644 --- a/content/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations.md +++ b/content/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations.md @@ -14,7 +14,6 @@ topics: - teams --- -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. In the left sidebar, click **Installed {% data variables.product.prodname_github_app %}s**. diff --git a/content/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization.md b/content/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization.md index 6f89ab06d6..fe3b6cfc95 100644 --- a/content/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization.md +++ b/content/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization.md @@ -17,7 +17,6 @@ For more information about {% data variables.product.prodname_github_app %} mana ### Giving someone the ability to manage all {% data variables.product.prodname_github_app %}s owned by the organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.github-apps-settings-sidebar %} @@ -26,7 +25,6 @@ For more information about {% data variables.product.prodname_github_app %} mana ### Giving someone the ability to manage an individual {% data variables.product.prodname_github_app %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.github-apps-settings-sidebar %} diff --git a/content/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization.md b/content/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization.md index d7b5fa1a25..cf250325ed 100644 --- a/content/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization.md +++ b/content/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization.md @@ -17,7 +17,6 @@ For more information about {% data variables.product.prodname_github_app %} mana ### Removing a {% data variables.product.prodname_github_app %} manager's permissions for the entire organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.github-apps-settings-sidebar %} @@ -26,7 +25,6 @@ For more information about {% data variables.product.prodname_github_app %} mana ### Removing a {% data variables.product.prodname_github_app %} manager's permissions for an individual {% data variables.product.prodname_github_app %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.github-apps-settings-sidebar %} diff --git a/content/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization.md b/content/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization.md index 2c22db47e3..57c92671d4 100644 --- a/content/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization.md +++ b/content/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization.md @@ -23,7 +23,6 @@ If someone with admin permissions to an organization's repository grants a membe ### Setting base permissions -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md b/content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md index 775efdaa45..e5c09a9f01 100644 --- a/content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md +++ b/content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md @@ -22,7 +22,6 @@ You can allow members to access your organization's repositories using SSH certi {% data reusables.organizations.add-extension-to-cert %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -31,7 +30,6 @@ You can allow members to access your organization's repositories using SSH certi ### Deleting an SSH certificate authority -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization.md b/content/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization.md index 203fa34c9d..38c6e3f5dd 100644 --- a/content/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization.md +++ b/content/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization.md @@ -17,7 +17,6 @@ By default, issues cannot be deleted in an organization's repositories. An organ Once enabled, organization owners and people with admin permissions in an organization-owned repository can delete issues. People with admin permissions in a repository include organization members and outside collaborators with admin privileges. For more information, see "[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization/)" and "[Deleting an issue](/articles/deleting-an-issue)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights.md b/content/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights.md index 353bd29d2e..49d112cb59 100644 --- a/content/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights.md +++ b/content/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights.md @@ -16,7 +16,6 @@ Organization owners can set limitations for viewing organization dependency insi Enterprise owners can set limitations for viewing organization dependency insights on all organizations in your enterprise account. For more information, see "[Enforcing a policy on dependency insights in your enterprise account](/articles/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/deleting-an-organization-account.md b/content/organizations/managing-organization-settings/deleting-an-organization-account.md index ba2ac612ec..2f8cac2ea9 100644 --- a/content/organizations/managing-organization-settings/deleting-an-organization-account.md +++ b/content/organizations/managing-organization-settings/deleting-an-organization-account.md @@ -28,7 +28,6 @@ Once you delete an organization, GitHub **cannot restore your content**. Therefo ### 2. Delete the organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. Near the bottom of the organization's settings page, click **Delete this Organization**. diff --git a/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md b/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md index ca813fdfe1..40eabfc8d0 100644 --- a/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md +++ b/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md @@ -27,7 +27,6 @@ Alternatively, you can enable {% data variables.product.prodname_actions %} for ### Managing {% data variables.product.prodname_actions %} permissions for your organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.settings-sidebar-actions %} @@ -51,7 +50,6 @@ You can disable all workflows for an organization or set a policy that configure {% endnote %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.settings-sidebar-actions %} @@ -63,7 +61,6 @@ You can disable all workflows for an organization or set a policy that configure {% data reusables.actions.allow-specific-actions-intro %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.settings-sidebar-actions %} @@ -80,7 +77,6 @@ You can disable all workflows for an organization or set a policy that configure #### Configuring the private fork policy for an organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.settings-sidebar-actions %} diff --git a/content/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization.md b/content/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization.md index 6392e569c0..d1a001aa9b 100644 --- a/content/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization.md @@ -19,7 +19,6 @@ Default labels are included in every new repository in your organization, but an ### Creating a default label -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} @@ -36,7 +35,6 @@ Default labels are included in every new repository in your organization, but an ### Editing a default label -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} @@ -52,7 +50,6 @@ Default labels are included in every new repository in your organization, but an ### Deleting a default label -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} diff --git a/content/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization.md b/content/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization.md index 6a193d77a0..3613f5fc1a 100644 --- a/content/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization.md @@ -17,7 +17,6 @@ topics: By default, organization members with read access can create discussions if a repository administrator or organization owner enables discussions for a repository owned by the organization. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization.md b/content/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization.md index 40031825db..16128c78c7 100644 --- a/content/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization.md @@ -19,7 +19,6 @@ Organization owners can schedule a reminder for one or more teams in their organ {% data reusables.reminders.scheduled-reminders-limitations %} ### Creating a scheduled reminder for an organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.reminders.scheduled-reminders %} @@ -44,7 +43,6 @@ Organization owners can schedule a reminder for one or more teams in their organ {% data reusables.reminders.create-reminder %} ### Managing a scheduled reminder for an organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.reminders.scheduled-reminders %} @@ -54,7 +52,6 @@ Organization owners can schedule a reminder for one or more teams in their organ {% data reusables.reminders.update-buttons %} ### Deleting a scheduled reminder for an organization -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.reminders.scheduled-reminders %} diff --git a/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md b/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md index e92f24b39b..0c474d544b 100644 --- a/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md @@ -23,7 +23,6 @@ If an enterprise owner has enforced a policy for the default branch name for you ### Setting the default branch name -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.repository-defaults %} diff --git a/content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md b/content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md index 792d2ee771..52eabb2569 100644 --- a/content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md @@ -20,7 +20,6 @@ Organization owners can manage the display of member names in an organization. Each organization member chooses their own profile name in their settings. For more information, see "[Personalizing your profile](/github/setting-up-and-managing-your-github-profile/personalizing-your-profile#changing-your-profile-name)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md b/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md index 705fe3f867..473e99a698 100644 --- a/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md @@ -21,7 +21,6 @@ If you allow forking of private{% if currentVersion == "free-pro-team@latest" or {% data reusables.organizations.internal-repos-enterprise %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization.md b/content/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization.md index 153a8dc7c0..86607df4c7 100644 --- a/content/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization.md @@ -21,7 +21,6 @@ If your organization uses {% data variables.product.prodname_ghe_cloud %}, you c If you disallow publication of {% data variables.product.prodname_pages %} sites, any sites that are already published will remain published. You can manually unpublish the site. For more information, see "[Unpublishing a {% data variables.product.prodname_pages %} site](/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %}{% if currentVersion == "free-pro-team@latest" %} diff --git a/content/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors.md b/content/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors.md index a3e01ff5a7..101b5f6405 100644 --- a/content/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors.md +++ b/content/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors.md @@ -17,7 +17,6 @@ The developers and organizations that your organization sponsors can send you up You can also disable updates from accounts your organization sponsors. For more information, see "[Managing your sponsorship](/github/supporting-the-open-source-community-with-github-sponsors/managing-your-sponsorship#managing-email-updates-for-your-sponsorship)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 1. Under "Sponsors update email (Private)", type the email address you want to receive updates from accounts your organization sponsors. diff --git a/content/organizations/managing-organization-settings/renaming-an-organization.md b/content/organizations/managing-organization-settings/renaming-an-organization.md index 238a4c1df0..e4d3f04b79 100644 --- a/content/organizations/managing-organization-settings/renaming-an-organization.md +++ b/content/organizations/managing-organization-settings/renaming-an-organization.md @@ -40,7 +40,6 @@ After changing your organization's name: ### Changing your organization's name -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. Near the bottom of the settings page, under "Rename organization", click **Rename Organization**. diff --git a/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md b/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md index 330971580a..52980df6f1 100644 --- a/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md +++ b/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md @@ -27,7 +27,6 @@ Organization owners can always create any type of repository. {% data reusables.organizations.internal-repos-enterprise %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization.md b/content/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization.md index f6beab6468..7701d446bd 100644 --- a/content/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization.md +++ b/content/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization.md @@ -22,7 +22,6 @@ You can restrict the ability to change repository visibility to organization own {% endwarning %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md b/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md index 266479e4f3..9408148d75 100644 --- a/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md +++ b/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md @@ -19,7 +19,6 @@ Organization owners, and members with admin privileges for a repository, can inv {% data reusables.organizations.outside-collaborators-use-seats %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories.md b/content/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories.md index ad92065f80..cdd3386aad 100644 --- a/content/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories.md +++ b/content/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories.md @@ -16,7 +16,6 @@ topics: Owners can set permissions for deleting or transferring repositories in an organization. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization.md b/content/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization.md index aef8790320..a772888e66 100644 --- a/content/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization.md +++ b/content/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization.md @@ -17,7 +17,6 @@ Organization owners can set team creation permissions. If you do not set team creation permissions, all organization members will be able to create teams by default. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.member-privileges %} diff --git a/content/organizations/managing-organization-settings/verifying-your-organizations-domain.md b/content/organizations/managing-organization-settings/verifying-your-organizations-domain.md index 196904f48c..b585952ac4 100644 --- a/content/organizations/managing-organization-settings/verifying-your-organizations-domain.md +++ b/content/organizations/managing-organization-settings/verifying-your-organizations-domain.md @@ -26,7 +26,6 @@ On {% data variables.product.prodname_ghe_cloud %}, after verifying ownership of ### Verifying your organization's domain -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.verified-domains %} diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md index f8b2075ce9..b164b9fd50 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md @@ -49,7 +49,6 @@ Billing managers **are not** able to: The invited person will receive an invitation email asking them to become a billing manager for your organization. Once the invited person clicks the accept link in their invitation email, they will automatically be added to the organization as a billing manager. If they don't already have a GitHub account, they will be directed to sign up for one, and they will be automatically added to the organization as a billing manager after they create an account. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization.md index aa6186ab70..bfe35dca5c 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization.md @@ -18,7 +18,6 @@ topics: {% endwarning %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.billing %} diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes.md index 1a5907b496..75b1fa0c5d 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes.md @@ -15,7 +15,6 @@ topics: Recovery codes should not be shared or distributed. We recommend saving them with a password manager such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/). -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md index e5084e8f26..e7f06b7372 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md @@ -20,7 +20,6 @@ If you enable but don't enforce SAML SSO, organization members who choose not to Prior to enforcing SAML SSO in your organization, ensure that you've set up your identity provider (IdP). For more information, see "[Preparing to enforce SAML single sign-on in your organization](/articles/preparing-to-enforce-saml-single-sign-on-in-your-organization)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md index a12f67af14..ff9a3fc313 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md @@ -46,7 +46,6 @@ You must authenticate to your organization using SAML SSO and the supported IdP. {% data reusables.identity-and-permissions.team-sync-azure-permissions %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -60,7 +59,6 @@ You must authenticate to your organization using SAML SSO and the supported IdP. {% data reusables.identity-and-permissions.team-sync-okta-requirements %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} @@ -75,7 +73,6 @@ You must authenticate to your organization using SAML SSO and the supported IdP. {% data reusables.identity-and-permissions.team-sync-disable %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.security %} diff --git a/content/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions.md b/content/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions.md index b29dc59631..0e3bd70a10 100644 --- a/content/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions.md +++ b/content/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions.md @@ -29,7 +29,6 @@ For more information, see "[Repository permission levels for an organization](/a ### Migrating all of your organization's legacy admin teams -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.teams_sidebar %} diff --git a/content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md b/content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md index 105a28d2bb..016f1eea8d 100644 --- a/content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md +++ b/content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md @@ -15,7 +15,6 @@ topics: {% data reusables.organizations.team-discussions-default %} For more information on team discussions, see "[About team discussions](/organizations/collaborating-with-your-team/about-team-discussions)." -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.teams_sidebar %} diff --git a/content/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization.md b/content/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization.md index dba9c81362..f88fa794fd 100644 --- a/content/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization.md +++ b/content/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization.md @@ -13,7 +13,6 @@ topics: --- When {% data variables.product.prodname_oauth_app %} access restrictions are enabled, organization members must [request approval](/articles/requesting-organization-approval-for-oauth-apps) from an organization owner before they can authorize an {% data variables.product.prodname_oauth_app %} that has access to the organization's resources. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.oauth_app_access %} diff --git a/content/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md b/content/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md index fb80c402af..71d314df2f 100644 --- a/content/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md +++ b/content/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md @@ -12,7 +12,6 @@ topics: - teams --- -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.oauth_app_access %} diff --git a/content/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization.md b/content/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization.md index 7423d3ee76..2931366cbf 100644 --- a/content/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization.md +++ b/content/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization.md @@ -18,7 +18,6 @@ topics: {% enddanger %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.oauth_app_access %} diff --git a/content/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization.md b/content/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization.md index 67c0d8748a..c4ec4b6ec2 100644 --- a/content/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization.md +++ b/content/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization.md @@ -23,7 +23,6 @@ topics: {% endwarning %} -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.oauth_app_access %} diff --git a/content/packages/guides/configuring-access-control-and-visibility-for-container-images.md b/content/packages/guides/configuring-access-control-and-visibility-for-container-images.md index e09845c7cc..220ec57fd5 100644 --- a/content/packages/guides/configuring-access-control-and-visibility-for-container-images.md +++ b/content/packages/guides/configuring-access-control-and-visibility-for-container-images.md @@ -93,7 +93,6 @@ A public package can be accessed anonymously without authentication. Once you ma You can choose the visibility of containers that organization members can publish by default. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. On the left, click **Packages**. diff --git a/content/packages/guides/enabling-improved-container-support.md b/content/packages/guides/enabling-improved-container-support.md index efa4e71bb3..49d828ec4b 100644 --- a/content/packages/guides/enabling-improved-container-support.md +++ b/content/packages/guides/enabling-improved-container-support.md @@ -28,7 +28,6 @@ To use {% data variables.product.prodname_github_container_registry %} within an Before organization owners or members can publish container images to {% data variables.product.prodname_github_container_registry %}, an organization owner must enable the feature preview for the organization. -{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} 4. On the left, click **Packages**. From 204a25ee440d9a934fabd60d78127ed74328c555 Mon Sep 17 00:00:00 2001 From: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com> Date: Tue, 20 Apr 2021 02:38:45 +0530 Subject: [PATCH 2/3] minor fix What changes have been made? Statement : 1.On the left side of your profile page, under "Organizations", click the icon for your organization. Replaced to: 1. In the top right corner of GitHub, click your profile photo, then click "Your Organizations". --- data/reusables/profile/access_org.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/profile/access_org.md b/data/reusables/profile/access_org.md index 3cba63228a..c056b9bb16 100644 --- a/data/reusables/profile/access_org.md +++ b/data/reusables/profile/access_org.md @@ -1,2 +1,2 @@ -1. On the left side of your profile page, under "Organizations", click the icon for your organization. +1. In the top right corner of GitHub, click your profile photo, then click "Your Organizations". ![organization icons](/assets/images/help/profile/profile_orgs_box.png) From 66dfc453b01c1a43739b2af1ebc6b4fc1fad0bd2 Mon Sep 17 00:00:00 2001 From: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com> Date: Tue, 20 Apr 2021 02:39:52 +0530 Subject: [PATCH 3/3] created org_settings.md file What changes have been made? - Created a org_settings.md file and added one statement. --- data/reusables/profile/org_settings.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/reusables/profile/org_settings.md diff --git a/data/reusables/profile/org_settings.md b/data/reusables/profile/org_settings.md new file mode 100644 index 0000000000..3806f43031 --- /dev/null +++ b/data/reusables/profile/org_settings.md @@ -0,0 +1 @@ +2. Click Settings next to the organization. \ No newline at end of file