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
e016eb01
Commit
e016eb01
authored
Feb 04, 2022
by
Michael Lussier
Committed by
Marcel Amirault
Feb 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include troubleshooting for known stuck merge request issue
parent
765884f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/ci/troubleshooting.md
doc/ci/troubleshooting.md
+15
-0
No files found.
doc/ci/troubleshooting.md
View file @
e016eb01
...
...
@@ -192,6 +192,21 @@ To illustrate its life cycle:
The merge request pipeline widget shows information about the pipeline status in
a merge request. It's displayed above the
[
ability to merge status widget
](
#merge-request-status-messages
)
.
#### "Checking ability to merge automatically" message
There is a
[
known issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/229352
)
where a merge request can be stuck with the
`Checking ability to merge automatically`
message.
If your merge request has this message and it does not disappear after a few minutes,
you can try one of these workarounds:
-
Refresh the merge request page.
-
Close & Re-open the merge request.
-
Rebase the merge request with the
`/rebase`
[
quick action
](
../user/project/quick_actions.md
)
.
-
If you have already confirmed the merge request is ready to be merged, you can merge
it with the
`/merge`
quick action.
#### "Checking pipeline status" message
This message is shown when the merge request has no pipeline associated with the
...
...
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