mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
Added a space before the skip tag
Makes it more readable and makes github treat #num as a pr/issue link correctly
This commit is contained in:
@@ -262,7 +262,7 @@ function checkchangelog($payload, $merge = false) {
|
||||
}
|
||||
$content = array (
|
||||
'branch' => $payload['pull_request']['base']['ref'],
|
||||
'message' => 'Automatic changelog generation for PR #'.$payload['pull_request']['number'].'[ci skip]',
|
||||
'message' => 'Automatic changelog generation for PR #'.$payload['pull_request']['number'].' [ci skip]',
|
||||
'content' => base64_encode($file)
|
||||
);
|
||||
$scontext = array('http' => array(
|
||||
|
||||
Reference in New Issue
Block a user