From 8bb4c828900c63106434a46807f07def0faf9001 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:56:30 +0100 Subject: [PATCH] add "Changes: Audio" label to labeler (#33790) add audio label to labeler --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 69b2ca87749c6e..ca5aeed1f3ca14 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,6 +16,10 @@ - changed-files: - any-glob-to-any-file: '**/*.swsl' +"Changes: Audio": +- changed-files: + - any-glob-to-any-file: '**/*.ogg' + "Changes: No C#": - changed-files: # Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label.