diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 944d466..2000d86 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,6 +11,7 @@ permissions: jobs: validate: + name: Conventional Commits runs-on: ubuntu-latest steps: - name: Checkout PR head diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 82c6e9a..862f6c7 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -13,6 +13,7 @@ permissions: jobs: validate: + name: Semantic PR Title runs-on: ubuntu-latest steps: - name: Validate PR title