Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit3f41d9b

Browse files
committed
Announce deprecation of merge_commit_sha
1 parent159307c commit3f41d9b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
kind: change
3+
title: Deprecating a Confusing Attribute in the Pull Request API
4+
created_at: 2013-04-25
5+
author_name: jasonrudolph
6+
---
7+
8+
When you get the details for a Pull Request from the API, the
9+
[response](/v3/pulls/#get-a-single-pull-request) provides everything there is to
10+
know about that Pull Request. In addition to the useful information provided in
11+
the API response, the JSON also includes the `merge_commit_sha` attribute. This
12+
attribute is a frequent source of misunderstanding, and we aim to remove the
13+
confusion.
14+
15+
To help current API consumers, we've [documented the
16+
attribute](/v3/pulls/#mergability) for improved understanding.
17+
18+
To protect future API consumers from this confusion, we have
19+
[deprecated](/#expected-changes) the `merge_commit_sha` attribute, and we will
20+
remove it in the next major version of the API.
21+
22+
As always, if you have any questions or feedback, please drop us a line at
23+
[support@github.com](mailto:support@github.com?subject=Deprecating merge_commit_sha).

‎lib/resources.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module Helpers
3131
:pengwynn=>'7e19cd5486b5d6dc1ef90e671ba52ae0',
3232
:pezra=>'f38112009dc16547051c8ac246cee443',
3333
:rick=>'a44d5abad6e86cff4e34d9f0839535c9',
34-
:agh=>'6af915d3c6aa4ad30bbad43d8035fe10'
34+
:agh=>'6af915d3c6aa4ad30bbad43d8035fe10',
35+
:jasonrudolph=>'592e1e6f041f9a4ec51846fd82013aea'
3536
}
3637

3738
DefaultTimeFormat="%B %-d, %Y".freeze

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp