Skip to content

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in /tools #89

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in /tools

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in /tools #89

Workflow file for this run

name: changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
permissions:
contents: read
jobs:
check:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: changelog
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: .github/scripts/check-changelog.sh