Skip to content

fix: naturaldelta includes months when years > 1 and months=True #907

fix: naturaldelta includes months when years > 1 and months=True

fix: naturaldelta includes months when years > 1 and months=True #907

name: Require PR label
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-slim
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2
with:
mode: minimum
count: 1
labels: |
changelog: Added
changelog: Changed
changelog: Deprecated
changelog: Fixed
changelog: Removed
changelog: Security
changelog: skip