Skip to content

Update CLI plug-in and extension name per TSC discussion #170

Update CLI plug-in and extension name per TSC discussion

Update CLI plug-in and extension name per TSC discussion #170

Workflow file for this run

name: Changelog
on:
pull_request:
branches:
- main
jobs:
changelog:
if: ${{ contains( github.event.pull_request.labels.*.name, 'no-changelog') != true }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Changelog Updated
id: checkchangelogupdated
uses: awharn/check_changelog_action@v1
with:
header: "## TBD Release"
file: "CHANGELOG.md"
lerna: false