File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,11 +60,10 @@ is `open`.
6060Each time the pull request receives new commits, GitHub creates a merge commit
6161to _ test_ whether the pull request can be automatically merged into the base
6262branch. (This _ test_ commit is not added to the base branch or the head branch.)
63- The Boolean ` mergable ` attribute indicates whether the pull request can be
64- automatically merged. The ` merge_commit_sha ` attribute holds the SHA of the
65- _ test_ merge commit. (The ` merge_commit_sha ` attribute is
66- [ deprecated] ( /#expected-changes ) and is scheduled for removal in the next
67- version of the API.)
63+ The ` merge_commit_sha ` attribute holds the SHA of the _ test_ merge commit;
64+ however, this attribute is [ deprecated] ( /#expected-changes ) and is scheduled for
65+ removal in the next version of the API. The Boolean ` mergable ` attribute will
66+ remain to indicate whether the pull request can be automatically merged.
6867
6968### Alternative Response Formats
7069
You can’t perform that action at this time.
0 commit comments