cslant/laravel-telegram-git-notifier

View on GitHub
lang/de/events/gitlab/push.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>',
    'commit' => '[:commit] :commit_message - by <i>:commit_by</i>',
    'pusher' => 'Pushed by : <b>:name</b>',
    'new_branch_title' => '<b>A new branch has been pushed to the project</b> :repo',
];