From a7d2b53a838180374421990bff76cda3c72d9b17 Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Tue, 18 Jul 2023 08:29:34 -0700 Subject: [PATCH] fix: remove branch name requirement (#6) --- ci-check.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ci-check.yml b/ci-check.yml index 0cfa7ae..5bf331c 100644 --- a/ci-check.yml +++ b/ci-check.yml @@ -1,4 +1,4 @@ -name: Lint pull request title and branch name +name: Lint pull request title on: pull_request: @@ -8,13 +8,6 @@ jobs: branch-naming-rules: runs-on: ubuntu-latest steps: - - name: Check branch naming rules - uses: deepakputhraya/action-branch-name@master - with: - regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test|dependabot)\/[a-z0-9-_.\/]+?$' - ignore: production,staging,dev,dev-updated,staging-updated - min_length: 5 - max_length: 100 - name: Lint pull request title uses: morrisoncole/pr-lint-action@v1.7.0 with: