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

Add workflow to update issue and PR status on GH project board #85

Add workflow to update issue and PR status on GH project board

Add workflow to update issue and PR status on GH project board #85

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@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