Skip to content

Update github-action-zulip version #26

Update github-action-zulip version

Update github-action-zulip version #26

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: ponylang/release-notes-bot-action@0.3.4
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "ponylang.main@gmail.com"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}