Commit 2d446d4d authored by Amy Qualls's avatar Amy Qualls

Merge branch 'kwiebers-master-patch-37677' into 'master'

Add a documentation example for code owners rules with **

See merge request gitlab-org/gitlab!84902
parents 64b1c886 982a1d62
......@@ -254,6 +254,11 @@ README @group @group/with-nested/subgroup
# `docs/index.md` but not `docs/projects/index.md`:
/docs/* @root-docs
# Include `/**` to specify Code Owners for all subdirectories
# in a directory. This rule matches `docs/projects/index.md` or
# `docs/development/index.md`
/docs/**/*.md @root-docs
# This code makes matches a `lib` directory nested anywhere in the repository:
lib/ @lib-owner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment