Skip to content

Updated release-notes-bot #21

Updated release-notes-bot

Updated release-notes-bot #21

Workflow file for this run

name: Release Notes
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- .release-notes/next-release.md
- .release-notes/\d+.\d+.\d+.md
jobs:
release-notes:
runs-on: ubuntu-latest
name: Update release notes
steps:
- name: Update
uses: docker://ponylang/release-notes-bot-action:0.3.7
with:
git_user_name: "redvers"
git_user_email: "red@infect.me"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}