Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
42ffc093
Commit
42ffc093
authored
Jun 09, 2021
by
Amy Qualls
Committed by
Craig Norris
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add info about closing / deleting merge requests
parent
7d39e755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
doc/user/project/merge_requests/index.md
doc/user/project/merge_requests/index.md
+29
-0
No files found.
doc/user/project/merge_requests/index.md
View file @
42ffc093
...
...
@@ -76,6 +76,35 @@ can assign, categorize, and track progress on a merge request:
-
[
**Notifications**
](
../../profile/notifications.md
)
: A toggle to select whether
or not to receive notifications for updates to a merge request.
## Close a merge request
If you decide to permanently stop work on a merge request,
GitLab recommends you close the merge request rather than
[
delete it
](
#delete-a-merge-request
)
. Users with
Developer, Maintainer, or Owner
[
roles
](
../../permissions.md
)
in a project
can close merge requests in the project:
1.
Go to the merge request you want to close.
1.
Scroll to the comment box at the bottom of the page.
1.
Following the comment box, select
**Close merge request**
.
GitLab closes the merge request, but preserves records of the merge request,
its comments, and any associated pipelines.
### Delete a merge request
GitLab recommends you close, rather than delete, merge requests.
WARNING:
You cannot undo the deletion of a merge request.
To delete a merge request:
1.
Sign in to GitLab as a user with the project Owner
[
role
](
../../permissions.md
)
.
Only users with this role can delete merge requests in a project.
1.
Go to the merge request you want to delete, and select
**Edit**
.
1.
Scroll to the bottom of the page, and select
**Delete merge request**
.
## Merge request workflows
For a software developer working in a team:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment