Difference between revisions of "Merge Requests"

From Inkscape Wiki
Jump to navigation Jump to search
(created)
 
Line 2: Line 2:


== CI Timeout ==
== CI Timeout ==
Set the CI Timeout to 3h in your fork's settings.
 
Set the CI Timeout to 3h in your fork's settings at <pre>https://gitlab.com/<your_username>/inkscape/-/settings/ci_cd</pre> under the first heading 'General pipelines'.


[[File:Gitlab-ci-timeout.png]]
[[File:Gitlab-ci-timeout.png]]

Revision as of 23:24, 20 June 2020

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