Skip to content

Commit

Permalink
Update branch-name-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-egov authored Oct 11, 2024
1 parent 1222369 commit 08df5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-name-validator
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 08df5e7

Please sign in to comment.