Skip to content

Use changelog-tool from GitHub Container Registry (#90) #192

Use changelog-tool from GitHub Container Registry (#90)

Use changelog-tool from GitHub Container Registry (#90) #192

Workflow file for this run

name: Changelog Bot
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- CHANGELOG.md
jobs:
changelog-bot:
runs-on: ubuntu-latest
name: Update CHANGELOG.md
steps:
- name: Update Changelog
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.5
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "ponylang.main@gmail.com"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}