
Merge Request Stuck in "Building Your Merge Request" Status and ...
Oct 25, 2024 · When creating a merge request on my self-managed GitLab instance, the merge request page gets stuck displaying the message “Building your merge request … this page will update when …
Only allow merges to main via Merge Request - How to Use GitLab ...
Feb 27, 2025 · Problem to solve I’m trying to set my repo up so that it will only allow merges to the main branch via merge requests. Is that possible? I can only find settings for allowing merges and pulls …
Gitlab rules - merge_request_event - GitLab CI/CD - GitLab Forum
Oct 23, 2024 · I have the same issue. I forked the monorepo playground repository, changed the rules section to include only if the pipe source is a merge request event and there are changes in the …
Help: GitLab merge is hung/stuck for forever!
May 16, 2024 · The merge request is hung for forever, I don’t understand why. I don’t know who to approach to fix this. Please help.
While Gitlab merge Your merge request is almost ready! and keep on ...
Jan 13, 2024 · While merging the code from one branch to another is not allowed. I am showing the below message. Your merge request is almost ready!
Trigger pipeline ONLY when MR is Approved - GitLab Forum
Nov 9, 2022 · Gitlab can fire a webhook when a merge request is approved or updated and it is possible to use that webhook to start a ci job with a pipeline trigger token. First you have to create a pipeline …
Unable to click Merge button for Merge Requests, and ... - GitLab Forum
Jun 17, 2021 · Unable to click Merge button in Merge Request When I open a Merge Request, and go down to where the Merge button is, it is greyed out and all I see is the message Checking if merge …
Merge request considering merge-request pipelines instead of branch ...
Sep 10, 2024 · Greetings, In my project, a pipeline runs on every branch commit. This pipeline consists of all the builds, lint, unit tests, etc… Another pipeline runs when i raise a merge request from feature …
Merge Request Workflow Default Source Branch Not Honoring Settings
Jun 24, 2025 · To support this, we went to Settings → Merge Request → Merge request branch workflow and configured default branch patterns as described in the official documentation. However, …
How to auto comment merge requests? - GitLab Forum
Jul 9, 2024 · Problem to solve I am creating a new GitLab repository, and when someone creates a new merge request, I would like for there to be comments that are automatically added. These comments …