This commit is contained in:
Tim Jacomb
2020-09-16 14:14:46 +01:00
parent 7806decbc4
commit a40012d974
@@ -70,7 +70,7 @@ const OWNER_REPO_SCHEMA = {
access: {
type: 'string' as const,
title: 'Access',
description: 'Who should have access, in user or owner/team format',
description: 'Who should have access, in org/team or user format',
},
},
};