Skip to content

build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 #1897

build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0

build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 #1897

Workflow file for this run

name: Changelog Check
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "no changelog entry needed, dependencies"