chore: Adjust the title of the validate changelog job (#38601)

* adding a malformed changelog

* adjust name of validate changelog job

* remove malformed changelog
This commit is contained in:
Austin Valle 2026-05-15 11:03:48 -04:00 committed by GitHub
parent a3ad084492
commit 74be5f114e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
# Validate the changelog in the pull request branch
validate-changelog-entry:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-changelog-check') }}
name: "Check Changelog Entry"
name: "Validate Changelog"
runs-on: ubuntu-latest
steps: