Skip to content

Bootstrap web-ui README.md #113

Bootstrap web-ui README.md

Bootstrap web-ui README.md #113

Workflow file for this run

name: Changelog Enforcer
on:
pull_request:
branches: [ develop ]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'