Add support for MS Teams webhooks (#6632)
This commit is contained in:
parent
2af67f6044
commit
b9d1fb6de3
14 changed files with 825 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
|||
<img class="img-13" src="{{AppSubUrl}}/img/dingtalk.png">
|
||||
{{else if eq .HookType "telegram"}}
|
||||
<img class="img-13" src="{{AppSubUrl}}/img/telegram.png">
|
||||
{{else if eq .HookType "msteams"}}
|
||||
<img class="img-13" src="{{AppSubUrl}}/img/msteams.png">
|
||||
{{end}}
|
||||
</div>
|
||||
</h4>
|
||||
|
@ -31,6 +33,7 @@
|
|||
{{template "repo/settings/webhook/discord" .}}
|
||||
{{template "repo/settings/webhook/dingtalk" .}}
|
||||
{{template "repo/settings/webhook/telegram" .}}
|
||||
{{template "repo/settings/webhook/msteams" .}}
|
||||
</div>
|
||||
|
||||
{{template "repo/settings/webhook/history" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue