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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-18 13:50:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-18 13:50:51 +0300
commitdb384e6b19af03b4c3c82a5760d83a3fd79f7982 (patch)
tree34beaef37df5f47ccbcf5729d7583aae093cffa0 /doc/user/project/codeowners/reference.md
parent54fd7b1bad233e3944434da91d257fa7f63c3996 (diff)
Add latest changes from gitlab-org/gitlab@16-3-stable-eev16.3.0-rc42
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`.