Browse Source

🔄 synced file(s) with OpenIMSDK/Open-IM-Server

🤖 kubbot to synchronize the warehouse
tags/v0.1.2
I am a robot (AI & Auto) 3 years ago
parent
commit
aab8972550
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/githooks/pre-commit

+ 1
- 1
scripts/githooks/pre-commit View File

@@ -26,7 +26,7 @@
LC_ALL=C

local_branch="$(git rev-parse --abbrev-ref HEAD)"
valid_branch_regex="^(main|master|develop)$|(feature|feat|openim|release|hotfix|test|bug|ci|cicd|style|)\/[a-z0-9._-]+$|^HEAD$"
valid_branch_regex="^(main|master|develop|release)$|(feature|feat|openim|hotfix|test|bug|ci|cicd|style|)\/[a-z0-9._-]+$|^HEAD$"

YELLOW="\e[93m"
GREEN="\e[32m"


Loading…
Cancel
Save