Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

build(deps): bump undici from 6.21.2 to 6.27.0 in /docs #103

build(deps): bump undici from 6.21.2 to 6.27.0 in /docs

build(deps): bump undici from 6.21.2 to 6.27.0 in /docs #103

name: Require changelog entry
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-changelog:
if: contains(github.event.pull_request.labels.*.name, 'changelog')
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Check if changes to CHANGELOG.md
shell: bash
env:
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: .github/scripts/check-changelog.sh