Skip to content

Add image pruning

Add image pruning #307

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: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}