From 1b69e0c3070d9934cd7301d1b2687884a849b85b Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Fri, 2 Aug 2024 16:15:45 -0400 Subject: [PATCH] Add name for validate --- .github/workflows/validate-release-notes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-release-notes.yml b/.github/workflows/validate-release-notes.yml index e152a65..f71d62e 100644 --- a/.github/workflows/validate-release-notes.yml +++ b/.github/workflows/validate-release-notes.yml @@ -8,6 +8,7 @@ on: jobs: validate: + name: Validate Release Notes runs-on: ubuntu-latest steps: - name: Checkout repository