Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update to Node 20 Workflows #89

Update to Node 20 Workflows

Update to Node 20 Workflows #89

Workflow file for this run

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