Skip to content

Commit e8e29fb

Browse files
authored
Merge pull request #6253 from devtron-labs/action-fix
chore: Update pr-issue-validator.yaml
2 parents 3bc82c8 + 5f196f3 commit e8e29fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-issue-validator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'main'
1212
- 'release-**'
1313
- 'develop'
14+
- 'hotfix-v0**'
1415
# paths-ignore:
1516
# - 'docs/**'
1617
# - '.github/'
@@ -276,7 +277,7 @@ jobs:
276277
if [ "$is_valid" = false ]; then
277278
echo "Validation failed. Please fix the errors before merging."
278279
gh pr comment $pr_no --body "The Migration files providede inside of the PR does not pass the criteria!!"
279-
# exit 1
280+
exit 1
280281
fi
281282
282283
echo "All .up.sql migration file validations passed."

0 commit comments

Comments
 (0)