PullRequestCreatedEventMetadata
Metadata about the pull request that is used when comparing the pull request source with its destination.
Contents
- destinationCommitId
-
The commit ID of the tip of the branch specified as the destination branch when the pull request was created.
Type: String
Required: No
- mergeBase
-
The commit ID of the most recent commit that the source branch and the destination branch have in common.
Type: String
Required: No
- repositoryName
-
The name of the repository where the pull request was created.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[\w\.-]+
Required: No
- sourceCommitId
-
The commit ID on the source branch used when the pull request was created.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: