diff --git a/tools/check_stamped.py b/tools/check_stamped.py index 63c703de511..c38cf36f65d 100644 --- a/tools/check_stamped.py +++ b/tools/check_stamped.py @@ -132,7 +132,7 @@ def main(branch) -> None: # Determine the base commit of the PR branch (merge base between PR branch and target branch) result = subprocess.run( - f"git merge-base {branch} develop", + f"git merge-base origin/{branch} origin/develop", shell=True, stdout=subprocess.PIPE, text=True,