Skip to content

Commit aaf2707

Browse files
authored
Merge branch 'main' into repo-sync
2 parents da3f500 + 87db525 commit aaf2707

11 files changed

Lines changed: 98 additions & 14 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 'Orphaned assets check'
2+
3+
# **What it does**: Checks that there are no files in ./assets/ that aren't mentioned in any source file.
4+
# **Why we have it**: To avoid orphans into the repo.
5+
# **Who does it impact**: Docs content.
6+
7+
on:
8+
pull_request:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
build:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
19+
20+
- name: Setup node
21+
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458
22+
with:
23+
node-version: 16.13.x
24+
cache: npm
25+
26+
- name: Install
27+
run: npm ci
28+
29+
- name: Check for orphaned assets
30+
run: ./script/find-orphaned-assets.mjs --verbose --exit
16.1 KB
Loading
86.7 KB
Loading
15.7 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Viewing people's roles in an organization
33
intro: 'You can view a list of the people in your organization and filter by their role. For more information on organization roles, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."'
4+
permissions: "Organization members can see people's roles in the organization."
45
redirect_from:
56
- /articles/viewing-people-s-roles-in-an-organization
67
- /articles/viewing-peoples-roles-in-an-organization
@@ -15,14 +16,51 @@ topics:
1516
- Accounts
1617
shortTitle: View people in an organization
1718
---
19+
20+
## View organization roles
21+
22+
{% data reusables.profile.access_org %}
23+
{% data reusables.user_settings.access_org %}
24+
{% data reusables.organizations.people %}
25+
4. You will see a list of the people in your organization. To filter the list by role, click **Role** and select the role you're searching for.
26+
![click-role](/assets/images/help/organizations/view-list-of-people-in-org-by-role.png)
27+
28+
{% ifversion fpt %}
29+
30+
If your organization uses {% data variables.product.prodname_ghe_cloud %}, you can also view the enterprise owners who manage billing settings and policies for all your enterprise's organizations. For more information, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization#view-enterprise-owners-and-their-roles-in-an-organization).
31+
32+
{% endif %}
33+
34+
{% if enterprise-owners-visible-for-org-members %}
35+
## View enterprise owners and their roles in an organization
36+
37+
If your organization is managed by an enterprise account, then you can view the enterprise owners who manage billing settings and policies for all of your enterprise's organizations. For more information about enterprise accounts, see "[Types of {% data variables.product.prodname_dotcom %} accounts](/get-started/learning-about-github/types-of-github-accounts)."
38+
39+
You can also view whether an enterprise owner has a specific role in the organization. Enterprise owners can also be an organization member, any other organization role, or be unaffililated with the organization.
40+
1841
{% note %}
1942

20-
**Note:** You must be an organization member to see people's roles in your organization.
43+
**Note:** If you're an organization owner, you can also invite an enterprise owner to have a role in the organization. If an enterprise owner accepts the invitation, a seat or license in the organization is used from the available licenses for your enterprise. For more information about how licensing works, see "[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
2144

2245
{% endnote %}
2346

47+
| **Enterprise role** | **Organization role** | **Organization access or impact** |
48+
|----|----|----|----|
49+
| Enterprise owner | Unaffililated or no official organization role | Cannot access organization content or repositories but manages enterprise settings and policies that impact your organization. |
50+
| Enterprise owner | Organization owner | Able to configure organization settings and manage access to the organization's resources through teams, etc. |
51+
| Enterprise owner | Organization member | Able to access organization resources and content, such as repositories, without access to the organization's settings. |
52+
53+
To review all roles in an organization, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)." {% ifversion ghec %} An organization member can also have a custom role for a specific repository. For more information, see "[Managing custom repository roles for an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)."{% endif %}
54+
55+
For more information about the enterprise owner role, see "[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
56+
2457
{% data reusables.profile.access_org %}
2558
{% data reusables.user_settings.access_org %}
2659
{% data reusables.organizations.people %}
27-
4. You will see a list of the people in your organization. To filter the list by role, click **Role** and select the role you're searching for.
28-
![click-role](/assets/images/help/organizations/view-list-of-people-in-org-by-role.png)
60+
4. In the left sidebar, under "Enterprise permissions", click **Enterprise owners**.
61+
![Screenshot of "Enterprise owners" option in sidebar menu](/assets/images/help/organizations/enterprise-owners-sidebar.png)
62+
5. View the list of the enterprise owners for your enterprise. If the enterprise owner is also a member of your organization, you can see their role in the organization.
63+
64+
![Screenshot of list of Enterprise owners and their role in the organization](/assets/images/help/organizations/enterprise-owners-list-on-org-page.png)
65+
66+
{% endif %}

content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Enterprise owners have complete control over the enterprise and can take every a
4242

4343
Enterprise owners cannot access organization settings or content unless they are made an organization owner or given direct access to an organization-owned repository. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
4444

45-
An enterprise owner will only consume a license if they are an owner or member of at least one organization within the enterprise. {% ifversion ghec %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
45+
An enterprise owner will only consume a license if they are an owner or member of at least one organization within the enterprise. Even if an enterprise owner has a role in multiple organizations, they will consume a single license. {% ifversion ghec %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
4646

4747
## Enterprise members
4848

contributing/content-style-guide.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,16 +448,17 @@ Format checkbox names in bold and omit the word “checkbox.” To describe choo
448448
- **Use:** Select **Enable for all new repositories**.
449449
- **Avoid:** Check the “Enable for all new repositories” checkbox.
450450

451-
### Dropdown menus
452-
453-
Format dropdown menus in bold and format clickable items within a menu in bold. Select dropdown menus (regardless of whether the menu name is a word or an octicon), and click their menu items.
454-
- **Use:** Select the **Backup email addresses** dropdown menu and click **Only allow primary email**.
455-
456451
### Dynamic text
457452

458453
Use capital letters to indicate text that changes in the user interface or that the user needs to supply in a command or code snippet.
459454
- **Use:** Click **Add USERNAME to REPONAME**.
460455

456+
### Lists and list items
457+
458+
Format lists and clickable list items in bold. To describe interacting with a list, such as a dropdown menu or UI element that expands, regardless of whether the list name is a word or an octicon, write "select." To describe choosing a list item, write "click."
459+
- **Use:** Select the **Backup email addresses** dropdown menu and click **Only allow primary email**.
460+
- **Avoid:** Click the "Backup email addresses" dropdown menu and click **Only allow primary email**.
461+
461462
### Location
462463

463464
Describe a user interface element’s location with standard terms.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: Issue #5741 in docs-content
2+
# Documentation for enterprise owners UI updates
3+
versions:
4+
ghes: '>=3.4'
5+
ghae: 'issue-####'
6+
ghec: '*'

0 commit comments

Comments
 (0)