There was an error while loading. Please reload this page.
1 parent 779e2f9 commit e8c75e4Copy full SHA for e8c75e4
.github/scripts/test_discovery.py
@@ -180,7 +180,7 @@ def _detect_default_base(self) -> str:
180
181
# Show the actual strategy being used
182
if branch and branch.endswith('.x'):
183
- return f"git show HEAD (maintenance branch {branch})"
+ return f"git diff HEAD~1 HEAD (maintenance branch {branch})"
184
elif pr_base:
185
return f"origin/{pr_base} (PR base)"
186
elif branch:
0 commit comments