diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index da6f5937b3f5..e4ca2fa7349e 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -2615,7 +2615,7 @@ Parameters to be used for the branch_name_pattern rule """ type BranchNamePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -2640,7 +2640,7 @@ Parameters to be used for the branch_name_pattern rule """ input BranchNamePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -5660,7 +5660,7 @@ Parameters to be used for the commit_author_email_pattern rule """ type CommitAuthorEmailPatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -5685,7 +5685,7 @@ Parameters to be used for the commit_author_email_pattern rule """ input CommitAuthorEmailPatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6182,7 +6182,7 @@ Parameters to be used for the commit_message_pattern rule """ type CommitMessagePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6207,7 +6207,7 @@ Parameters to be used for the commit_message_pattern rule """ input CommitMessagePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6272,7 +6272,7 @@ Parameters to be used for the committer_email_pattern rule """ type CommitterEmailPatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6297,7 +6297,7 @@ Parameters to be used for the committer_email_pattern rule """ input CommitterEmailPatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -60911,7 +60911,7 @@ Parameters to be used for the tag_name_pattern rule """ type TagNamePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -60936,7 +60936,7 @@ Parameters to be used for the tag_name_pattern rule """ input TagNamePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 255c280fb59a..3ae900ab2ef5 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -11883,7 +11883,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -15179,7 +15179,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -16008,7 +16008,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -16049,7 +16049,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -75696,7 +75696,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -98653,7 +98653,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99591,7 +99591,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99682,7 +99682,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99756,7 +99756,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -108261,7 +108261,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index da6f5937b3f5..e4ca2fa7349e 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -2615,7 +2615,7 @@ Parameters to be used for the branch_name_pattern rule """ type BranchNamePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -2640,7 +2640,7 @@ Parameters to be used for the branch_name_pattern rule """ input BranchNamePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -5660,7 +5660,7 @@ Parameters to be used for the commit_author_email_pattern rule """ type CommitAuthorEmailPatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -5685,7 +5685,7 @@ Parameters to be used for the commit_author_email_pattern rule """ input CommitAuthorEmailPatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6182,7 +6182,7 @@ Parameters to be used for the commit_message_pattern rule """ type CommitMessagePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6207,7 +6207,7 @@ Parameters to be used for the commit_message_pattern rule """ input CommitMessagePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6272,7 +6272,7 @@ Parameters to be used for the committer_email_pattern rule """ type CommitterEmailPatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -6297,7 +6297,7 @@ Parameters to be used for the committer_email_pattern rule """ input CommitterEmailPatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -60911,7 +60911,7 @@ Parameters to be used for the tag_name_pattern rule """ type TagNamePatternParameters { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String @@ -60936,7 +60936,7 @@ Parameters to be used for the tag_name_pattern rule """ input TagNamePatternParametersInput { """ - How this rule will appear to users. + How this rule appears when configuring it. """ name: String diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 255c280fb59a..3ae900ab2ef5 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -11883,7 +11883,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -15179,7 +15179,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -16008,7 +16008,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -16049,7 +16049,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -75696,7 +75696,7 @@ "fields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -98653,7 +98653,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99591,7 +99591,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99682,7 +99682,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -99756,7 +99756,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars", @@ -108261,7 +108261,7 @@ "inputFields": [ { "name": "name", - "description": "

How this rule will appear to users.

", + "description": "

How this rule appears when configuring it.

", "type": "String", "id": "string", "kind": "scalars",