From a7cd815b09d0052edb4f86dfc48ebbc8c10675df Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 4 Mar 2025 11:18:20 +0100 Subject: [PATCH] ci: Change naming --- .github/workflows/pr-cc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-cc.yml b/.github/workflows/pr-cc.yml index 5e46c58..7ba7c47 100644 --- a/.github/workflows/pr-cc.yml +++ b/.github/workflows/pr-cc.yml @@ -1,4 +1,4 @@ -name: PR Conventional Commit Validation +name: Conventional Commit run-name: Enforce that PR name follow Conventional Commits on: @@ -6,7 +6,7 @@ on: types: [opened, synchronize, reopened, edited] jobs: - validate-pr-title: + Validate: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation