Skip to content

Commit

Permalink
Update view template for the branch_protection_rule actions
Browse files Browse the repository at this point in the history
Co-authored-by: TramJa Com <[email protected]>
  • Loading branch information
tanhongit and tnphcom committed May 10, 2024
1 parent 7f913a2 commit 1484781
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 1484781

Please sign in to comment.