]> git-server-git.apps.pok.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:20:59 +0000 (16:20 +0200)
commit56a76b0893d5a7548bb39e72df4a57672c8e3bd2
treeb315d5babfdc3d6f8b06aa99f2b3fd1fac9d0124
parent6e4fdb1279f278b4be5e864285db026f011c7c72
.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