Skip to content

Fix: Adding newline at the end of a block so that it gets rendered #8

Fix: Adding newline at the end of a block so that it gets rendered

Fix: Adding newline at the end of a block so that it gets rendered #8

Workflow file for this run

name: Changelog CI
on:
pull_request:
types: [ opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Changelog CI
uses: saadmk11/[email protected]
with:
config_file: .github/changelog-ci-config.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}