]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 23 Apr 2024 11:27:03 +0000 (13:27 +0200)
commit716996eff8ffde66f9b8404ee942189dbfeb5249
treee6435878ba1faecf65ca217cee22f2de0de746ae
parent9d1302d780c64568c0aed0828217bcb5a8a5c575
.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>
.github/labeler.yml