diff options
author | jubianchi <contact@jubianchi.fr> | 2015-01-18 01:34:34 +0100 |
---|---|---|
committer | jubianchi <contact@jubianchi.fr> | 2015-01-20 10:50:24 +0100 |
commit | 4ffdb83e713b1ffa9578c02d31cfd0d9afe56ca7 (patch) | |
tree | c1277e89d305685e1d78b71067a8708d94e1c6fe /doc/web_hooks | |
parent | b1c79eaf945b22602552edf8d111c5245057bad2 (diff) | |
download | gitlab-ce-4ffdb83e713b1ffa9578c02d31cfd0d9afe56ca7.tar.gz |
Add action property to merge request hook
Diffstat (limited to 'doc/web_hooks')
-rw-r--r-- | doc/web_hooks/web_hooks.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index e17d21b990d..e3399e5f1b8 100644 --- a/doc/web_hooks/web_hooks.md +++ b/doc/web_hooks/web_hooks.md @@ -166,7 +166,9 @@ Triggered when a new merge request is created or an existing merge request was u "name": "GitLab dev user", "email": "gitlabdev@dv6700.(none)" } - } + }, + "url": "http://example.com/diaspora/merge_requests/1", + "action": "open" } } ``` |