From 94b9522d3292c5acb94bf2b8394c4ab270254937 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Fri, 2 Apr 2021 12:46:24 -0500 Subject: [PATCH] chore: Shorten check name. (#261) --- .github/workflows/pr-title.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 863019960..a570f9f3b 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -1,4 +1,4 @@ -name: Validate PR Title +name: PR Title on: pull_request_target: @@ -9,7 +9,7 @@ on: - synchronize jobs: - validate_pr_title: + validate: runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v3.1.0