Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Add further detail to git tag text
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjri committed Jan 19, 2024
1 parent 37ef88f commit d13d655
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 regex, then a version can 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.",
},
gitTagVersionsEnabled: {
type: ["boolean", "null"],
Expand All @@ -139,7 +139,7 @@ export const getFormSchema = (
users: {
title: "Authorized Users",
description:
"MANA entitlements may also be used to manage this authorization.",
"This must be a list of authorized GitHub user or bot names. This authorization can alternatively be provisioned on this project's MANA resource.",
...overrideRadioBox(
"gitTagAuthorizedUsers",
["Override Repo Users", "Default to Repo Users"],
Expand All @@ -157,7 +157,7 @@ export const getFormSchema = (
teams: {
title: "Authorized Teams",
description:
"This should be the team slug, i.e. the team name with dashes instead of spaces. For example, the team Evergreen Users would be evergreen-users. MANA entitlements may also be used to manage this authorization.",
"This must be the team slug, i.e. the team name with dashes instead of spaces. For example, the team Evergreen Users would be evergreen-users. This authorization can also be provisioned on this project's MANA resource.",
...overrideRadioBox(
"gitTagAuthorizedTeams",
["Override Repo Teams", "Default to Repo Teams"],
Expand Down

0 comments on commit d13d655

Please sign in to comment.