You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+6-4
Original file line number
Diff line number
Diff line change
@@ -2141,10 +2141,10 @@ settings.dismiss_stale_approvals_desc = When new commits that change the content
2141
2141
settings.require_signed_commits = Require Signed Commits
2142
2142
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
2143
2143
settings.protect_branch_name_pattern = Protected Branch Name Pattern
2144
-
settings.protect_protected_file_patterns = `Protected file patterns (separated using semicolon ';'):`
2145
-
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>.`
2146
-
settings.protect_unprotected_file_patterns = `Unprotected file patterns (separated using semicolon ';'):`
2147
-
settings.protect_unprotected_file_patterns_desc = `Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. 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>.`
2144
+
settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
2145
+
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>."
2146
+
settings.protect_unprotected_file_patterns = "Unprotected file patterns (separated using semicolon ';'):"
2147
+
settings.protect_unprotected_file_patterns_desc = "Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. 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>."
{{/*notice: the index of Diff.Files should not be used for element ID, because the index will be restarted from 0 when doing load-more for PRs with a lot of files*/}}
0 commit comments