activities
Overview
Name | activities |
Type | Resource |
Id | github.repos.activities |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | |
activity_type | string | The type of the activity that was performed. |
actor | object | A GitHub user. |
after | string | The SHA of the commit after the activity. |
before | string | The SHA of the commit before the activity. |
node_id | string | |
ref | string | The full Git reference, formatted as refs/heads/<branch name> . |
timestamp | string | The time when the activity occurred. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_activities | SELECT | owner, repo |