There was an error while loading. Please reload this page.
1 parent a643763 commit 037585cCopy full SHA for 037585c
1 file changed
docs/gl_objects/mrs.rst
@@ -82,6 +82,10 @@ Cancel a MR when the build succeeds::
82
mr.cancel_merge_when_build_succeeds() # v3
83
mr.cancel_merge_when_pipeline_succeeds() # v4
84
85
+List commits of a MR::
86
+
87
+ commits = mr.commits()
88
89
List issues that will close on merge::
90
91
mr.closes_issues()
0 commit comments