File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
resources/views/events/github Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414🛡 {!! __ (' tg-notifier::events/github/branch_protection_rule.name' ) ! !} : <code >{{ $payload -> rule -> name } } </code >
1515🔗 {!! __ (' tg-notifier::events/github/branch_protection_rule.created.link' , [
16- ' link' => " <a href='$repository -> html_url /settings/branch_protection_rules/{$payload -> rule -> id }'>{$payload -> rule -> id }</a>"
16+ ' link' => " <a href='$repository -> html_url /settings/branch_protection_rules/{$payload -> rule -> id }'># {$payload -> rule -> id }</a>"
1717 ]
1818 ) ! !}
Original file line number Diff line number Diff line change 2020
2121🏷 {!! __ (' tg-notifier::events/github/pull_request.title' ) ! !} : <code >{{ $pull_request -> title } } </code >
2222
23- 🌳: {{ $pull_request -> head -> ref } } -> {{ $pull_request -> base -> ref } } 🎯
23+ 🌳 {{ $pull_request -> head -> ref } } ➡ {{ $pull_request -> base -> ref } } 🎯
2424@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2525@include (' tg-notifier::events.github.pull_request.partials._reviewers' , compact (' payload' ) )
2626@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
Original file line number Diff line number Diff line change 1515
1616🏷 {!! __ (' tg-notifier::events/github/pull_request.title' ) ! !} : <code >{{ $pull_request -> title } } </code >
1717
18- 🌳 {{ $pull_request -> head -> ref } } -> {{ $pull_request -> base -> ref } } 🎯
18+ 🌳 {{ $pull_request -> head -> ref } } ➡ {{ $pull_request -> base -> ref } } 🎯
1919@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2020@include (' tg-notifier::events.github.pull_request.partials._reviewers' , compact (' payload' ) )
2121@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
Original file line number Diff line number Diff line change 1515
1616🏷 {!! __ (' tg-notifier::events/github/pull_request.title' ) ! !} : <code >{{ $pull_request -> title } } </code >
1717
18- 🌳: {{ $pull_request -> head -> ref } } -> {{ $pull_request -> base -> ref } } 🎯
18+ 🌳 {{ $pull_request -> head -> ref } } ➡ {{ $pull_request -> base -> ref } } 🎯
1919@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2020@include (' tg-notifier::events.github.pull_request.partials._reviewers' , compact (' payload' ) )
2121@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
You can’t perform that action at this time.
0 commit comments