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

Vigers ray patch 3 #78

Merged
merged 18 commits into from
Jun 12, 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
14 changes: 7 additions & 7 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Update sunrise changelog

on:
push:
branches: [master]
Expand All @@ -13,24 +15,22 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install Dependencies
run: pip install pyyaml

- name: Extract Changelog from PR
run: python3 Tools/update_changelog.py "${{ github.event.pull_request.body }}" "Resources/Changelog/ChangelogSunrise.yml"

- name: Commit and Push Changes
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
git config --global user.name 'VigersRay'
git config --global user.email '[email protected]'
git add Resources/Changelog/ChangelogSunrise.yml
git commit -m 'Update changelog from PR #${{ github.event.pull_request.number }}'
git push https://VigersRay:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git HEAD:master
git push https://VigersRay:${{ secrets.GH_TOKEN }}@github.com/VigersRay/${{ github.repository }}.git HEAD:master
1 change: 1 addition & 0 deletions Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
- CentCommOperator
primary: false


Loading