Skip to content

xdp: move init steps that require caps early in validator process start up #40321

xdp: move init steps that require caps early in validator process start up

xdp: move init steps that require caps early in validator process start up #40321

Workflow file for this run

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@v6
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