Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjubianchi <contact@jubianchi.fr>2015-01-18 03:34:34 +0300
committerjubianchi <contact@jubianchi.fr>2015-01-20 12:50:24 +0300
commit4ffdb83e713b1ffa9578c02d31cfd0d9afe56ca7 (patch)
treec1277e89d305685e1d78b71067a8708d94e1c6fe /doc/web_hooks
parentb1c79eaf945b22602552edf8d111c5245057bad2 (diff)
Add action property to merge request hook
Diffstat (limited to 'doc/web_hooks')
-rw-r--r--doc/web_hooks/web_hooks.md4
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"
}
}
```