From f9ab819044492c59f1080217b8fc5bdf1ba5d844 Mon Sep 17 00:00:00 2001 From: lauren_tb Date: Wed, 19 Jun 2024 12:23:08 +0100 Subject: [PATCH] Upgraded labeler and yml structure --- .github/labeler.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8538e1b..c1b5f5a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,9 @@ network-access-control: - - '**' +- changed-files: + - any-glob-to-any-file: '**' documentation: - - "diagrams/**" - - "documentation/**" - - "README.md" +- changed-files: + - any-glob-to-any-file: "diagrams/**" + - any-glob-to-any-file: "documentation/**" + - any-glob-to-any-file: "README.md"