Skip to content

Commit

Permalink
Merge pull request #543 from zowe/feature/trigger-changelog-if-PR
Browse files Browse the repository at this point in the history
update changelog when its PR
  • Loading branch information
DivergentEuropeans authored Sep 19, 2023
2 parents 6bead2d + 3fc3943 commit 5067237
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 @@ -121,6 +122,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 @@ -7,6 +7,7 @@ All notable changes to the Zlux App Manager will be documented in this file.
- Bugfix: Fixed a timing issue with the iframe-adapter for Firefox (#532)

## `2.8.0`

- Bugfix: Fixed the iframe-adapter not properly recognizing standalone mode
- Bugfix: Fixed Iframes from unintentionally loading their sources multiple times during refocus & multi-app situations
- Enhancement: Added new isSingleAppModeSimple() to iframe-adapter to differentiate between standalone mode and simple standalone mode
Expand Down

0 comments on commit 5067237

Please sign in to comment.