From 7569dc5f451756c4730b20d9cd9d40cfcd7198f4 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Mon, 7 Oct 2024 17:52:38 +0200 Subject: [PATCH 1/2] Update labeler to include v3 docs --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index b99cd8fb97..3c35d66cca 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -115,6 +115,7 @@ Project:Dynamic Import: Project:Docs: - docs/**/* + - v3-docs/**/* Project:Guide: - guide/**/* From 7e5135bd1f5cc5547c9fa737e8efe8771f2b9de8 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 8 Oct 2024 08:47:56 +0200 Subject: [PATCH 2/2] Add github_actions to labeler --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3c35d66cca..51963d8eed 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -119,3 +119,6 @@ Project:Docs: Project:Guide: - guide/**/* + +github_actions: + - ./github/**/*