Skip to content

Commit 50c27fd

Browse files
authored
chore: Update access.yml to include team permissions (#348)
* Update access.yml to include team permissions Added team permissions for multiple teams with Write role. * Update access.yml
1 parent 9d78f18 commit 50c27fd

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/acl/access.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resource: repository
66
where:
77
configuration:
88
manageAccess:
9+
# Early adopters
910
- member: damcilva
1011
role: Maintain
1112
- member: reubeno
@@ -26,5 +27,26 @@ configuration:
2627
role: Write
2728
- member: bphilip
2829
role: Write
30+
# Group permissions
2931
- team: 'LinkedIn Autobuild SG'
3032
role: Read
33+
# Note: Only the direct members of the groups will be given access, so 'marinercoredevs' is not sufficient
34+
# Include 'marinercoredevs' as well as all nested subgroups
35+
- team: marinercoredevs@microsoft.com
36+
role: Write
37+
- team: britel-dr@microsoft.com
38+
role: Write
39+
- team: britel-team@microsoft.com
40+
role: Write
41+
- team: chrco-dr@microsoft.com
42+
role: Write
43+
- team: chrco_org_fte@microsoft.com
44+
role: Write
45+
- team: joslobosreports@microsoft.com
46+
role: Write
47+
- team: mthotaddir@microsoft.com
48+
role: Write
49+
- team: romoh-dr@microsoft.com
50+
role: Write
51+
- team: marinerinfraos@microsoft.com
52+
role: Write

0 commit comments

Comments
 (0)