pr-check: Drop dupe check

This commit is contained in:
bbhtt
2025-09-14 10:41:43 +05:30
parent ea174f50ca
commit 632c67b897
-5
View File
@@ -149,11 +149,6 @@ jobs:
BLOCKED=1
fi
if [ "$CONTAINS_MASTER" = "true" ]; then
echo "PR contains commits from master branch"
BLOCKED=1
fi
if [ "$EXIT_CODE" -ne 0 ]; then
echo "PR title validation failed"
BLOCKED=1