From f559c536263e52c3c13cc123f38be9520e2bdf47 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sat, 23 Mar 2024 09:27:26 -0400 Subject: [PATCH] change name for branch-protection --- .github/workflows/pull-request.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6e1138c6fe..f6e9bc3f21 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -13,8 +13,7 @@ permissions: pull-requests: read jobs: - conventional-commit: - name: Validate PR title + validate-pr: runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v5