This commit is contained in:
carlospolop 2025-09-29 16:04:18 +02:00
parent e7455d1bfd
commit 65cbb0cf58

View File

@ -137,7 +137,7 @@ jobs:
else
echo "Failed to merge PR #$pr_number: $pr_title"
fi
elif [ "$pr_mergeable" = "CONFLICTED" ]; then
elif [ "$pr_mergeable" = "CONFLICTED" ] || [ "$pr_mergeable" = "CONFLICTING" ]; then
echo "PR #$pr_number has conflicts. Attempting to resolve searchindex.js conflicts..."
# Try to resolve conflicts by updating the branch