forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from GuardianDll/123123123123
111
- Loading branch information
Showing
4,282 changed files
with
1,468,541 additions
and
826,357 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# https://github.com/rytswd/comvent | ||
trigger: specific | ||
|
||
# list of users allowed to use these commands, from labeling an issue in | ||
# a specific way to mark as duplicate, closing issues, the sky is the limit | ||
# TODO implement more commands, add more users | ||
users: | ||
active: | ||
- casswedson | ||
- Maleclypse | ||
- Termineitor244 | ||
- Faalagorn | ||
- Ilysen | ||
- Aerin-of-the-Toast | ||
- anoobindisguise | ||
- PatrikLundell | ||
- TheShadowFerret | ||
|
||
keywords: | ||
- name: confirm-bug | ||
value: '^\/confirmed.*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: v1 | ||
|
||
labels: | ||
- label: "(S1 - Need Confirmation)" | ||
matcher: | ||
body: "(\\s|^)### Describe the bug\\s*(\n|$)" | ||
|
||
- label: "<Suggestion / Discussion>" | ||
matcher: | ||
body: "(\\s|^)### Is your feature request related to a problem.*\\s*(\n|$)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
"[C++]": | ||
- "**/*.cpp" | ||
- "**/*.h" | ||
|
||
"[JSON]": | ||
- "**/*.json" | ||
|
||
"[Markdown]": | ||
- "**/*.md" | ||
|
||
"Game: Achievements / Conducts / Scores": | ||
- "**/scores**" | ||
- "**/statistics**" | ||
- "**/achievements**" | ||
- "**/conducts**" | ||
- "**/event_statistics.*" | ||
|
||
"[Python]": | ||
- "**/*.py" | ||
|
||
"<Documentation>": | ||
- "**/*.md" | ||
- doc/**/* | ||
- doxygen_doc/**/* | ||
|
||
"Code: Tooling": | ||
- tools/**/* | ||
- .github/**/* | ||
- utilities/**/* | ||
|
||
"Code: Tests": | ||
- tests/**/* | ||
|
||
"Character / World Generation": | ||
- src/newcharacter.cpp | ||
- "**/worldfactory.*" | ||
|
||
"Code: Build": | ||
- build-data/**/* | ||
- build-scripts/**/* | ||
- "**/Makefile" | ||
- "**/CMakeLists.txt" | ||
- "**/*.cmake" | ||
|
||
"Crafting / Construction / Recipes": | ||
- "**/recipes/**/*" | ||
- data/json/construction.json | ||
- data/json/construction_category.json | ||
- data/json/construction_group.json | ||
- data/json/deconstruction.json | ||
|
||
"Fields / Furniture / Terrain / Traps": | ||
- "**/furniture**" | ||
|
||
"Items: Food / Vitamins": | ||
- "**/food**" | ||
- "**/comestibles**" | ||
|
||
"NPC / Factions": | ||
- "**/npc**" | ||
|
||
"Melee": | ||
- "**/melee**" | ||
- "**/**techniques**" | ||
|
||
"Info / User Interface": | ||
- "**/ui/**/*" | ||
- "src/**ui**" | ||
- "**/widget/**/*" | ||
- "src/list_view.*" | ||
- "src/surroundings_menu.*" | ||
|
||
"Items: Armor / Clothing": | ||
- "**/armor/**/*" | ||
|
||
"Items: Containers": | ||
- "**/**containers**" | ||
|
||
"Appliance/Power Grid": | ||
- "**/appliance**" | ||
|
||
"Monsters": | ||
- "**/monsters/**/*" | ||
|
||
"Mutations / Traits / Professions/ Hobbies": | ||
- "**/professions.json" | ||
- "**mutations**" | ||
- "**hobbies**" | ||
|
||
"Lore": | ||
- data/json/npcs/BG_trait_groups.json | ||
- data/json/npcs/Personality_trait_groups.json | ||
- data/json/npcs/personality_traits.json | ||
- "**/Backgrounds/**/*" | ||
- "**/snippets/**/*" | ||
|
||
"Limbs": | ||
- "src/bodypart.*" | ||
- "data/json/limb_scores.json" | ||
|
||
"Spawn": | ||
- "**/itemgroups/**/*" | ||
- "**/monstergroups/**/*" | ||
|
||
"Bionics": | ||
- "**/bionics.*" | ||
|
||
"Map / Mapgen": | ||
- "**/mapgen/**/*" | ||
- "**/mapgen_palettes/**/*" | ||
- "**/overmap/**/*" | ||
- "**/overmap**" | ||
|
||
"Martial Arts": | ||
- "**/martialarts**" | ||
|
||
"Player Faction Base / Camp": | ||
- "src/basecamp.*" | ||
- "src/faction_camp.*" | ||
- data/json/mapgen/basecamps/**/* | ||
|
||
"Items: Ammo / Guns": | ||
- "**/gun/**/*" | ||
- "**/ammo/**/*" | ||
|
||
"SDL: Tiles / Sound": | ||
- gfx/**/* | ||
- sound/**/* | ||
|
||
"Scenarios": | ||
- "**/scenario**" | ||
|
||
"Translation": | ||
- lang/**/* | ||
- "src/translation.*" | ||
|
||
"Mods: Aftershock": | ||
- data/mods/Aftershock/**/* | ||
- data/mods/aftershock_exoplanet/**/* | ||
|
||
"Mods: Dark Days of the Dead": | ||
- data/mods/classic_zombies/**/* | ||
|
||
"Mods: Dark Skies": | ||
- data/mods/Dark-Skies-Above/**/* | ||
|
||
"Mods: DinoMod": | ||
- data/mods/DinoMod/**/* | ||
|
||
"Mods: Generic Guns": | ||
- data/mods/Generic_Guns/**/* | ||
|
||
"Mods: MA": | ||
- data/mods/MA/**/* | ||
|
||
"Mods: MMA": | ||
- data/mods/MMA/**/* | ||
|
||
"Mods: Magiclysm": | ||
- data/mods/Magiclysm/**/* | ||
|
||
"Mods: Innawood 🌲": | ||
- data/mods/innawood/**/* | ||
|
||
"Mods: No Hope": | ||
- data/mods/No_Hope/**/* | ||
|
||
"Mods: TropiCataclysm 🌴": | ||
- data/mods/TropiCataclysm/**/* | ||
|
||
"Mods: Tamable Wildlife": | ||
- data/mods/Tamable_Wildlife/**/* | ||
|
||
"Mods": | ||
- data/mods/**/* | ||
|
||
"Mechanics: Enchantments / Spells": | ||
- "**/enchantments**" | ||
- "**/spells**" | ||
|
||
"Mechanics: Weather": | ||
- "**/weather**" | ||
|
||
"Vehicles": | ||
- "**/vehicle**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
version: v1 | ||
|
||
labels: | ||
- label: "<Enhancement / Feature>" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Features +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Info / User Interface" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Interface +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Mods" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Mods +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Game: Balance" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Balance +\".+\"\\s*(\n|$)" | ||
|
||
- label: "<Bugfix>" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Bugfixes +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Code: Performance" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Performance +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Code: Infrastructure / Style / Static Analysis" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Infrastructure +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Code: Build" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*Build +\".+\"\\s*(\n|$)" | ||
|
||
- label: "Translation" | ||
matcher: | ||
body: "(\\s|^)#### Summary\\s*I18N +\".+\"\\s*(\n|$)" |
12 changes: 12 additions & 0 deletions
12
.github/workflows/assign_mission_target_needs_om_special.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Detect missions that are missing .start.assign_mission_target.om_special | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
run-the-tool: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 1 | ||
- run: ./tools/json_tools/assign_mission_target_needs_om_special.bash 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,5 @@ jobs: | |
- name: Display Corrections | ||
if: failure() | ||
run: | | ||
make astyle | ||
make astyle-fast | ||
git diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: "Comment Commands" | ||
|
||
on: | ||
issue_comment: | ||
types: | ||
- created | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
ISSUE_NUMBER: ${{ github.event.issue.number }} | ||
|
||
jobs: | ||
confirm-bug: | ||
name: Confirm bug - Comment command | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set-up Comvent | ||
uses: rytswd/[email protected] | ||
id: comvent | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
config-path: .github/comment-commands.yml | ||
|
||
- if: steps.comvent.outputs.confirm-bug != '' | ||
name: Handle confirmed command - Label | ||
run: | | ||
gh issue edit "$ISSUE_NUMBER" --remove-label "(S1 - Need Confirmation)" | ||
gh issue edit "$ISSUE_NUMBER" --add-label "(S2 - Confirmed)" |
Oops, something went wrong.