Merge Requests

From Inkscape Wiki
Jump to navigation Jump to search

This page is about gitlab merge request configuration.

CI Timeout

Set the CI Timeout to 3h in your fork's settings at

https://gitlab.com/<your_username>/inkscape/-/settings/ci_cd

under the first heading 'General pipelines'.

Gitlab-ci-timeout.png

Allow Rebasing

Enable "Allow commits from members who can merge to the target branch", this allows us to rebase your branch before merging.

Allow commits from members marked.png