Skip to content

Commit

Permalink
Merge pull request #191 from pulumiverse/fix/unable-to-assign-collabo…
Browse files Browse the repository at this point in the history
…rator-rights

fix: update collaborator permission assignment
  • Loading branch information
tmeckel authored Jun 5, 2024
2 parents 4210e56 + 2b851a4 commit 0da1630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/github/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export function configureOrganizationMembers(memberArgs: Member[], allTeams: Map
{
parent: repo
}
]
],
deleteBeforeReplace: true,
}
)
} else {
Expand Down

0 comments on commit 0da1630

Please sign in to comment.