This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
feat: Use keyring
module in @zowe/secrets-for-zowe-sdk
as replacement for node-keytar
#1084
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changelog | |
on: | |
pull_request: | |
branches: | |
- master | |
- zowe-v1-lts | |
- next | |
jobs: | |
changelog: | |
if: ${{ contains( github.event.pull_request.labels.*.name, 'no-changelog') != true }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Check Changelog Updated | |
uses: awharn/check_changelog_action@v1 | |
with: | |
header: '## Recent Changes' | |
file: 'CHANGELOG.md' |