Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 in /tools in the main group #4307

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 in /tools in the main group

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 in /tools in the main group #4307

name: Changelog Enforcer
on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
jobs:
changelog-enforcer:
runs-on: ubuntu-latest
if: ((github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push') && github.actor != 'dependabot[bot]'
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: no changelog
versionPattern: '^## \[(\d*\.\d*\.\d*-?\w*|MAJOR.MINOR.PATCH)\]'