Telegram webhook (#4227)
This commit is contained in:
parent
6dbd261852
commit
56da256853
13 changed files with 478 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
|||
<img class="img-13" src="{{AppSubUrl}}/img/discord.png">
|
||||
{{else if eq .HookType "dingtalk"}}
|
||||
<img class="img-13" src="{{AppSubUrl}}/img/dingtalk.png">
|
||||
{{else if eq .HookType "telegram"}}
|
||||
<img class="img-13" src="{{AppSubUrl}}/img/telegram.png">
|
||||
{{end}}
|
||||
</div>
|
||||
</h4>
|
||||
|
@ -28,6 +30,7 @@
|
|||
{{template "repo/settings/webhook/slack" .}}
|
||||
{{template "repo/settings/webhook/discord" .}}
|
||||
{{template "repo/settings/webhook/dingtalk" .}}
|
||||
{{template "repo/settings/webhook/telegram" .}}
|
||||
</div>
|
||||
|
||||
{{template "repo/settings/webhook/history" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue