From 74be5f114efd4e3c5b6732068db67d0d579a5f5d Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Fri, 15 May 2026 11:03:48 -0400 Subject: [PATCH] chore: Adjust the title of the validate changelog job (#38601) * adding a malformed changelog * adjust name of validate changelog job * remove malformed changelog --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b8b6621869..510b35a2df 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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: