Skip to content

Commit

Permalink
πŸ”„ synced file(s) with OpenIMSDK/Open-IM-Server
Browse files Browse the repository at this point in the history
πŸ€– kubbot to synchronize the warehouse
  • Loading branch information
kubbot committed Aug 23, 2023
1 parent b652375 commit e5980ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
LC_ALL=C

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

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

0 comments on commit e5980ce

Please sign in to comment.