Issue イベントは、Issue およびプルリクエストのアクティビティによってトリガーされ、Issue イベント API およびタイムラインイベント API で使用できます。 各イベントタイプでは、イベントが Issue イベントやタイムラインイベント API で使用可能かどうかを指定します。
GitHub の REST API は、すべてのプルリクエストを Issue と見なしますが、すべての Issue がプルリクエストであるとは限りません。 このため、Issue イベントエンドポイントとタイムラインイベントエンドポイントは、レスポンスで Issue とプルリクエストの両方を返す場合があります。 プルリクエストには、issue
オブジェクト内に pull_request
プロパティがあります。 プルリクエストは Issue のため、リポジトリ内で Issue とプルリクエストの番号が重複することはありません。 たとえば、リポジトリで最初の Issue を開くと、番号は 1 になります。 次にプルリクエストを開くと、番号は 2 になります。 各イベントタイプでは、イベントがプルリクエスト、Issue、またはその両方で発生するかどうかを指定します。
タイムラインイベント API でのみ使用可能なイベントを除いて、Issue イベントはすべて同じオブジェクト構造になっています。 一部のイベントには、イベントリソースに関するより多くのコンテキストを提供する追加のプロパティも含まれています。 このオブジェクト形式とは異なるプロパティの詳細については、特定のイベントを参照してください。
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストがプロジェクトボードに追加された。 You only see this event in responses when project boards have been enabled in the repository.
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: Project card details are now shown in REST API responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the blog post.
To receive the project_card
attribute, project boards must be enabled for a repository, and you must provide a custom media type in the Accept
header:
application/vnd.github.starfox-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
project_card | object | The project card object. project_id |
Issueまたはプルリクエストがユーザに割り当てられた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
assignee | object | The person unassigned from this issue. assigner |
GitHub がプルリクエストのベースブランチを自動的に変更しようとしたが失敗した。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
GitHub がプルリクエストのベースブランチを自動的に変更しようとした。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストのベースリファレンスブランチが変更された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストがクローズされた。 commit_id
が存在する場合、「closes / fixes」構文を使用して Issue をクローズしたコミットを識別します。 構文に関する詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストにコメントが追加された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| | X |
This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.
名前 | 種類 | 説明 |
---|
url | string | Issue コメントを取得する REST API URL。 |
html_url | string | Issue コメントの HTML URL。 |
issue_url | string | Issue の HTML URL。 |
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
ユーザ | オブジェクト | この Issue についてコメントしたユーザ。 |
created_at | string | コメントの追加日時を示すタイムスタンプ。 |
updated_at | string | コメントが更新されていない場合に、コメントの更新または作成日時を示すタイムスタンプ。 |
author_association | string | Issue のリポジトリでユーザが保持している権限。 たとえば、リポジトリの所有者がコメントを作成した場合、値は「OWNER 」になります。 |
body | string | コメント本文テキスト。 |
event | string | イベントの値は "commented" です。 |
actor | オブジェクト | イベントを生成したユーザ。 |
プルリクエストの HEAD
ブランチにコミットが追加された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| | X |
This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.
名前 | 種類 | 説明 |
---|
sha | string | プルリクエスト内のコミットの SHA。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | コミットを取得する REST API URL。 |
html_url | string | コミットの HTML URL。 |
作者 | オブジェクト | コミットの作者。 |
コミッター | オブジェクト | 作者に代わってコミットしたユーザ。 |
ツリー | オブジェクト | コミットの Git ツリー。 |
message | string | コミットメッセージ。 |
親 | array of objects | 親コミットのリスト。 |
verfication | オブジェクト | コミットの署名の検証結果。 詳しい情報については、「署名検証オブジェクト」を参照してください。 |
event | string | イベントの値は "committed" です。 |
Issue またはプルリクエストが、別の Issue またはプルリクエストにリンクされた。 詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストがドラフトモードに変換された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue がプロジェクトボードのメモを Issue に変換して作成された。 You only see this event in responses when project boards have been enabled in the repository.
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: Project card details are now shown in REST API responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the blog post.
To receive the project_card
attribute, project boards must be enabled for a repository, and you must provide a custom media type in the Accept
header:
application/vnd.github.starfox-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
project_card | object | The project card object. project_id |
Issue またはプルリクエストが、別の Issue またはプルリクエストから参照された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| | X |
This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.
名前 | 種類 | 説明 |
---|
actor | オブジェクト | イベントを生成したユーザ。 |
created_at | string | クロスリファレンスの追加日時を示すタイムスタンプ。 |
updated_at | string | クロスリファレンスが更新されていない場合、クロスリファレンスの更新または作成時期を示すタイムスタンプ。 |
資料 | オブジェクト | クロスリファレンスを追加した Issue またはプルリクエスト。 |
source[type] | string | プルリクエストは Issue タイプのため、この値は常に "issue" になります。 タイムラインイベント API では、Issue またはプルリクエストによってトリガーされたクロスリファレンスイベントのみが返されます。 イベントをトリガーした Issue がプルリクエストかどうかを判断するには、source[issue][pull_request オブジェクトの有無を確認します。 |
source[issue] | オブジェクト | クロスリファレンスを追加した issue オブジェクト。 |
event | string | イベントの値は "cross-referenced" です。 |
Issue またはプルリクエストがマイルストーンから削除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
milestone | object | マイルストーンオブジェクト。 milestone[title] |
プルリクエストがデプロイされた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストのデプロイメント環境が変更された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストが、別の Issue またはプルリクエストからリンク解除された。 詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストの HEAD
ブランチが削除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストの HEAD
ブランチが最後の既知のコミットに復元された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストにラベルが追加された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
label | object | The label removed from the issue label[name] |
Issue またはプルリクエストがロックされた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: You can now use the REST API to add a reason when you lock an issue, and you will see lock reasons in responses that include issues or pull requests. You will also see lock reasons in locked
events. This feature is currently available for developers to preview. See the blog post for full details. To access this feature, you must provide a custom media type in the Accept
header:
application/vnd.github.sailor-v-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
lock_reason | string | Issue またはプルリクエストの会話がロックされた理由(提供されている場合)。 |
actor
が Issue またはプルリクエストの本文で @mentioned
された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
書き込み権限を持つユーザが、Issue を別の Issue の複製としてマークしたか、プルリクエストを別のプルリクエストの複製としてマークした。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストがマージされた。 commit_id
属性は、マージされた HEAD
コミットのSHA1 です。 commit_repository
は、常にメインリポジトリと同じです。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストがマイルストーンに追加された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
milestone | object | マイルストーンオブジェクト。 milestone[title] |
Issue またはプルリクエストがプロジェクトボードの列間で移動された。 You only see this event in responses when project boards have been enabled in the repository.
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: Project card details are now shown in REST API responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the blog post.
To receive the project_card
attribute, project boards must be enabled for a repository, and you must provide a custom media type in the Accept
header:
application/vnd.github.starfox-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
project_card | object | The project card object. project_id |
previous_column_name | string | Issue の移動元の列の名前。 |
Issue がピン留めされた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
ドラフトモードではないプルリクエストが作成された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue がコミットメッセージから参照された。 commit_id
属性は、発生した場所のコミット SHA1 であり、commit_repository は、そのコミットがプッシュされた場所です。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue またはプルリクエストがプロジェクトボードから削除された。 You only see this event in responses when project boards have been enabled in the repository.
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: Project card details are now shown in REST API responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the blog post.
To receive the project_card
attribute, project boards must be enabled for a repository, and you must provide a custom media type in the Accept
header:
application/vnd.github.starfox-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
project_card | object | The project card object. project_id |
Issue またはプルリクエストのタイトルが変更された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
rename | object | 名前の詳細。 rename[from] |
Issue またはプルリクエストが再開された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
プルリクエストのレビューが却下された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
dismissed_review | object | The information for the dismissed review. dismissed_review[state] |
プルリクエストのレビューがリクエストされた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
requested_reviewer | object | The person requested to review the pull request. review_requester |
プルリクエストのレビューリクエストが削除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
requested_reviewer | object | The person requested to review the pull request. review_requester |
プルリクエストがレビューされた。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| | X |
This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
ユーザ | オブジェクト | この Issue についてコメントしたユーザ。 |
body | string | レビューの概要テキスト。 |
commit_id | string | レビュー時のプルリクエストの最新コミットの SHA。 |
submitted_at | string | レビューの送信日時を示すタイムスタンプ。 |
state | string | サブミットされたレビューの状態。 commented 、changes_requested 、approved のいずれかになります。 |
html_url | string | レビューの HTML URL。 |
pull_request_url | string | プルリクエストを取得する REST API URL。 |
author_association | string | Issue のリポジトリでユーザが保持している権限。 たとえば、リポジトリの所有者がコメントを作成した場合、値は「OWNER 」になります。 |
_links | オブジェクト | html_url および pull_request_url 。 |
event | string | イベントの値は "reviewed" です。 |
誰かが Issue またはプルリクエストの通知を受信するようにサブスクライブした。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue が別のリポジトリに転送された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
ユーザが Issue から割り当て解除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
assignee | object | The person unassigned from this issue. assigner |
Issue からラベルが削除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
label | object | The label removed from the issue label[name] |
Issue がロック解除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
Note: You can now use the REST API to add a reason when you lock an issue, and you will see lock reasons in responses that include issues or pull requests. You will also see lock reasons in locked
events. This feature is currently available for developers to preview. See the blog post for full details. To access this feature, you must provide a custom media type in the Accept
header:
application/vnd.github.sailor-v-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your site administrator.
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
lock_reason | string | Issue またはプルリクエストの会話がロックされた理由(提供されている場合)。 |
ユーザが以前に別の Issue の複製としてマークした Issue が重複と見なされなくなった。または、ユーザが以前に別のプルリクエストの複製としてマークしたプルリクエストが重複と見なされなくなった。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
Issue がピン留め解除された。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| X | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |
誰かが Issue またはプルリクエストの通知を受信しないようにサブスクライブ解除した。
Issue タイプ | Issue イベント API | タイムラインイベント API |
---|
| | X |
名前 | 種類 | 説明 |
---|
id | integer | イベントの一意の識別子。 |
node_id | string | イベントのグローバルノード ID。 |
url | string | The REST API URL for fetching the event. |
actor | オブジェクト | イベントを生成したユーザ。 |
event | string | Identifies the actual type of event that occurred. |
commit_id | string | The SHA of the commit that referenced this issue. |
commit_url | string | The GitHub REST API link to the commit that referenced this issue. |
created_at | string | The timestamp indicating when the event occurred. |