Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/codeowners/reference.md')
-rw-r--r--doc/user/project/codeowners/reference.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/codeowners/reference.md b/doc/user/project/codeowners/reference.md
index d486b689638..c2fbbe88b6f 100644
--- a/doc/user/project/codeowners/reference.md
+++ b/doc/user/project/codeowners/reference.md
@@ -4,7 +4,7 @@ group: Source Code
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-# Code Owners syntax and error handling **(PREMIUM)**
+# Code Owners syntax and error handling **(PREMIUM ALL)**
This page describes the syntax and error handling used in Code Owners files,
and provides an example file.
@@ -210,6 +210,8 @@ Users can be owners of an entry. Each entry can be owned by
## Error handling in Code Owners
+> Error validation [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216066) in GitLab 16.3.
+
### Entries with spaces
Paths containing whitespace must be escaped with backslashes: `path\ with\ spaces/*.md`.