From b7f5f888089efb8e23a6a1d938bf8cccb86057c5 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:34:02 -0400 Subject: [PATCH 1/8] stop benchmarks.yml being fucking annoying --- .github/workflows/benchmarks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index daae8071338f..abb26aeaeeb8 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -29,6 +29,9 @@ jobs: echo "::set-output name=out::$(git rev-parse HEAD)" id: engine_version - name: Run script on centcomm + env: + CENTCOMM_ROBUST_BENCHMARK_RUNNER_KEY: ${{ secrets.CENTCOMM_ROBUST_BENCHMARK_RUNNER_KEY }} + if: env.CENTCOMM_ROBUST_BENCHMARK_RUNNER_KEY # stop it from being fucking annoying uses: appleboy/ssh-action@master with: host: centcomm.spacestation14.io From 163440bb63446a63382ac8efd144665ea8c51e75 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:37:02 -0400 Subject: [PATCH 2/8] bro you commented it out to stop it erroring but that MAKES IT ERROR,,,, --- .github/workflows/labeler-review.yml | 50 ++++++++++++++-------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index cc9ded410877..33fda4606def 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -5,28 +5,28 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -#name: "Labels: Approved" -# -#on: -# pull_request_review: -# types: [submitted] -# -#jobs: -# add_label: -# # Change the repository name after you've made sure the team name is correct for your fork! -# if: ${{ (github.repository == 'Goob-Station/Goob-Station') && (github.event.review.state == 'APPROVED') }} -# permissions: -# contents: read -# pull-requests: write -# runs-on: ubuntu-latest -# steps: -# - uses: tspascoal/get-user-teams-membership@v3 -# id: checkUserMember -# with: -# username: ${{ github.actor }} -# team: "maintainers" -# GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} -# - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} -# uses: actions-ecosystem/action-add-labels@v1 -# with: -# labels: "S: Approved" +name: "Labels: Approved" + +on: + pull_request_review: + types: [submitted] + +jobs: + add_label: + # Change the repository name after you've made sure the team name is correct for your fork! + if: ${{ (github.repository == 'Goob-Station/Goob-Station') && (github.event.review.state == 'APPROVED') }} + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: tspascoal/get-user-teams-membership@v3 + id: checkUserMember + with: + username: ${{ github.actor }} + team: "maintainers" + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} + uses: actions-ecosystem/action-add-labels@v1 + with: + labels: "S: Approved" From 00cb0043b4943cee296c39fd20aa47805f4c983c Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:31:38 -0400 Subject: [PATCH 3/8] guh --- .github/workflows/publish-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-testing.yml b/.github/workflows/publish-testing.yml index 1b1344315a44..639729866e0f 100644 --- a/.github/workflows/publish-testing.yml +++ b/.github/workflows/publish-testing.yml @@ -44,3 +44,4 @@ jobs: env: PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} GITHUB_REPOSITORY: ${{ vars.GITHUB_REPOSITORY }} + if: env.PUBLISH_TOKEN From 45dc8f8806767bcec0c07d0f41a7e000bd13ec6f Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:01:08 -0400 Subject: [PATCH 4/8] guh --- .github/workflows/labeler-review.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 33fda4606def..529583bf5c29 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -22,6 +22,9 @@ jobs: steps: - uses: tspascoal/get-user-teams-membership@v3 id: checkUserMember + env: + BOT_TOKEN: ${{ secrets.BOT_TOKEN }} + if: env.BOT_TOKEN with: username: ${{ github.actor }} team: "maintainers" From af133ed5ac626fcacc47d24c06c313c32fa6b692 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:03:47 -0400 Subject: [PATCH 5/8] annoying --- .github/workflows/labeler-size.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler-size.yml b/.github/workflows/labeler-size.yml index 5e44c0b34178..3e822f8dbedd 100644 --- a/.github/workflows/labeler-size.yml +++ b/.github/workflows/labeler-size.yml @@ -15,6 +15,7 @@ jobs: uses: "pascalgn/size-label-action@v0.5.5" env: GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}" + if: env.GITHUB_TOKEN with: # Custom size configuration sizes: > From 5e6a45c48b19ca4f5ef369e4b9afd778f709f540 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:07:40 -0400 Subject: [PATCH 6/8] Nvm --- .github/workflows/labeler-size.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/labeler-size.yml b/.github/workflows/labeler-size.yml index 3e822f8dbedd..5e44c0b34178 100644 --- a/.github/workflows/labeler-size.yml +++ b/.github/workflows/labeler-size.yml @@ -15,7 +15,6 @@ jobs: uses: "pascalgn/size-label-action@v0.5.5" env: GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}" - if: env.GITHUB_TOKEN with: # Custom size configuration sizes: > From b26926f9819b6b7eb1dd26a0bfb2c2a6a217f543 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:12:37 -0400 Subject: [PATCH 7/8] genius --- .github/workflows/labeler-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 529583bf5c29..33fda4606def 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -22,9 +22,6 @@ jobs: steps: - uses: tspascoal/get-user-teams-membership@v3 id: checkUserMember - env: - BOT_TOKEN: ${{ secrets.BOT_TOKEN }} - if: env.BOT_TOKEN with: username: ${{ github.actor }} team: "maintainers" From 4305d061e3f4f6d57a10c7fc930a1466fe7ca256 Mon Sep 17 00:00:00 2001 From: madeline-celeste <224184098+madeline-celeste@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:22:38 -0400 Subject: [PATCH 8/8] guh