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
settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
2163
2168
settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
@@ -2183,6 +2188,7 @@ settings.dismiss_stale_approvals_desc = When new commits that change the content
2183
2188
settings.require_signed_commits = Require Signed Commits
2184
2189
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
2185
2190
settings.protect_branch_name_pattern = Protected Branch Name Pattern
2191
+
settings.protect_patterns = Patterns
2186
2192
settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
2187
2193
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>."
2188
2194
settings.protect_unprotected_file_patterns = "Unprotected file patterns (separated using semicolon ';'):"
0 commit comments