Media
-
+![Example Media Embed](https://example.com/thisimageisntreal.png)
@@ -23,10 +49,14 @@ Description.
# Changelog
-
+
:cl:
-- add: Added fun!
-- tweak: Tweaked fun!
+- add: Added fun :D
+- tweak: Tweaked fun
- fix: Fixed fun!
-- remove: Removed fun!
+- remove: Removed fun :(
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 694c83b602..eb01eeecc4 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,4 +1,7 @@
-"Changes: C#":
+"Changes: Audio":
+ - "**/*.ogg"
+
+"Changes: C#":
- "**/*.cs"
"Changes: Config":
diff --git a/.github/workflows/build-docfx.yml b/.github/workflows/build-docfx.yml
index ca1a6f0af1..d37e37026d 100644
--- a/.github/workflows/build-docfx.yml
+++ b/.github/workflows/build-docfx.yml
@@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3.2.0
with:
- dotnet-version: 8.0.x
+ dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
diff --git a/.github/workflows/build-map-renderer.yml b/.github/workflows/build-map-renderer.yml
index 01575f64b9..c1790feadb 100644
--- a/.github/workflows/build-map-renderer.yml
+++ b/.github/workflows/build-map-renderer.yml
@@ -10,7 +10,7 @@ on:
jobs:
build:
- if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
strategy:
matrix:
os: [ubuntu-latest]
@@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3.2.0
with:
- dotnet-version: 8.0.x
+ dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
diff --git a/.github/workflows/build-test-debug.yml b/.github/workflows/build-test-debug.yml
index 519f5af6f4..bb0624e3ba 100644
--- a/.github/workflows/build-test-debug.yml
+++ b/.github/workflows/build-test-debug.yml
@@ -10,7 +10,7 @@ on:
jobs:
build:
- if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
strategy:
matrix:
os: [ubuntu-latest]
@@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3.2.0
with:
- dotnet-version: 8.0.x
+ dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index a44cac2cd1..877273d764 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -35,14 +35,14 @@ jobs:
- name: Install Dependencies
run: |
- cd "Tools/changelog"
+ cd "Tools/changelogs"
npm install
shell: bash
continue-on-error: true
- name: Generate Changelog
run: |
- cd "Tools/changelog"
+ cd "Tools/changelogs"
node changelog.js
shell: bash
continue-on-error: true
diff --git a/.github/workflows/close-master-pr.yml b/.github/workflows/close-master-pr.yml
index 66843d35dd..a74e838099 100644
--- a/.github/workflows/close-master-pr.yml
+++ b/.github/workflows/close-master-pr.yml
@@ -1,4 +1,4 @@
-name: Close PR's on master
+name: Close PRs on master
on:
pull_request_target:
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: superbrothers/close-pull-request@v3
with:
- comment: "Thank you for contributing to the Space Station 14 repository. Unfortunately, it looks like you submitted your pull request from the master branch. We suggest you follow [our git usage documentation](https://docs.spacestation14.com/en/general-development/setup/git-for-the-ss14-developer.html) \n\n You can move your current work from the master branch to another branch by doing `git branch