Skip to content

Commit

Permalink
Merge pull request #965 from egovernments/HCMPRE-0071-feature-name-ms…
Browse files Browse the repository at this point in the history
…gfix

Update branch-name-validator
  • Loading branch information
sathishp-eGov authored Oct 11, 2024
2 parents 1222369 + 11a5800 commit e68c5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Check if the branch name matches the pattern
if [[ ! "$branch_name" =~ $branch_regex ]]; then
echo "Branch name '$branch_name' does not follow the required naming convention."
echo "Branch names must follow the pattern: (feature|bugfix|hotfix|release)/PROJ-1234-description"
echo "Branch names must follow the pattern: (HCMPRE|HCMPOST|HCMSUB)-123-description"
exit 1
fi
Expand Down

0 comments on commit e68c5fb

Please sign in to comment.