Skip to content

Commit a2a41b4

Browse files
jeffhandleyCopilotlocalden
authored
Upgrade csharp-sdk team permission to maintain on csharp-sdk repo (#85)
The csharp-sdk team only had push permission, which was insufficient for members to push to protected branches, edit/assign issues, or have their PR approvals count toward merge requirements. Upgrading to maintain grants these capabilities without admin access. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Den Delimarsky <53200638+localden@users.noreply.github.com>
1 parent 9c7f6f3 commit a2a41b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/repoAccess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
186186
repository: 'csharp-sdk',
187187
teams: [
188188
{ team: 'csharp-sdk-admin', permission: 'admin' },
189-
{ team: 'csharp-sdk', permission: 'push' },
189+
{ team: 'csharp-sdk', permission: 'maintain' },
190190
],
191191
users: [{ username: 'PederHP', permission: 'triage' }],
192192
},

0 commit comments

Comments
 (0)