Skip to content

Adopt the common CI and tooling setup #67

Adopt the common CI and tooling setup

Adopt the common CI and tooling setup #67

Workflow file for this run

name: CHANGELOG related checks per pull request
on:
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
changelog-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Check changelog commits
env:
BASE_REF: ${{ github.base_ref }}
run: .github/scripts/check-changelog-commit.sh "origin/${BASE_REF}"