Skip to content

Add small comment

Add small comment #201

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://ponylang/changelog-bot-action:0.3.5
with:
git_user_name: "Sean T. Allen"
git_user_email: "sean@seantallen.com"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}