Skip to content

Biobags hold extracts, new crates, fabricator fixes (#404) #308

Biobags hold extracts, new crates, fabricator fixes (#404)

Biobags hold extracts, new crates, fabricator fixes (#404) #308

name: Make changelogs
on:
push:
branches:
- master
jobs:
MakeCL:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 25
- name: Python setup
uses: actions/setup-python@v1
with:
python-version: "3.9"
- name: Install depends
run: |
python -m pip install --upgrade pip
pip install -r tools/changelog/requirements.txt
- name: Make CL
env:
GITHUB_TOKEN: ${{ secrets.DD_BOT_PAT || secrets.GITHUB_TOKEN }}
GIT_EMAIL: "action@github.com"
GIT_NAME: "Changelog Generation"
run: python tools/changelog/generate_cl.py