Skip to content

Commit fd7c284

Browse files
committed
BUG: Rename pydata to pandas-dev in merge-pr
The project has been renamed to pandas-dev, so explicitly point to the new name instead of relying on GitHub redirection magic. Closes pandas-devgh-14439.
1 parent 7cad3f1 commit fd7c284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/merge-py.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
# Remote name where results pushed
4747
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "upstream")
4848

49-
GITHUB_BASE = "https://github.com/pydata/" + PROJECT_NAME + "/pull"
50-
GITHUB_API_BASE = "https://github.com/api/repos/pydata/" + PROJECT_NAME
49+
GITHUB_BASE = "https://github.com/pandas-dev/" + PROJECT_NAME + "/pull"
50+
GITHUB_API_BASE = "https://github.com/api/repos/pandas-dev/" + PROJECT_NAME
5151

5252
# Prefix added to temporary branches
5353
BRANCH_PREFIX = "PR_TOOL"

0 commit comments

Comments
 (0)