Skip to content

Merge branch 'master' of https://github.com/benj8560/sojourn-station #5

Merge branch 'master' of https://github.com/benj8560/sojourn-station

Merge branch 'master' of https://github.com/benj8560/sojourn-station #5

name: Make changelogs
on:
push:
branches: [master]
jobs:
MakeCL:
runs-on: ubuntu-latest
if: github.repository == 'discordia-space/CEV-Eris'
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 25
- name: Python setup
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install depends
run: |
python -m pip install --upgrade pip
pip install ruamel.yaml PyGithub
- name: Make CL
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_EMAIL: "[email protected]"
GIT_NAME: "Nestor Jr."
run: python tools/changelog/generate_cl.py