From 97a1993f0e6fb0e7f9a79422e92c60596946ac84 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 24 Jan 2024 13:41:35 +0900 Subject: [PATCH] Fix typo of docs in labeler.yml which doesn't work --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ccd923a6..ea430adf 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ documentation: - any: - changed-files: - - any-glob-to-any-file: "doc/**/*" + - 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"