Skip to content

chore: Several changes in GCP PSC Port-Based Routing #14685

chore: Several changes in GCP PSC Port-Based Routing

chore: Several changes in GCP PSC Port-Based Routing #14685

name: Check changelog entry file
on:
pull_request:
types: [opened, reopened, synchronize, edited, labeled, unlabeled]
jobs:
check:
env:
PR_TITLE: ${{ github.event.pull_request.title }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: 'go.mod'
- run: make check-changelog-entry-file