From 8be78b3d5f3717cf02e24deb96afe5ff61a2ccb1 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sat, 7 Nov 2020 14:22:01 -0800 Subject: [PATCH] infra: Add a little bit of documentation to labeler.yml file. Signed-off-by: Tim 'mithro' Ansell --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 31be9a2..402227b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,9 @@ +# See https://github.com/actions/labeler#common-examples for defining patterns. +# The globs use "minimatch" syntax found at https://github.com/isaacs/minimatch +# +# WARNING: Due to this file being yaml, any string starting with `*` must be +# wrapped in quotes. + documentation: - "*.rst" - docs