Skip to content

[ci] Use GH actions to expand OS test matrix #8

[ci] Use GH actions to expand OS test matrix

[ci] Use GH actions to expand OS test matrix #8

Workflow file for this run

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