-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description On a repository (and organization) level, I have enabled Actions to create and approve pull requests. This PR will have the in-game GitHub contributor credits automatically updated every week.
- Loading branch information
1 parent
0548c63
commit b58ef28
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters