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