Skip to content

Commit

Permalink
Merge pull request #39 from zowe/feature/trigger-changelog-if-PR
Browse files Browse the repository at this point in the history
Feature/trigger changelog if pr
  • Loading branch information
DivergentEuropeans authored Sep 19, 2023
2 parents 28c241a + d90b4f0 commit 63d5926
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_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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 @@ -109,6 +110,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 sample iframe app will be documented in this file.

## 1.2.1

- Bugfix: Schema file was not included, preventing installation as a component
- Bugfix: Manifest build content template was never resolved, so it has been removed.

Expand Down

0 comments on commit 63d5926

Please sign in to comment.