Skip to content

Bump codecov/codecov-action from 4.1.0 to 4.1.1 #3542

Bump codecov/codecov-action from 4.1.0 to 4.1.1

Bump codecov/codecov-action from 4.1.0 to 4.1.1 #3542

Workflow file for this run

name: Changelog
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened, ready_for_review]
branches:
- master
jobs:
changelog:
if: |
!contains(github.event.pull_request.labels.*.name, 'no-changelog-entry-needed') &&
github.event.pull_request.draft == false
name: Confirm changelog entry
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Grep for PR number in CHANGELOG.md
run: grep -P '{pull}`${{github.event.number}}`' CHANGELOG.md