Works for gitlab.com, will merge a MR when the pipeline has finished running sucessfully.
11 lines
385 B
Text
11 lines
385 B
Text
[user]
|
|
email = marty.oehme@gmail.com
|
|
name = Marty Oehme
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[alias]
|
|
ignore = "!gitignore -f"
|
|
pushmerge = "push -o merge_request.merge_when_pipeline_succeeds" # see https://docs.gitlab.com/ce/user/project/push_options.html#merge-when-pipeline-succeeds-alias
|