Skip to content

build(deps): bump github.com/aiven/aiven-go-client/v2 from 2.28.0 to 2.30.0 in /selproj in the main group #159

build(deps): bump github.com/aiven/aiven-go-client/v2 from 2.28.0 to 2.30.0 in /selproj in the main group

build(deps): bump github.com/aiven/aiven-go-client/v2 from 2.28.0 to 2.30.0 in /selproj in the main group #159

name: Enforce Changelog
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
jobs:
changelog_enforce:
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, trunk