Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tropicataclysm and additional labels #56719

Merged
merged 12 commits into from
Apr 18, 2022
24 changes: 24 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"[JSON]":
- "**/*.json"

"Game: Achievements / Conducts / Scores":
- data/json/scores.json
- data/json/statistics.json
- data/json/achievements.json
- data/json/conducts.json
- "**/achievement.*"
- "**/event_statistics.*"

"[Python]":
- "**/*.py"

Expand All @@ -21,6 +29,10 @@
"Code: Tests":
- tests/**/*

"Character / World Generation":
- src/newcharacter.cpp
- "**/worldfactory.*"

"Code: Build":
- build-data/**/*
- build-scripts/**/*
Expand Down Expand Up @@ -72,6 +84,7 @@
- "**/mapgen/**/*"
- "**/mapgen_palettes/**/*"
- "**/overmap/**/*"
- "src/overmap*.*"

"Player Faction Base / Camp":
- "src/basecamp.*"
Expand All @@ -86,6 +99,10 @@
- gfx/**/*
- sound/**/*

"Scenarios":
- "**/scenario.*"
- data/json/scenarios.json

"Translation":
- lang/**/*
- "src/translation.*"
Expand Down Expand Up @@ -118,5 +135,12 @@
"Mods: No Hope":
- data/mods/No_Hope/**/*

"Mods: TropiCataclysm 🌴":
- data/mods/TropiCataclysm/**/*

"Mods":
- data/mods/**/*

"Weather":
- "src/weather*.*"
- data/json/weather_type.json