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:
oranges
2016-06-01 19:24:57 +12:00
parent 2027f0006f
commit 3d26a4996a
+1 -1
View File
@@ -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(