Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Credits Action #28

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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 <[email protected]>
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}}
2 changes: 1 addition & 1 deletion Tools/dump_github_contributors.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down
Loading