From 5e15e28af586986765f4d50b3158694504bcaf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hochst=C3=B6ger=20Matthias?= <116495532+mhochsto@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:36:27 +0200 Subject: [PATCH] fix: naming for semantic workflow job --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 80bb586..38083d1 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -9,6 +9,6 @@ on: permissions: pull-requests: read jobs: - semantic-pr: + semantic_pr-name: name: Validate PR title uses: evva-sfw/.github/semantic-pr.yml@main