You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vsts/vsts/git/v4_1/models/git_pull_request_completion_options.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ class GitPullRequestCompletionOptions(Model):
24
24
:type squash_merge: bool
25
25
:param transition_work_items: If true, we will attempt to transition any work items linked to the pull request into the next logical state (i.e. Active -> Resolved)
26
26
:type transition_work_items: bool
27
+
:param triggered_by_auto_complete: If true, the current completion attempt was triggered via auto-complete. Used internally.
28
+
:type triggered_by_auto_complete: bool
27
29
"""
28
30
29
31
_attribute_map= {
@@ -32,14 +34,16 @@ class GitPullRequestCompletionOptions(Model):
0 commit comments