forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master-ru' of https://gitlab.workbench.network/Workbenc…
…h-Team/space-station-14 into arumoon-server # Conflicts: # Content.Server/ServerInfo/ServerInfoManager.cs # Resources/Maps/Misc/terminal.yml # Resources/Maps/metastation.yml # Resources/Prototypes/Catalog/Fills/Lockers/security.yml # Resources/Prototypes/Entities/Objects/Materials/ore.yml # Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml # Resources/migration.yml
- Loading branch information
Showing
433 changed files
with
27,012 additions
and
5,067 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
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 == 'space-wizards/space-station-14') && (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: "content-maintainers,junior-maintainers" | ||
GITHUB_TOKEN: ${{ secrets.GH_PAT }} | ||
- if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} | ||
uses: actions-ecosystem/action-add-labels@v1 | ||
with: | ||
labels: "S: Approved" |
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
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
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
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
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
Oops, something went wrong.