From 24761c9034cb6165f60ebe3881c5876db89687b7 Mon Sep 17 00:00:00 2001 From: Amber Torrise Date: Thu, 30 Nov 2023 17:50:01 -0500 Subject: [PATCH] removing trailing spaces in random files. also adding workflow to sync changes in our two cli readmes Signed-off-by: Amber Torrise --- .github/workflows/auto-comment.yml | 3 +-- .github/workflows/sync-cli-readmes.yml | 22 ++++++++++++++++++++++ packages/secrets/CHANGELOG.md | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/sync-cli-readmes.yml diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index e5ac484317..14cffcea7d 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -10,9 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Process Label Action uses: hramos/respond-to-issue-based-on-label@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: '.github/label-actions.yml' + configuration-path: '.github/label-actions.yml' \ No newline at end of file diff --git a/.github/workflows/sync-cli-readmes.yml b/.github/workflows/sync-cli-readmes.yml new file mode 100644 index 0000000000..d7e38bb31c --- /dev/null +++ b/.github/workflows/sync-cli-readmes.yml @@ -0,0 +1,22 @@ +name: Sync CLI Readmes + +on: + push: + branches: + - next + - cleanup + +jobs: + sync-files: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Sync files + run: | + cp zowe-cli/README.md zowe-cli/packages/cli/README.md + git add . + git commit -m "Sync files" || true + git push diff --git a/packages/secrets/CHANGELOG.md b/packages/secrets/CHANGELOG.md index 1e0fe440d8..93ca902f5f 100644 --- a/packages/secrets/CHANGELOG.md +++ b/packages/secrets/CHANGELOG.md @@ -27,7 +27,7 @@ All notable changes to the Zowe Secrets SDK package will be documented in this f ## `7.18.1` -- Added README to package w/ description, instructions and examples of using the `keyring` module. +- Added README to package w/ description, instructions and examples of using the `keyring` module. ## `7.18.0`