Skip to content

Convert EuiMutationObserver from class to function component #15853

Convert EuiMutationObserver from class to function component

Convert EuiMutationObserver from class to function component #15853

Workflow file for this run

name: 'Changelog required'
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [main]
jobs:
changelog:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Check changelogs
run: |
./scripts/check_changelogs.sh \
"${{ github.event.pull_request.number }}" \
"${{ join(github.event.pull_request.labels.*.name, '|') }}"
env:
GITHUB_BASE_REF: ${{ github.base_ref }}