]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.github: sync the list of paths for rbd label with CODEOWNERS
authorIlya Dryomov <idryomov@gmail.com>
Tue, 23 Apr 2024 11:00:08 +0000 (13:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 27 May 2024 14:16:06 +0000 (16:16 +0200)
commite92d3cb64a5db9072dfa3c2b5cb91378f32bc8e7
tree8d7d42b8e8d7035efcbbe8c1062a210b21b96f96
parent094fddad3656c35308bef279a9aa07a668b6ed43
.github: sync the list of paths for rbd label with CODEOWNERS

With https://github.com/actions/labeler/issues/483 still pending, do it
manually.

A couple of entries matching both files and directories were expanded
since, unlike fnmatch(3), minimatch treats slashes specially:

- src/include/rbd* -> src/include/rbd* src/include/rbd/**
- src/rbd*         -> src/rbd* src/rbd*/**
- src/test/rbd*    -> src/test/rbd* src/test/rbd*/**

A bunch of entries under src/tools were combined into:

- src/tools/rbd*/**

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 716996eff8ffde66f9b8404ee942189dbfeb5249)
.github/labeler.yml