
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 …
Only allow merges to main via Merge Request - How to Use …
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 …
Merge Request Workflow Default Source Branch Not Honoring …
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. …
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 …
Unable to click Merge button for Merge Requests, and ... - GitLab …
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 …
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. …
Cross repository merge request failure - GitLab CI/CD - GitLab …
Nov 7, 2024 · Problem to solve I have 2 repositories A and B. When a Merge Request passes on repository A, I push some changes to repository B, and automatically create a Merge Request. …
CI rules with 'merge_request_event' doesn't work as expected
Feb 21, 2025 · 🤗 Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data. …
GitLab automatically closes Merge Request after pushing merged …
Feb 12, 2025 · Hello, I’m facing an issue where GitLab automatically closes my Merge Request after I merge two branches locally using TortoiseGit and push the changes to my remote …
Pipeline invalid YAML error when running for merge ... - GitLab …
Aug 2, 2024 · I would recommend to use workflow: rules+rules for jobs to control push/merge pipelines, your example triggers pipeline twice: for push and merge request. For push it might …