Skip to content

Commit

Permalink
Adding italics to make parsing of text easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Mar 13, 2019
1 parent 29a6a72 commit ba4498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-approval.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function vipgoci_autoapproval_do_approve(
'Auto-approved Pull-Request #' .
(int) $pr_item->number . ' as it ' .
'contains only auto-approvable files' .
' -- either pre-approved files or file-types that are ' .
' -- either pre-approved files _or_ file-types that are ' .
'auto-approvable (' .
implode( ', ', array_map( function( $type ) { return '`'.$type.'`'; }, $options['autoapprove-filetypes'] ) ) .
').',
Expand Down

0 comments on commit ba4498b

Please sign in to comment.