From 7eb12a70aa924c60dce1f4a4099a4cd99a3785a2 Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Thu, 7 Dec 2023 11:47:51 +0000 Subject: [PATCH] Update labeler.yml Fixes to labeler.yml following upgrades to github labeler v5 --- .github/labeler.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index e8bf5ee50..2b6faf0f5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,18 +1,21 @@ --- VisualCSharp: - - GetIntoTeachingApi/**/*.cs + - changed-files: + - any-glob-to-any-file: ['GetIntoTeachingApi/**/*.cs'] Test: - - GetIntoTeachingApiTests/**/* + - changed-files: + - any-glob-to-any-file: ['GetIntoTeachingApiTests/**/*'] Monitoring: - - monitoring/**/* + - changed-files: + - any-glob-to-any-file: ['monitoring/**/*'] DevOps: - - terraform/**/* - - .github/**/*.yml + - changed-files: + - any-glob-to-any-file: ['terraform/**/*', '.github/**/*.yml'] Docker: - - Dockerfile - - docker-compose.yml + - changed-files: + - any-glob-to-any-file: ['Dockerfile', 'docker-compose.yml']