forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/CleverRaven/Cataclysm-DDA
- Loading branch information
Showing
519 changed files
with
617,245 additions
and
370,544 deletions.
There are no files selected for viewing
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,51 @@ | ||
"C++": | ||
- "**/*.cpp" | ||
- "**/*.h" | ||
|
||
"Json": | ||
- "**/*.json" | ||
|
||
"Python": | ||
- "**/*.py" | ||
|
||
"Documentation": | ||
- "**/*.md" | ||
- doc/**/* | ||
|
||
"Code: Tooling": | ||
- tools/**/* | ||
|
||
"Code: Test": | ||
- tests/**/* | ||
|
||
"SDL: Tiles / Sound": | ||
- gfx/**/* | ||
- sound/**/* | ||
|
||
"Translation": | ||
- lang/**/* | ||
|
||
"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: Dinoclysm": | ||
- data/mods/DinoMod/**/* | ||
|
||
"Mods: Generic Guns": | ||
- data/mods/Generic_Guns/**/* | ||
|
||
"Mods: MMA": | ||
- data/mods/MMA/**/* | ||
|
||
"Mods: Magiclysm": | ||
- data/mods/Magiclysm/**/* | ||
|
||
"Mods: No Hope": | ||
- data/mods/No_Hope/**/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v3 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true |
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
Oops, something went wrong.