Skip to content

Commit

Permalink
fix: clean changelog 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Apr 5, 2021
1 parent b48ab6b commit 042df9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/changelo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
update-changelog:
runs-on: ubuntu-latest
name: changelog generator
timeout-minutes: 2
# if: "!contains(github.event.head_commit.message, 'skip')"
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
submodules: 'true'
fetch-depth: 5

# https://github.com/marketplace/actions/tag-changelog
- name: create changelog text
Expand All @@ -30,7 +28,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-version-file: true
skip-commit: false
skip-commit: true
release-count: 0

- name: read 'templates/changelog'
Expand Down Expand Up @@ -71,6 +69,7 @@ jobs:
-
name: create pull request
uses: peter-evans/[email protected]
if: ${{ steps.ch.outputs.tag }}
# if: ${{ steps.ch.outputs.skipped == 'true' }}
# issue: https://github.com/peter-evans/create-pull-request/issues/48
id: cpr
Expand Down

0 comments on commit 042df9c

Please sign in to comment.