@@ -18,7 +18,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
1818 repository : 'docs' ,
1919 users : [ { username : 'jspahrsummers' , permission : 'admin' } ] ,
2020 teams : [
21- { team : 'auth-wg ' , permission : 'push' } ,
21+ { team : 'auth-maintainers ' , permission : 'push' } ,
2222 { team : 'core-maintainers' , permission : 'maintain' } ,
2323 { team : 'csharp-sdk' , permission : 'push' } ,
2424 { team : 'docs-maintainers' , permission : 'push' } ,
@@ -48,7 +48,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
4848 repository : '.github' ,
4949 users : [ { username : 'jspahrsummers' , permission : 'admin' } ] ,
5050 teams : [
51- { team : 'auth-wg ' , permission : 'triage' } ,
51+ { team : 'auth-maintainers ' , permission : 'triage' } ,
5252 { team : 'core-maintainers' , permission : 'maintain' } ,
5353 { team : 'csharp-sdk' , permission : 'triage' } ,
5454 { team : 'docs-maintainers' , permission : 'triage' } ,
@@ -84,7 +84,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
8484 ] ,
8585 teams : [
8686 { team : 'inspector-maintainers' , permission : 'push' } ,
87- { team : 'auth-wg ' , permission : 'push' } ,
87+ { team : 'auth-maintainers ' , permission : 'push' } ,
8888 { team : 'core-maintainers' , permission : 'maintain' } ,
8989 { team : 'csharp-sdk' , permission : 'push' } ,
9090 { team : 'go-sdk' , permission : 'push' } ,
@@ -110,7 +110,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
110110 repository : 'modelcontextprotocol' ,
111111 users : [ { username : 'jspahrsummers' , permission : 'admin' } ] ,
112112 teams : [
113- { team : 'auth-wg ' , permission : 'push' } ,
113+ { team : 'auth-maintainers ' , permission : 'push' } ,
114114 { team : 'core-maintainers' , permission : 'maintain' } ,
115115 { team : 'csharp-sdk' , permission : 'triage' } ,
116116 { team : 'docs-maintainers' , permission : 'push' } ,
@@ -140,7 +140,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
140140 repository : 'quickstart-resources' ,
141141 users : [ { username : 'jspahrsummers' , permission : 'admin' } ] ,
142142 teams : [
143- { team : 'auth-wg ' , permission : 'push' } ,
143+ { team : 'auth-maintainers ' , permission : 'push' } ,
144144 { team : 'core-maintainers' , permission : 'maintain' } ,
145145 { team : 'csharp-sdk' , permission : 'push' } ,
146146 { team : 'docs-maintainers' , permission : 'push' } ,
@@ -173,7 +173,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
173173 { username : 'slimslenderslacks' , permission : 'push' } ,
174174 ] ,
175175 teams : [
176- { team : 'auth-wg ' , permission : 'push' } ,
176+ { team : 'auth-maintainers ' , permission : 'push' } ,
177177 { team : 'core-maintainers' , permission : 'admin' } ,
178178 { team : 'csharp-sdk' , permission : 'push' } ,
179179 { team : 'docs-maintainers' , permission : 'push' } ,
@@ -306,7 +306,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
306306 } ,
307307 {
308308 repository : 'ext-auth' ,
309- teams : [ { team : 'auth-wg ' , permission : 'admin' } ] ,
309+ teams : [ { team : 'auth-maintainers ' , permission : 'admin' } ] ,
310310 } ,
311311 {
312312 repository : 'ext-apps' ,
0 commit comments