From c340f792184fc4eae62681668ca6887d66f40f67 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 25 Jan 2024 08:23:49 +0900 Subject: [PATCH] Fix the path of markdown document to use for label --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ea430adf..21b74f20 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,7 +4,7 @@ documentation: - any-glob-to-any-file: "docs/**/*" - any-glob-to-any-file: "examples/**/*" - any-glob-to-any-file: "examples_trame/**/*" - - any-glob-to-any-file: "./*.md" + - any-glob-to-any-file: "*.md" maintenance: - any: - changed-files: