Commit 7af349e3 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-aqualls-mark-as-ready' into 'master'

Docs: notify users when MR is marked ready

See merge request gitlab-org/gitlab!56153
parents 44c6716c 19dedeb0
...@@ -207,6 +207,7 @@ epics: ...@@ -207,6 +207,7 @@ epics:
| Fixed pipeline ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/24309) in GitLab 13.1.) | The author of the pipeline. Enabled by default. | | Fixed pipeline ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/24309) in GitLab 13.1.) | The author of the pipeline. Enabled by default. |
| Merge merge request | | | Merge merge request | |
| Merge when pipeline succeeds ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/211961) in GitLab 13.4) | Author, Participants, Watchers, Subscribers, and Custom notification level with this event selected. `Note:` Custom notification level is ignored for Author, Watchers and Subscribers | | Merge when pipeline succeeds ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/211961) in GitLab 13.4) | Author, Participants, Watchers, Subscribers, and Custom notification level with this event selected. `Note:` Custom notification level is ignored for Author, Watchers and Subscribers |
| Merge request [marked as ready](../project/merge_requests/drafts.md) (introduced in [GitLab 13.10](https://gitlab.com/gitlab-org/gitlab/-/issues/15332)) | Watchers and participants |
| New comment | Participants, Watchers, Subscribers, and Custom notification level with this event selected, plus anyone mentioned by `@username` in the comment, with notification level "Mention" or higher | | New comment | Participants, Watchers, Subscribers, and Custom notification level with this event selected, plus anyone mentioned by `@username` in the comment, with notification level "Mention" or higher |
| New epic | | | New epic | |
| New issue | | | New issue | |
......
...@@ -57,6 +57,10 @@ When a merge request is ready to be merged, you can remove the `Draft` flag in s ...@@ -57,6 +57,10 @@ When a merge request is ready to be merged, you can remove the `Draft` flag in s
in a comment in the merge request. This quick action is a toggle, and can be repeated in a comment in the merge request. This quick action is a toggle, and can be repeated
to change the status back. This quick action discards any other text in the comment. to change the status back. This quick action discards any other text in the comment.
In [GitLab 13.10 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/15332),
when you mark a merge request as ready, notifications are triggered to
[merge request participants and watchers](../../profile/notifications.md#notifications-on-issues-merge-requests-and-epics).
## Include or exclude drafts when searching ## Include or exclude drafts when searching
When viewing or searching in your project's merge requests list, you can include or exclude When viewing or searching in your project's merge requests list, you can include or exclude
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment