cli/pkg/cmd/status/fixtures/events.json
2022-03-28 11:53:13 -05:00

188 lines
5.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"type": "PullRequestEvent",
"repo": {
"name": "rpd/todo"
},
"payload": {
"action": "opened",
"number": 5326,
"pull_request": {
"number": 5326,
"title": "Only write UTF-8 BOM on Windows where it is needed"
}
},
"created_at": "2022-03-17T15:42:28Z",
"org": {
"login": "rpd"
}
},
{
"type": "IssueCommentEvent",
"repo": {
"name": "vilmibm/testing"
},
"payload": {
"action": "created",
"issue": {
"number": 5325,
"title": "Ability to search \"not\" thing"
},
"comment": {
"html_url": "https://github.com/vilmibm/testing/issues/5325#issuecomment-1070868636",
"body": "We are working on dedicated `search` functionality and might be exploring some syntax for denoting \"NOT\" qualifiers. However, until something like this is added, you can always make \"NOT\" searches by using the `--search` flag:\r\n```\r\ngh pr list --search \"-author:app/dependabot\"\r\n```\r\n/cc @samcoe "
}
},
"created_at": "2022-03-17T12:36:31Z"
},
{
"type": "DeleteEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"ref": "dependabot/go_modules/github.com/stretchr/testify-1.7.1",
"ref_type": "branch",
"pusher_type": "user"
},
"created_at": "2022-03-16T14:41:30Z",
"org": {
"login": "cli",
"avatar_url": "https://avatars.githubusercontent.com/u/59704711?"
}
},
{
"type": "CreateEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"ref": "dependabot/go_modules/github.com/stretchr/testify-1.7.1",
"ref_type": "branch",
"master_branch": "trunk",
"description": "GitHubs official command line tool",
"pusher_type": "user"
},
"created_at": "2022-03-16T14:25:19Z",
"org": {
"login": "cli",
"avatar_url": "https://avatars.githubusercontent.com/u/59704711?"
}
},
{
"type": "PullRequestReviewCommentEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"action": "created",
"comment": {
"body": "Wondering if we shouldn't name this something more generic and use it everywhere else to DRY things up a bit?",
"html_url": "https://github.com/cli/cli/pull/5319#discussion_r827935007"
},
"pull_request": {
"number": 5319,
"title": "[Codespaces] Disallow some operations on codespaces that have a pending operation"
}
},
"created_at": "2022-03-16T12:08:02Z",
"org": {
"login": "cli"
}
},
{
"type": "CommitCommentEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"comment": {
"html_url": "https://github.com/cli/cli/commit/1b50852b2dfecd17ca5d3a2a12eb5c16df9fe46b#r68794505",
"body": "spam"
}
},
"created_at": "2022-03-16T03:32:59Z",
"org": {
"login": "cli"
}
},
{
"type": "PushEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"push_id": 9359833428,
"size": 1,
"distinct_size": 1,
"ref": "refs/heads/jg/event-handling",
"head": "7d07249150fe1a24b2b49b3ff7c55e2152446a5e",
"before": "06f1f6eb527a34af1222ca03807a9205a17d6e90",
"commits": [
{
"sha": "7d07249150fe1a24b2b49b3ff7c55e2152446a5e",
"author": {
"email": "68619889+bchuecos@users.noreply.github.com",
"name": "Bernardo"
},
"message": "review suggestions",
"distinct": true,
"url": "https://api.github.com/repos/cli/cli/commits/7d07249150fe1a24b2b49b3ff7c55e2152446a5e"
}
]
},
"created_at": "2022-03-15T18:22:41Z",
"org": {
"login": "cli"
}
},
{
"type": "WatchEvent",
"repo": {
"name": "fengari-lua/fengari",
"url": "https://api.github.com/repos/fengari-lua/fengari"
},
"payload": {
"action": "started"
},
"created_at": "2022-03-14T13:03:51Z",
"org": {
"login": "fengari-lua",
"avatar_url": "https://avatars.githubusercontent.com/u/28658472?"
}
},
{
"type": "IssuesEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"action": "closed",
"issue": {
"number": 5301,
"title": "wheee"
}
},
"created_at": "2022-03-14T12:21:59Z",
"org": {
"login": "cli"
}
},
{
"type": "IssuesEvent",
"repo": {
"name": "cli/cli"
},
"payload": {
"action": "opened",
"issue": {
"number": 5300,
"title": "Terminal bell when a running task is done"
}
},
"created_at": "2022-03-14T12:21:59Z",
"org": {
"login": "cli"
}
}
]