Skip to content

Commit b17f32e

Browse files
committed
chore: update dartsdk minimum to latest version 3.7.2 (#44)
Signed-off-by: Jeremy Andrews <[email protected]>
1 parent 1af4adf commit b17f32e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/validation-workflow.yml

+8
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,21 @@ jobs:
2424
BRANCH_NAME="${{ inputs.branch_name }}"
2525
echo "Branch name: $BRANCH_NAME"
2626
27+
<<<<<<< HEAD
2728
if [[ "$BRANCH_NAME" =~ ^(qa|development|main|release-please--branches--main--components--openfeature_dart_server_sdk)$ ]]; then
29+
=======
30+
if [[ "$BRANCH_NAME" =~ ^(qa|development|main)$ ]]; then
31+
>>>>>>> 9729726 (chore: update dartsdk minimum to latest version 3.7.2 (#44))
2832
echo "✅ Branch name '$BRANCH_NAME' is valid for protected branches (qa, development, main)."
2933
elif [[ "$BRANCH_NAME" =~ ^(feat|fix|hotfix|chore|test|refactor|release)/[a-z0-9_-]+$ ]]; then
3034
echo "✅ Branch name '$BRANCH_NAME' follows the naming convention."
3135
else
3236
echo "❌ Branch name '$BRANCH_NAME' does not follow the naming convention: <type>/<branch-name>"
37+
<<<<<<< HEAD
3338
echo "Valid types: feat, fix, hotfix, chore, test, refactor, release, qa, main, development"
39+
=======
40+
echo "Valid types: feat, fix, hotfix, chore, test, refactor, release, development, qa, main"
41+
>>>>>>> 9729726 (chore: update dartsdk minimum to latest version 3.7.2 (#44))
3442
exit 1
3543
fi
3644

0 commit comments

Comments
 (0)