File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
resources/views/events/github Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 55 'title ' => '👷♂️🛠️ <b>Dismissed Pull Request Review Comment</b> 💬 - 🦑:issue by :user ' ,
66 ],
77 'submitted ' => [
8- 'title ' => '♂️ 🛠️ <b>New Pull Request Review Comment</b> 💬 - 🦑:issue by :user ' ,
8+ 'title ' => '👷♂️ 🛠️ <b>New Pull Request Review Comment</b> 💬 - 🦑:issue by :user ' ,
99 ],
1010 'link ' => '🔗 Link: :review ' ,
1111];
Original file line number Diff line number Diff line change 22
33return [
44 'started ' => [
5- 'title ' => '🎉 <b>Watch Started</b> form 🦑:user ' ,
5+ 'title ' => '🎉 <b>New Started</b> form 🦑:user ' ,
66 'watcher ' => '👤 Watcher: <b>:sender_login</b> 👀 ' ,
77 ],
88];
Original file line number Diff line number Diff line change 1919 ) ! !}
2020
2121@foreach ($payload -> commits as $commit )
22- <?= $commitId = substr ($commit -> id , - 7 ); ? >
23- {!! __ (' tg-notifier::events/github/push.default.commit' , [
24- ' commit' => " <a href='$commit -> url '>$commitId </a>" ,
25- ' commit_message' => $commit -> message ,
26- ' commit_name' => $commit -> author -> name ,
27- ]
28- ) ! !}
22+ @php
23+ $commitId = substr ($commit -> id , - 7 );
24+ @endphp
25+ {!! __ (' tg-notifier::events/github/push.default.commit' , [
26+ ' commit' => " <a href='$commit -> url '>$commitId </a>" ,
27+ ' commit_message' => $commit -> message ,
28+ ' commit_name' => $commit -> author -> name ,
29+ ]
30+ ) ! !}
2931@endforeach
3032
3133{!! __ (' tg-notifier::events/github/push.default.pushed' , [' name' => $payload -> pusher -> name ]) ! !}
Original file line number Diff line number Diff line change 99 ]
1010 ) ! !}
1111
12- {!! __ (' tg-notifier::events/github/watch.started.watched ' , [' sender_login' => $payload -> sender -> login ]) ! !}
12+ {!! __ (' tg-notifier::events/github/watch.started.watcher ' , [' sender_login' => $payload -> sender -> login ]) ! !}
You can’t perform that action at this time.
0 commit comments