From 3dd3eefb8642f175907a90a5fa41e6444a469d34 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 11 Nov 2020 13:48:55 +0000 Subject: [PATCH] Set default project permission to "none" With this change, everyone in the Tekton org will stay part of the org, but they won't be considered collaborators on a project unless they're part of the project collaborator team. The effectively restricts 'lgtm' to project collaborators only, instead of being granted to everyone in the org for all repos like it is today. Signed-off-by: Andrea Frittoli --- org/org.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/org.yaml b/org/org.yaml index 801d20751..c07251894 100644 --- a/org/org.yaml +++ b/org/org.yaml @@ -10,7 +10,7 @@ orgs: - afrittoli billing_email: info@cd.foundation company: '' - default_repository_permission: read + default_repository_permission: none description: '' email: '' has_organization_projects: true