You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'direct' affiliation of collaborators includes the 'outside' collaborators,
and in testing when the resulting source contained duplicates the test
function was not deleting collaborators.
Signed-off-by: Kyle Harding <[email protected]>
// 'outside' means all outside collaborators of an organization-owned repository.
20
+
// 'direct' means all collaborators with permissions to an organization-owned repository, regardless of organization membership status. (includes outside collaborators)
21
+
// 'all' means all collaborators the authenticated user can see.
22
+
// We are using 'direct' to avoid double listing users outside collaborators and team members.
0 commit comments