From fb776511fd1a1ef41e3fb7ded7c2d6ff936efc89 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:33:17 -0700 Subject: [PATCH 1/3] Update update-credits.yml --- .github/workflows/update-credits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index fb3508385e5..d7265cace71 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo # Do this in dump_github_contributors.ps1 too into your own repo - if: github.repository == 'DeltaV-Station/Delta-v' + if: github.repository == 'Simple-Station/Einstein-Engines' steps: - uses: actions/checkout@v3.6.0 From 2a9908db621afa82d6da496b236260f1732b0b16 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:34:16 -0700 Subject: [PATCH 2/3] Update dump_github_contributors.ps1 --- Tools/dump_github_contributors.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/dump_github_contributors.ps1 b/Tools/dump_github_contributors.ps1 index 68b1d7f426d..193eec4692d 100755 --- a/Tools/dump_github_contributors.ps1 +++ b/Tools/dump_github_contributors.ps1 @@ -27,7 +27,7 @@ function load_contribs([string] $repo) } $engineJson = load_contribs("space-wizards/RobustToolbox") -$contentJson = load_contribs("DeltaV-Station/Delta-v-rebase") +$contentJson = load_contribs("Simple-Station/Einstein-Engines") ($engineJson).login + ($contentJson).login ` | select -unique ` From c63906acf1344c00fdbf76235009ffee94b07d1c Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:42:41 -0700 Subject: [PATCH 3/3] Update update-credits.yml --- .github/workflows/update-credits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index d7265cace71..69a8bc19888 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -47,6 +47,6 @@ jobs: with: commit-message: Update Credits title: Update Credits - body: This is an automated Pull Request. This PR updates the github contributors in the credits section. - author: DeltaV-Bot + body: This is an automated Pull Request. This PR updates the GitHub contributors in the credits section. + author: ${{ vars.CHANGELOG_USER }} <${{ vars.CHANGELOG_EMAIL }}> branch: automated/credits-${{env.NOW}}