From 919632bed1bab2da851bbc097fabd635cc62a9db Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Thu, 15 Jun 2023 17:25:40 -0700 Subject: [PATCH] Update ci-check.yml Ignore staging-updated branch --- ci-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-check.yml b/ci-check.yml index 46a269d..0cfa7ae 100644 --- a/ci-check.yml +++ b/ci-check.yml @@ -12,7 +12,7 @@ jobs: 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 + ignore: production,staging,dev,dev-updated,staging-updated min_length: 5 max_length: 100 - name: Lint pull request title