Skip to content

ZE API for direct connect login/logout & adoption in ZE processes #4220

ZE API for direct connect login/logout & adoption in ZE processes

ZE API for direct connect login/logout & adoption in ZE processes #4220

Workflow file for this run

name: Changelog
on:
pull_request:
branches:
- main
- v?-lts
- next
jobs:
changelog:
if: ${{ contains( github.event.pull_request.labels.*.name, 'no-changelog') != true }}
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
# Make pnpm available for Changelog Checks
- name: Install pnpm
run: npm install -g pnpm@8
- name: Check Changelog Updated
uses: awharn/check_changelog_action@v1
with:
header: "## TBD Release"
lerna: true
pnpm: true