mirror of https://github.com/microsoft/WSL
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…
Reference in New Issue