From d4636db7049f6437ad91e4494a7f973cae285765 Mon Sep 17 00:00:00 2001 From: "malik.hadjri" Date: Mon, 22 Jan 2024 11:51:20 -0500 Subject: [PATCH] Add further detail to git tag text --- .../projectSettings/tabs/GithubCommitQueueTab/getFormSchema.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/projectSettings/tabs/GithubCommitQueueTab/getFormSchema.tsx b/src/pages/projectSettings/tabs/GithubCommitQueueTab/getFormSchema.tsx index 3edb22b833..47a10d42ea 100644 --- a/src/pages/projectSettings/tabs/GithubCommitQueueTab/getFormSchema.tsx +++ b/src/pages/projectSettings/tabs/GithubCommitQueueTab/getFormSchema.tsx @@ -127,7 +127,7 @@ export const getFormSchema = ( type: "null", title: "Trigger Versions With Git Tags", description: - "If an authorized user pushes a tag that matches a specific regex, then a version will be created from this alias.", + "If an authorized user pushes a tag that matches a specific regex, then a version will be created from this alias. Note that project admins are not authorized by default; they must explicitly be given this permission.", }, gitTagVersionsEnabled: { type: ["boolean", "null"],