Skip to content

Merge pull request #35033 from Spookerton/spkrtn/cng/singleton-species #1642

Merge pull request #35033 from Spookerton/spkrtn/cng/singleton-species

Merge pull request #35033 from Spookerton/spkrtn/cng/singleton-species #1642

name: Make changelogs
permissions:
contents: read
on:
push:
branches:
- dev
jobs:
MakeCL:
permissions:
contents: write # required to push the changelog chunk yml commit
runs-on: ubuntu-22.04
if: github.repository == 'Baystation12/Baystation12' # to prevent this running on forks
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 25
- name: Python setup
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '3.x'
- name: Install depends
run: |
python -m pip install --upgrade pip
pip install ruamel.yaml PyGithub
- name: Make CL
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
GIT_EMAIL: "${{ secrets.BOT_EMAIL }}"
GIT_NAME: "${{ secrets.BOT_NAME }}"
run: python tools/changelog/generate_cl.py