We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fb357 commit 092212dCopy full SHA for 092212d
packages/backend/src/ee/repoPermissionSyncer.ts
@@ -56,7 +56,8 @@ export class RepoPermissionSyncer {
56
// Repos need their permissions to be synced against the code host when...
57
where: {
58
AND: [
59
- // They are not public, as they are always visible to all users.
+ // They are not public. Public repositories are always visible to all users, therefore we don't
60
+ // need to explicitly perform permission syncing for them.
61
// @see: packages/web/src/prisma.ts
62
{
63
isPublic: false
0 commit comments