Skip to content

Commit

Permalink
Merge pull request #6253 from devtron-labs/action-fix
Browse files Browse the repository at this point in the history
chore: Update pr-issue-validator.yaml
  • Loading branch information
kirandevtn authored Jan 3, 2025
2 parents 3bc82c8 + 5f196f3 commit e8e29fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-issue-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'main'
- 'release-**'
- 'develop'
- 'hotfix-v0**'
# paths-ignore:
# - 'docs/**'
# - '.github/'
Expand Down Expand Up @@ -276,7 +277,7 @@ jobs:
if [ "$is_valid" = false ]; then
echo "Validation failed. Please fix the errors before merging."
gh pr comment $pr_no --body "The Migration files providede inside of the PR does not pass the criteria!!"
# exit 1
exit 1
fi
echo "All .up.sql migration file validations passed."
Expand Down

0 comments on commit e8e29fb

Please sign in to comment.