File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 78
78
79
79
/** Set the path to the view file */
80
80
'view ' => [
81
+ 'ignore-message ' => env ('IGNORE_MESSAGE ' , 'ignore-message ' ),
82
+
81
83
'namespace ' => env ('TGN_VIEW_NAMESPACE ' , 'tg-notifier ' ),
82
84
83
85
'default ' => env (
Original file line number Diff line number Diff line change 19
19
@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
20
20
@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
21
21
@else
22
- IGNORE_MESSAGE
22
+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
23
23
@endif
Original file line number Diff line number Diff line change 19
19
@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
20
20
@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
21
21
@else
22
- IGNORE_MESSAGE
22
+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
23
23
@endif
Original file line number Diff line number Diff line change 19
19
@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
20
20
@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
21
21
@else
22
- IGNORE_MESSAGE
22
+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
23
23
@endif
You can’t perform that action at this time.
0 commit comments