Skip to content

Bump nokogiri from 1.16.2 to 1.16.5 in /clients/python-legacy #18734

Bump nokogiri from 1.16.2 to 1.16.5 in /clients/python-legacy

Bump nokogiri from 1.16.2 to 1.16.5 in /clients/python-legacy #18734

Workflow file for this run

name: changelog
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 #tag 2.2.2
with:
REQUIRED_LABELS_ANY: "include-changelog,exclude-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "Enforcing that a PR must have one of (include-changelog,exclude-changelog) labels to be merged"