Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update-event-template' into upda…
Browse files Browse the repository at this point in the history
…te-event-template
  • Loading branch information
Phú Tống committed May 10, 2024
2 parents 2363171 + 5555385 commit 9d19c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
🛡 {!! __('tg-notifier::events/github/branch_protection_rule.name') !!}: <code>{{ $payload->rule->name }}</code>
@endif
🔗 {!! __('tg-notifier::events/github/branch_protection_rule.edited.link', [
'link' => "<a href='$repository->html_url/settings/branch_protection_rules/{$payload->rule->id}'>{$payload->rule->id}</a>"
'link' => "<a href='$repository->html_url/settings/branch_protection_rules/{$payload->rule->id}'>#{$payload->rule->id}</a>"
]
) !!}

0 comments on commit 9d19c5c

Please sign in to comment.