Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Bump postcss from 8.3.6 to 8.4.31 #34

Bump postcss from 8.3.6 to 8.4.31

Bump postcss from 8.3.6 to 8.4.31 #34

Workflow file for this run

name: Changelog
on:
pull_request:
branches:
- master
- zowe-v1-lts
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
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