Skip to content

Commit

Permalink
Merge pull request #279 from zowe/feature/trigger-changelog-if-PR
Browse files Browse the repository at this point in the history
check changelog when its a PR
  • Loading branch information
DivergentEuropeans authored Sep 19, 2023
2 parents 5fdd60c + 8079a45 commit 49cc1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

update-changelog:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
outputs:
was_updated: ${{ steps.check-change.outputs.change_detected }}
Expand Down Expand Up @@ -120,6 +121,7 @@ jobs:
fi
check_changelog:
if: github.event_name == 'pull_request'
needs: update-changelog
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to the Zlux App Server package will be documented in this file.

## v2.11.0

- Bugfix: The server couldn't load more than one certificate authority specified within the zowe.certificate.pem.certificateAuthorities section under any condition. Now, it is supported regardless of if the section is an array or a comma-separated string. (#266)

## v2.10.0
Expand Down

0 comments on commit 49cc1a0

Please sign in to comment.