diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pull-request.yaml similarity index 98% rename from .github/workflows/lint-pr-title.yaml rename to .github/workflows/lint-pull-request.yaml index 0957aee5..20c249d8 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pull-request.yaml @@ -1,5 +1,5 @@ --- -name: lint-pr-title +name: lint-pull-request on: pull_request: types: [opened, synchronize, reopened] @@ -29,6 +29,7 @@ jobs: sdk api portal + ci-cd misc # Configure that a scope must always be provided. requireScope: true