Skip to content

Commit fee9c05

Browse files
GiteaBotyp05327
andauthored
Fix wrong link in protect_branch_name_pattern_desc (#28313) (#28315)
Backport #28313 by @yp05327 The current href will link to `https://domain/owner/repo/settings/branches/github.com/gobwas/glob` Co-authored-by: yp05327 <[email protected]>
1 parent e15fe85 commit fee9c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ settings.dismiss_stale_approvals_desc = When new commits that change the content
23032303
settings.require_signed_commits = Require Signed Commits
23042304
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
23052305
settings.protect_branch_name_pattern = Protected Branch Name Pattern
2306-
settings.protect_branch_name_pattern_desc = "Protected branch name patterns. See <a href="github.com/gobwas/glob">the documentation</a> for pattern syntax. Examples: main, release/**"
2306+
settings.protect_branch_name_pattern_desc = "Protected branch name patterns. See <a href="https://github.com/gobwas/glob">the documentation</a> for pattern syntax. Examples: main, release/**"
23072307
settings.protect_patterns = Patterns
23082308
settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
23092309
settings.protect_protected_file_patterns_desc = "Protected files are not allowed to be changed directly even if user has rights to add, edit, or delete files in this branch. Multiple patterns can be separated using semicolon (';'). See <a href='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."

0 commit comments

Comments
 (0)