Skip to content

Bump codecov/codecov-action from 4 to 5 #193

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #193

Workflow file for this run

name: "Enforce NEWS"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'NEWS.md'
skipLabels: 'skip-news'