Skip to content

Commit

Permalink
Added a space before the skip tag
Browse files Browse the repository at this point in the history
Makes it more readable and makes github treat #num as a pr/issue link correctly
  • Loading branch information
optimumtact committed Jun 1, 2016
1 parent 2027f00 commit 3d26a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_webhook_processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3d26a49

Please sign in to comment.