Difference between revisions of "Merge Requests"
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'.
Allow Rebasing
Enable "Allow commits from members who can merge to the target branch", this allows us to rebase your branch before merging.