Skip to content

Commit df44d3e

Browse files
authored
Merge pull request #42579 from github/repo-sync
Repo sync
2 parents 515f99b + 3040f6a commit df44d3e

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

content/organizations/organizing-members-into-teams/about-teams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Each team has its own page within an organization. On a team's page, you can vie
5454

5555
## Nested teams
5656

57-
You can reflect your group or company's hierarchy within your {% data variables.product.github %} organization with multiple levels of nested teams. A parent team can have multiple child teams, while each child team only has one parent team. You cannot nest secret teams.
57+
You can reflect your group or company's hierarchy within your {% data variables.product.github %} organization with multiple levels of nested teams. A parent team can have multiple child teams, while each child team only has one parent team. You cannot nest secret teams. Each nested team functions as a distinct entity with its own unique URL and directory within your organization.
5858

5959
Child teams inherit the parent's access permissions, simplifying permissions management for large groups. Members of child teams also receive notifications when the parent team is @mentioned, simplifying communication with multiple groups of people.
6060

61-
For example, if your team structure is Employees > Engineering > Application Engineering > Identity, granting Engineering write access to a repository means Application Engineering and Identity also get that access. If you @mention the Identity Team or any team at the bottom of the organization hierarchy, they're the only ones who will receive a notification.
61+
For example, if your team structure is Employees > Engineering > Application Engineering > Identity, granting Engineering write access to a repository means Application Engineering and Identity also get that access. If you @mention the Identity Team or any team at the bottom of the organization hierarchy, they're the only ones who will receive a notification. When mentioning a team, you do not need to include the full hierarchical path. Even though a team is nested, it retains a flat handle for mentions.
6262

6363
To easily understand who shares a parent team's permissions and mentions, you can see all of the members of a parent team's child teams on the Members tab of the parent team's page. Members of a child team are not direct members of the parent team.
6464

src/audit-logs/data/ghec/enterprise.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,29 @@
18121812
"created_at"
18131813
]
18141814
},
1815+
{
1816+
"action": "business.invite_unaffiliated_member",
1817+
"description": "An invitation for someone to join an enterprise was sent.",
1818+
"docs_reference_links": "N/A",
1819+
"fields": [
1820+
"actor",
1821+
"actor_id",
1822+
"user_agent",
1823+
"request_id",
1824+
"request_access_security_header",
1825+
"name",
1826+
"invitation_id",
1827+
"email",
1828+
"business",
1829+
"business_id",
1830+
"action",
1831+
"_document_id",
1832+
"@timestamp",
1833+
"created_at",
1834+
"operation_type",
1835+
"actor_is_bot"
1836+
]
1837+
},
18151838
{
18161839
"action": "business.members_can_update_protected_branches.clear",
18171840
"description": "An enterprise owner unset a policy for whether members of an enterprise can update protected branches on repositories for individual organizations. Organization owners can choose whether to allow updating protected branches settings.",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"git": "Note: Git events have special access requirements and retention policies that differ from other audit log events. For GitHub Enterprise Cloud, access Git events via the REST API only with 7-day retention. For GitHub Enterprise Server, Git events must be enabled in audit log configuration and are not included in search results.",
1010
"sso_redirect": "Note: Automatically redirecting users to sign in is currently in beta for Enterprise Managed Users and subject to change."
1111
},
12-
"sha": "6db8e8d59222d152b5a2df1030d78dee55aeba92"
12+
"sha": "c64727fee495d421abf1a345efb7478fc7afc781"
1313
}

0 commit comments

Comments
 (0)