Add gitlab webhook support
This commit is contained in:
parent
9d41d56e0c
commit
a1ae717c8f
26 changed files with 1824 additions and 8 deletions
5
templates/gitlab/messages/wiki.html
Normal file
5
templates/gitlab/messages/wiki.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{ templates.repo_sender_prefix }}
|
||||
{{ "edited" if object_attributes.action == UPDATE else object_attributes.action.past_tense }}
|
||||
<a href="{{ object_attributes.url }}">{{ object_attributes.title }}</a>
|
||||
on the wiki
|
||||
{%- if object_attributes.message -%}: {{ object_attributes.message }}{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue