Skip to content

chore(zowex): bump rust-version to 1.88 #5130

chore(zowex): bump rust-version to 1.88

chore(zowex): bump rust-version to 1.88 #5130

Workflow file for this run

name: Changelog
on:
pull_request:
branches:
- master
- zowe-v?-lts
- next
jobs:
changelog:
runs-on: ubuntu-22.04
if: ${{ contains( github.event.pull_request.labels.*.name, 'no-changelog') != true }}
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Check Changelog Updated
uses: awharn/check_changelog_action@c55576539feda35872002e76b03da4e61cc4fed7 # v1
with:
header: '## Recent Changes'
file: 'CHANGELOG.md'
lerna: true
ignoreFiles: '__tests__|package.json|package-lock.json|*.md'