Skip to content

Commit c186278

Browse files
committed
Revert "Revert "Merge branch 'master' of https://github.com/goober3/hi-github-portside""
This reverts commit 2924592.
1 parent 2924592 commit c186278

File tree

772 files changed

+124833
-107216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+124833
-107216
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: shiptest_ss13
4+
patreon: zephyrtfa_hosting
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: #
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.github/workflows/ci_suite.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Run Linters
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
ref: master
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Restore SpacemanDMM cache
2222
uses: actions/cache@v3
2323
with:
@@ -54,7 +54,7 @@ jobs:
5454
if: always()
5555
with:
5656
outputFile: output-annotations.txt
57-
- uses: actions/setup-python@v1
57+
- uses: actions/setup-python@v4
5858
with:
5959
python-version: "3.9"
6060
- name: Run Check Regex
@@ -69,14 +69,14 @@ jobs:
6969
name: Compile Maps
7070
runs-on: ubuntu-20.04
7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373
- name: Python setup
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v4
7575
with:
7676
python-version: "3.9"
7777
- name: Setup cache
7878
id: cache-byond
79-
uses: actions/cache@v2
79+
uses: actions/cache@v3
8080
with:
8181
path: ~/BYOND
8282
key: ${{ runner.os }}-byond-cache-${{ hashFiles('Dockerfile') }}
@@ -103,10 +103,10 @@ jobs:
103103
- 3306
104104
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v3
107107
- name: Setup cache
108108
id: cache-byond
109-
uses: actions/cache@v2
109+
uses: actions/cache@v3
110110
with:
111111
path: ~/BYOND
112112
key: ${{ runner.os }}-byond-cache-${{ hashFiles('Dockerfile') }}
@@ -144,7 +144,7 @@ jobs:
144144
name: Windows Build
145145
runs-on: windows-latest
146146
steps:
147-
- uses: actions/checkout@v2
147+
- uses: actions/checkout@v3
148148
- name: Restore Yarn cache
149149
uses: actions/cache@v3
150150
with:
@@ -163,7 +163,7 @@ jobs:
163163
md deploy
164164
bash tools/deploy.sh ./deploy
165165
- name: Deploy artifact
166-
uses: actions/upload-artifact@v2
166+
uses: actions/upload-artifact@v3
167167
with:
168168
name: deploy
169169
path: deploy

.github/workflows/codeowner_reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
#Parse the Codeowner file
1515
- name: CodeOwnersParser

.github/workflows/compile_changelogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "::set-output name=ACTIONS_ENABLED::$SECRET_EXISTS"
2020
- name: "Setup python"
2121
if: steps.value_holder.outputs.ACTIONS_ENABLED
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: '3.x'
2525
- name: "Install deps"
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install dos2unix
3131
- name: "Checkout"
3232
if: steps.value_holder.outputs.ACTIONS_ENABLED
33-
uses: actions/checkout@v1
33+
uses: actions/checkout@v3
3434
with:
3535
fetch-depth: 25
3636
- name: "Compile"

.github/workflows/dmi5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: ParadiseSS13/DMI5Checker@v1
1717
with:
1818
icons-path: "icons"

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Build and Publish Docker Image to Registry
1717
uses: elgohr/Publish-Docker-Github-Action@master

.github/workflows/generate_documentation.yml

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,46 @@ on:
33
push:
44
branches:
55
- master
6+
7+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
# Allow one concurrent deployment
14+
concurrency:
15+
group: "pages"
16+
cancel-in-progress: true
17+
618
jobs:
719
generate_documentation:
820
if: "!contains(github.event.head_commit.message, '[ci skip]')"
21+
environment:
22+
name: github-pages
23+
url: ${{ steps.deployment.outputs.page_url }}
924
runs-on: ubuntu-20.04
1025
steps:
11-
- uses: actions/checkout@v2
12-
- name: Setup cache
13-
uses: actions/cache@v2
26+
- uses: actions/checkout@v3
27+
- name: Restore SpacemanDMM cache
28+
uses: actions/cache@v3
1429
with:
15-
path: $HOME/SpacemanDMM
16-
key: ${{ runner.os }}-spacemandmm
30+
path: ~/SpacemanDMM
31+
key: ${{ runner.os }}-spacemandmm-${{ secrets.CACHE_PURGE_KEY }}
1732
- name: Install SpacemanDMM
1833
run: bash tools/ci/install_spaceman_dmm.sh dmdoc
1934
- name: Generate documentation
2035
run: |
2136
~/dmdoc
2237
touch dmdoc/.nojekyll
2338
echo codedocs.shiptest.net > dmdoc/CNAME
24-
- name: Deploy
25-
uses: JamesIves/[email protected]
39+
40+
- name: Upload artifact
41+
uses: actions/upload-pages-artifact@v1
2642
with:
27-
BRANCH: gh-pages
28-
CLEAN: true
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
SINGLE_COMMIT: true
31-
FOLDER: dmdoc
43+
# Upload output directory
44+
path: "dmdoc/"
45+
46+
- name: Deploy to GitHub Pages
47+
id: deployment
48+
uses: actions/deploy-pages@v2

.github/workflows/make_changelogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 25
1717
- name: Python setup
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.9"
2121
- name: Install depends

.github/workflows/stale.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66

7+
permissions:
8+
issues: write
9+
pull-requests: write
10+
711
jobs:
812
stale:
913
runs-on: ubuntu-20.04
@@ -12,9 +16,10 @@ jobs:
1216
- uses: actions/stale@v4
1317
with:
1418
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
stale-pr-message: "This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 14 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself"
16-
days-before-stale: 14
19+
stale-pr-message: "This PR has been inactive for a month. This means it is at risk of being auto closed in a week, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself"
20+
days-before-stale: 30
1721
days-before-close: 7
1822
days-before-issue-stale: -1
1923
stale-pr-label: "Stale"
2024
exempt-pr-labels: "RED LABEL, Test Merged, Test Merge Candidate, Stale Exempt"
25+
exempt-draft-pr: true

.github/workflows/update_tgs_dmapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update the TGS DMAPI
1212
steps:
1313
- name: Clone
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Branch
1717
run: |

0 commit comments

Comments
 (0)