Skip to content

Fix: Add update CHANEGLOG workflow to cut-tag workflow #9

Fix: Add update CHANEGLOG workflow to cut-tag workflow

Fix: Add update CHANEGLOG workflow to cut-tag workflow #9

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 }}