Skip to content

Merge pull request #1772 from GeneriedJenelle/cloning-fix #16

Merge pull request #1772 from GeneriedJenelle/cloning-fix

Merge pull request #1772 from GeneriedJenelle/cloning-fix #16

name: Make changelogs
on:
push:
branches: [master]
jobs:
MakeCL:
runs-on: ubuntu-latest
if: github.repository == 'Eclipse-Station/NEV-Northern-Light'
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: "action@github.com"
GIT_NAME: "Nestor Jr."
run: python tools/changelog/generate_cl.py