@@ -2615,7 +2615,7 @@ Parameters to be used for the branch_name_pattern rule
26152615"""
26162616type BranchNamePatternParameters {
26172617 """
2618- How this rule will appear to users .
2618+ How this rule appears when configuring it .
26192619 """
26202620 name: String
26212621
@@ -2640,7 +2640,7 @@ Parameters to be used for the branch_name_pattern rule
26402640"""
26412641input BranchNamePatternParametersInput {
26422642 """
2643- How this rule will appear to users .
2643+ How this rule appears when configuring it .
26442644 """
26452645 name: String
26462646
@@ -5660,7 +5660,7 @@ Parameters to be used for the commit_author_email_pattern rule
56605660"""
56615661type CommitAuthorEmailPatternParameters {
56625662 """
5663- How this rule will appear to users .
5663+ How this rule appears when configuring it .
56645664 """
56655665 name: String
56665666
@@ -5685,7 +5685,7 @@ Parameters to be used for the commit_author_email_pattern rule
56855685"""
56865686input CommitAuthorEmailPatternParametersInput {
56875687 """
5688- How this rule will appear to users .
5688+ How this rule appears when configuring it .
56895689 """
56905690 name: String
56915691
@@ -6182,7 +6182,7 @@ Parameters to be used for the commit_message_pattern rule
61826182"""
61836183type CommitMessagePatternParameters {
61846184 """
6185- How this rule will appear to users .
6185+ How this rule appears when configuring it .
61866186 """
61876187 name: String
61886188
@@ -6207,7 +6207,7 @@ Parameters to be used for the commit_message_pattern rule
62076207"""
62086208input CommitMessagePatternParametersInput {
62096209 """
6210- How this rule will appear to users .
6210+ How this rule appears when configuring it .
62116211 """
62126212 name: String
62136213
@@ -6272,7 +6272,7 @@ Parameters to be used for the committer_email_pattern rule
62726272"""
62736273type CommitterEmailPatternParameters {
62746274 """
6275- How this rule will appear to users .
6275+ How this rule appears when configuring it .
62766276 """
62776277 name: String
62786278
@@ -6297,7 +6297,7 @@ Parameters to be used for the committer_email_pattern rule
62976297"""
62986298input CommitterEmailPatternParametersInput {
62996299 """
6300- How this rule will appear to users .
6300+ How this rule appears when configuring it .
63016301 """
63026302 name: String
63036303
@@ -60911,7 +60911,7 @@ Parameters to be used for the tag_name_pattern rule
6091160911"""
6091260912type TagNamePatternParameters {
6091360913 """
60914- How this rule will appear to users .
60914+ How this rule appears when configuring it .
6091560915 """
6091660916 name: String
6091760917
@@ -60936,7 +60936,7 @@ Parameters to be used for the tag_name_pattern rule
6093660936"""
6093760937input TagNamePatternParametersInput {
6093860938 """
60939- How this rule will appear to users .
60939+ How this rule appears when configuring it .
6094060940 """
6094160941 name: String
6094260942
0 commit comments