Skip to content

Commit

Permalink
fix: delete enter line
Browse files Browse the repository at this point in the history
  • Loading branch information
pxthinh committed Nov 19, 2023
1 parent a252c2a commit 6913464
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/closed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/deleted.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/locked.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/opened.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/pinned.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/reopened.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/unlocked.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
1 change: 0 additions & 1 deletion resources/views/events/github/issues/unpinned.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
📢 <b>{{ $issue->title }}</b>

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
3 changes: 1 addition & 2 deletions resources/views/events/github/pull_request/closed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
📢 <b>{{ $pull_request->title }}</b>

🌳 {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
3 changes: 1 addition & 2 deletions resources/views/events/github/pull_request/opened.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
📢 <b>{{ $pull_request->title }}</b>

🌳 {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$reviewers[] = "<b>{$reviewer->login}</b>";
}
$textReviewers .= __('tg-notifier::events/github/pull_request.review') . implode(', ', $reviewers);
$textReviewers .= __('tg-notifier::events/github/pull_request.review') . implode(', ', $reviewers). "\n";
}
?>
{!! $textReviewers !!}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
📢 <b>{{ $pull_request->title }}</b>

🌳 {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))

@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))

@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

0 comments on commit 6913464

Please sign in to comment.