mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-16 13:11:55 +00:00
The created logfile is now pushed to the same branch that the relevant PR targeted.
This commit is contained in:
@@ -261,7 +261,8 @@ function checkchangelog($payload, $merge = false) {
|
||||
}
|
||||
$content = array (
|
||||
'message' => 'Automatic changelog generation for PR #'.$payload['pull_request']['number'],
|
||||
'content' => base64_encode($file)
|
||||
'content' => base64_encode($file),
|
||||
'branch' => $payload['pull_request']['base']['ref']
|
||||
);
|
||||
$scontext = array('http' => array(
|
||||
'method' => 'PUT',
|
||||
|
||||
Reference in New Issue
Block a user