Skip to content

Turn off CirrusCI (#87) #212

Turn off CirrusCI (#87)

Turn off CirrusCI (#87) #212

Workflow file for this run

name: Release Notes Bot
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- .release-notes/next-release.md
- .release-notes/\d+.\d+.\d+.md
jobs:
release-notes-bot:
runs-on: ubuntu-latest
name: Update release notes
steps:
- name: Update
uses: docker://ponylang/release-notes-bot-action:0.3.6
with:
git_user_name: "Sean T. Allen"
git_user_email: "sean@seantallen.com"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}