Skip to content

Commit

Permalink
PR Labeler: Add more labels, remove the broken negative glob
Browse files Browse the repository at this point in the history
The negative glob added "building" to every PR
  • Loading branch information
Ghabry committed Nov 22, 2024
1 parent baaf79b commit ff90208
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Building:
- .github/**
- CMakeLists.txt
- builds/**
- '!builds/android/app/**'
- Makefile.am
- configure.ac

Expand Down Expand Up @@ -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* ]
Expand All @@ -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:
Expand Down

0 comments on commit ff90208

Please sign in to comment.