accept_merge_request: explicitly remove source branch
A bug in python-gitlab > 2.7.0 [1] brought this up: In the past we relied on the merge request's setting, whether the source branch should be deleted or not after a merge. Since we're using the API's merge function in a fully automated task, however, the branch should always be deleted. Add the according argument explicitly. [1]: https://github.com/python-gitlab/python-gitlab/issues/1750
parent
79e3437d
No related branches found
No related tags found
-
mentioned in commit ci-images@99e363bc
By Tim Jaacks on 2021-12-15T12:08:26 (imported from GitLab)
-
mentioned in commit ci-images@99e363bc
By Tim Jaacks on 2021-12-15T12:08:26 (imported from GitLab)
-
mentioned in merge request ci-images!21 (merged)
By Tim Jaacks on 2021-12-15T12:09:04 (imported from GitLab)
-
mentioned in merge request ci-images!21 (merged)
By Tim Jaacks on 2021-12-15T12:09:04 (imported from GitLab)
Please register or sign in to comment