Skip to content

Commit

Permalink
Add some new labeler rules and update the existing ones to match actu…
Browse files Browse the repository at this point in the history
…al existing labels
  • Loading branch information
CelticMinstrel committed Oct 11, 2019
1 parent 2331f6b commit 41dada6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/labeler.yml
@@ -1,8 +1,14 @@
campaign:
Campaigns:
- data/campaigns/**/*

xcode:
macOS:
- projectfiles/Xcode/**/*
- src/macosx/*

unit_tests:
Unit Tests:
- data/test/**/*

UI: ["src/gui/**/*", "data/gui/**/*", "data/schema/gui.cfg"]
Units: ["src/units/**/*", "data/core/units/**/*", "data/core/images/units/**/*"]
Terrain: ["src/terrain/**/*", "data/core/terrain.cfg", "data/core/terrain_graphics/*", "data/images/terrain/**/*"]
Lua API: ["src/scripting/**/*", "data/lua/**/*"]

0 comments on commit 41dada6

Please sign in to comment.