Skip to content

changelog: Sprint 85 #16

changelog: Sprint 85

changelog: Sprint 85 #16

Workflow file for this run

name: 📃 Changelog
on:
pull_request:
schedule:
- cron: 7 0 * * 0
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: 💂 Install Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: 📥 Generate changelog
run: scripts/mkchangelog
env:
GH_TOKEN: ${{ secrets.ITOU_TECH_GH_TOKEN }}