mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 13:05:32 -06:00
Use the correct base branch in create-change.py (#13017)
This commit is contained in:
parent
9cd3438a2f
commit
a630dbc613
@ -41,7 +41,7 @@ def main(repo_path: str, token: str, commiter: str, message: str, branch: str, d
|
|||||||
'title': message,
|
'title': message,
|
||||||
'description': 'Automated change',
|
'description': 'Automated change',
|
||||||
'head': branch,
|
'head': branch,
|
||||||
'base': 'main'
|
'base': 'master'
|
||||||
}
|
}
|
||||||
|
|
||||||
response = requests.post(f'https://api.github.com/repos/{REPO}/pulls', headers=headers, data=json.dumps(body), timeout=30)
|
response = requests.post(f'https://api.github.com/repos/{REPO}/pulls', headers=headers, data=json.dumps(body), timeout=30)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user