From 800964174c0d7883d00e232731a57be4e40b3c0c Mon Sep 17 00:00:00 2001 From: Pavel <466069+bitnot@users.noreply.github.com> Date: Mon, 17 Aug 2020 09:53:12 +0200 Subject: [PATCH] Label changes to `*.md` in the root directory (#593) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Hervé --- .github/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a1e3d29f..d29c9ed7d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,8 @@ # Configuration for labeler - https://github.com/actions/labeler -documentation: "**/*.md" +documentation: + - "*.md" + - "**/*.md" resource-api: - /datadog/api/**/*