From: Patrick Donnelly Date: Tue, 17 Nov 2020 16:24:26 +0000 (-0800) Subject: .github: add labeler for documentation X-Git-Tag: v16.1.0~572^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=127f6f21669f85b1bb0a217f553b71a699f948a5;p=ceph.git .github: add labeler for documentation Signed-off-by: Patrick Donnelly --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 50ef5e0a0938f..091bdfb6c75f2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,16 @@ +documentation: + - AUTHORS + - CONTRIBUTING.rst + - COPYING* + - CodingStyle + - PendingReleaseNotes + - README.* + - SubmittingPatches* + - doc/** + - doc_deps.deb.txt + - man/** + - "**/*.+(rst|md)" + pybind: - src/pybind/cephfs/* - src/pybind/mgr/*