Commit 4ca17c66 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-230' into 'master'

docs mention fixup commits as a way to flag a MR as

See merge request gitlab-org/gitlab!40623
parents e65724ea 39287637
...@@ -28,9 +28,9 @@ There are several ways to flag a merge request as a Draft: ...@@ -28,9 +28,9 @@ There are several ways to flag a merge request as a Draft:
- Add the `/wip` [quick action](../quick_actions.md#quick-actions-for-issues-merge-requests-and-epics) - Add the `/wip` [quick action](../quick_actions.md#quick-actions-for-issues-merge-requests-and-epics)
in a comment in the merge request. This is a toggle, and can be repeated in a comment in the merge request. This is a toggle, and can be repeated
to change the status back. Note that any other text in the comment will be discarded. to change the status back. Note that any other text in the comment will be discarded.
- Add `draft:` or `Draft:` to the start of a commit message targeting the merge request's - Add `draft:`, `Draft:`, `fixup!`, or `Fixup!` to the beginning of a commit message targeting the
source branch. This is not a toggle, and doing it again in another commit will have merge request's source branch. This is not a toggle, and doing it again in another
no effect. commit will have no effect.
## Removing the "Draft" flag from a merge request ## Removing the "Draft" flag from a merge request
......
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