diff --git a/.github/workflows/validate-release-notes-pre-land.yml b/.github/workflows/validate-release-notes-pre-land.yml index d421d12e70092b..d9ba837761663d 100644 --- a/.github/workflows/validate-release-notes-pre-land.yml +++ b/.github/workflows/validate-release-notes-pre-land.yml @@ -38,7 +38,7 @@ jobs: id: diff release-notes-description-check: - name: Release Notes Check + name: Validate Release Notes in ${{ github.event.pull_request.number }} needs: diff if: needs.diff.outputs.isReleaseNotesEligible == 'true' runs-on: [ ubuntu-latest ]