From ff90208e543e08cfd46780f15fffa28563324b95 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Fri, 22 Nov 2024 15:55:14 +0100 Subject: [PATCH] PR Labeler: Add more labels, remove the broken negative glob The negative glob added "building" to every PR --- .github/labeler.yml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 972b28d350..2e50dbdd35 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,7 +9,6 @@ Building: - .github/** - CMakeLists.txt - builds/** - - '!builds/android/app/**' - Makefile.am - configure.ac @@ -37,6 +36,22 @@ Audio: - changed-files: - any-glob-to-any-file: [ src/**/*audio* ] +Battle: +- changed-files: + - any-glob-to-any-file: + - src/**/scene_battle* + - src/**/window_battle* + - src/**/game_battle.* + - src/**/game_battlealgorithm.* + +Bitmaps: +- changed-files: + - any-glob-to-any-file: + - src/**/bitmap.* + - src/**/bitmap_* + - src/**/sprite.* + - src/**/sprite_* + FileFinder: - changed-files: - any-glob-to-any-file: [ src/**/filefinder*, src/**/filesystem* ] @@ -51,10 +66,26 @@ Fonts: - src/**/*font* - src/generated/bitmapfont_* +Input: +- changed-files: + - any-glob-to-any-file: [ src/**/*input* ] + +Messages: +- changed-files: + - any-glob-to-any-file: [ src/**/*message* ] + MIDI: - changed-files: - any-glob-to-any-file: [ src/**/*midi* ] +Settings: +- changed-files: + - any-glob-to-any-file: [ src/**/*config* ] + +Translation: +- changed-files: + - any-glob-to-any-file: [ src/**/translation* ] + # platforms 3DS: