Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master220' into hot-tajaran-se…
Browse files Browse the repository at this point in the history
…x-under-the-shower
  • Loading branch information
Daeberdir committed Sep 11, 2024
2 parents dd92838 + c9ee220 commit 1f281e6
Show file tree
Hide file tree
Showing 1,364 changed files with 45,513 additions and 27,165 deletions.
510 changes: 296 additions & 214 deletions .github/CONTRIBUTING.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
<!-- В Contributing.MD вы можете найти некоторые рекомендации к оформлению пулл-реквеста. -->

## Описание

<!-- Опишите, что делает ваш ПР. Документировать каждую деталь не требуется, просто укажите основные изменения. -->

## Ссылка на предложение/Причина создания ПР

<!-- Здесь оставьте ссылку на сообщение в #отчеты-по-предложениям, чтобы подтвердить, что ваше предложение одобрено. Либо укажите, почему этот ПР должен пройти без предложки. -->
<!-- Пример ссылки: https://discord.com/channels/617003227182792704/755125334097133628/ID-сообщения -->

## Демонстрация изменений

<!-- Здесь вы можете показать изменения внешне, к примеру новые спрайты, звуки или изменения карты. Или написать, что именно изменилось для игроков. Этот пункт полностью опционален и его можно удалить. -->

## Тесты

<!-- Как вы тестировали свой код. Ревьеюру будет проще, если он будет знать какие действия вы совершали, проверяя свой ПР. -->
38 changes: 19 additions & 19 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@ on:
workflow_dispatch:
inputs:
ci_required:
description: "CI Suite is required"
description: 'CI Suite is required'
type: boolean
required: true
default: true
perform_deploy_main:
description: "Deploy Paradise Main/Secondary"
description: 'Deploy Paradise Main/Secondary'
type: boolean
required: true
default: true
perform_deploy_vega:
description: "Deploy Paradise Vega"
description: 'Deploy Paradise Vega'
type: boolean
required: true
default: true
perform_deploy_cleo:
description: "Deploy Paradise Cleo"
description: 'Deploy Paradise Cleo'
type: boolean
required: true
default: true
perform_deploy_prime:
description: "Deploy Paradise Prime"
description: 'Deploy Paradise Prime'
type: boolean
required: true
default: true
default: false
perform_deploy_wl:
description: "Deploy Paradise WL"
description: 'Deploy Paradise WL'
type: boolean
required: true
default: true
default: false
perform_deploy_tutorial:
description: "Deploy Paradise Tutorial"
description: 'Deploy Paradise Tutorial'
type: boolean
required: true
default: true
default: false

jobs:
check:
Expand Down Expand Up @@ -120,13 +120,13 @@ jobs:
name: Create GitHub deployment
id: deployment
with:
token: "${{ github.token }}"
token: '${{ github.token }}'
environment: ${{ matrix.environment }}
environment-url: ${{ vars.ENVIRONMENT_URL }}
log-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
log-url: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
ref: ${{ vars.BRANCH }}
production-environment: true
initial-status: "in_progress"
initial-status: 'in_progress'

- name: Update and Build Paradise Main
if: matrix.environment == 'Main' && inputs.perform_deploy_main
Expand Down Expand Up @@ -228,22 +228,22 @@ jobs:
success()
uses: chrnorm/deployment-status@v2
with:
token: "${{ github.token }}"
token: '${{ github.token }}'
environment-url: ${{ steps.deployment.outputs.environment_url }}
log-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
log-url: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
state: "success"
state: 'success'

- name: Update deployment status (failure)
if: |
failure()
uses: chrnorm/deployment-status@v2
with:
token: "${{ github.token }}"
token: '${{ github.token }}'
environment-url: ${{ steps.deployment.outputs.environment_url }}
log-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
log-url: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
state: "failure"
state: 'failure'

delete-automatic-deployments:
name: Delete Automatic Deployments
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data/
!data/mode.txt
cfg/
tmp/
/cache/**/*
tools/Runtime Condenser/Input.txt
tools/Runtime Condenser/Output.txt
tools/MapDaemon/logs/*.txt
Expand Down
Loading

0 comments on commit 1f281e6

Please sign in to comment.