mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -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,
|
||||
'description': 'Automated change',
|
||||
'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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user