MergeMetadata
Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.
Contents
- isMerged
-
A Boolean value indicating whether the merge has been made.
Type: Boolean
Required: No
- mergeCommitId
-
The commit ID for the merge commit, if any.
Type: String
Required: No
- mergedBy
-
The Amazon Resource Name (ARN) of the user who merged the branches.
Type: String
Required: No
- mergeOption
-
The merge strategy used in the merge.
Type: String
Valid Values:
FAST_FORWARD_MERGE | SQUASH_MERGE | THREE_WAY_MERGE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: