Skip to content

Commit

Permalink
Change merge-pr script to target pandas-dev/pandas2
Browse files Browse the repository at this point in the history
Change-Id: Ibec998b58ac81b24fad1f01c358359a56ddd8697
  • Loading branch information
wesm committed Oct 17, 2016
1 parent ea2017e commit 27a194b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/merge-py.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from six.moves import input

PANDAS_HOME = '.'
PROJECT_NAME = 'pandas'
PROJECT_NAME = 'pandas2'
print("PANDAS_HOME = " + PANDAS_HOME)

# Remote name with the PR
Expand All @@ -46,8 +46,8 @@
# Remote name where results pushed
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "upstream")

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

# Prefix added to temporary branches
BRANCH_PREFIX = "PR_TOOL"
Expand Down

0 comments on commit 27a194b

Please sign in to comment.