update changelog-generator

This commit is contained in:
dragos-mateescu-visma 2021-06-09 16:10:52 +03:00 committed by GitHub
parent cebf3af8cc
commit 5a4e7403ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +1,24 @@
- name: Run Changelog CI name: Changelog CI
uses: saadmk11/changelog-ci@v0.8.0
with: # Controls when the action will run. Triggers the workflow on a pull request
# Optional, you can provide any name for your changelog file, on:
# defaults to `CHANGELOG.md` if not provided. pull_request:
changelog_filename: MY_CHANGELOG.md types: [ opened, reopened ]
# Optional, only required when you want more customization
# e.g: group your changelog by labels with custom titles, jobs:
# different version prefix, pull request title and version number regex etc. build:
# config file can be in JSON or YAML format. runs-on: ubuntu-latest
config_file: changelog-ci-config.json
# Optional, This will be used to configure git steps:
# defaults to `github-actions[bot]` if not provided. # Checks-out your repository
committer_username: 'test' - uses: actions/checkout@v2
committer_email: 'test@test.com'
env: - name: Run Changelog CI
# optional, only required for `private` repositories uses: saadmk11/changelog-ci@v0.8.0
# and required if the changelog comment with:
# option is turned on through the config file changelog_filename: CHANGELOG.md
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} config_file: changelog-ci-config.json
# Add this if you are using it on a private repository
# Or if you have turned on commenting through the config file.
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}