chore(deps): update codecov/codecov-action action to v5 #1357
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This action requires that any PR should touch at | |
# least one CHANGELOG file. | |
name: changelog | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
check-changelog: | |
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-changelog.yml@main |