File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'title ' => '🗑 <b>Webhook gelöscht</b> ' ,
5
+ 'organization ' => '🏢 Organisation: <b>:organization</b> ' ,
6
+ 'full_name ' => '📦 Repository: 🦑<b>:full_name</b> ' ,
7
+ 'sender ' => '👤 Sender (der das Ereignis ausgelöst hat): <b>:sender</b> ' ,
8
+ ];
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'title ' => '🗑 <b>Webhook 削除</b> ' ,
5
+ 'organization ' => '🏢 組織: <b>:organization</b> ' ,
6
+ 'full_name ' => '📦 リポジトリ: 🦑<b>:full_name</b> ' ,
7
+ 'sender ' => '👤 送信者(イベントのトリガー): <b>:sender</b> ' ,
8
+ ];
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'title ' => '🗑 <b>Webhook Deleted</b> ' ,
5
+ 'organization ' => '🏢 Organization: <b>:organization</b> ' ,
6
+ 'full_name ' => '📦 Repository: 🦑<b>:full_name</b> ' ,
7
+ 'sender ' => '👤 Sender (triggered the event): <b>:sender</b> ' ,
8
+ ];
You can’t perform that action at this time.
0 commit comments