woodpecker/server/forge/github/fixtures/hooks.go
Anbraten f01ac3f0a3
Add pull request closed event (#2684)
- [x] updates docs
- [x] adjust UI
  - [x] show correct icon
  - [x] show correct link (to pr)
  - [x] add as option in secret edit
- [x] parse webhook
- [x] update tests
  - [x] github merged
  - [x] github closed
  - [x] gitea merged
  - [x] gitea closed
  - [x] bitbucket merged
  - [x] bitbucket closed
  - [x] gitlab merged
  - [x] gitlab closed

closes #286
2023-12-26 19:22:52 +01:00

1394 lines
70 KiB
Go

// Copyright 2018 Drone.IO Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package fixtures
// HookPush is a sample push hook.
// https://developer.github.com/v3/activity/events/types/#pushevent
const HookPush = `{
"ref": "refs/heads/main",
"before": "2f780193b136b72bfea4eeb640786a8c4450c7a2",
"after": "366701fde727cb7a9e7f21eb88264f59f6f9b89c",
"repository": {
"id": 179344069,
"node_id": "MDEwOlJlcG9zaXRvcnkxNzkzNDQwNjk=",
"name": "woodpecker",
"full_name": "woodpecker-ci/woodpecker",
"private": false,
"owner": {
"name": "woodpecker-ci",
"email": null,
"login": "woodpecker-ci",
"id": 84780935,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjg0NzgwOTM1",
"avatar_url": "https://avatars.githubusercontent.com/u/84780935?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/woodpecker-ci",
"html_url": "https://github.com/woodpecker-ci",
"followers_url": "https://api.github.com/users/woodpecker-ci/followers",
"following_url": "https://api.github.com/users/woodpecker-ci/following{/other_user}",
"gists_url": "https://api.github.com/users/woodpecker-ci/gists{/gist_id}",
"starred_url": "https://api.github.com/users/woodpecker-ci/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/woodpecker-ci/subscriptions",
"organizations_url": "https://api.github.com/users/woodpecker-ci/orgs",
"repos_url": "https://api.github.com/users/woodpecker-ci/repos",
"events_url": "https://api.github.com/users/woodpecker-ci/events{/privacy}",
"received_events_url": "https://api.github.com/users/woodpecker-ci/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/woodpecker-ci/woodpecker",
"description": "Woodpecker is a simple yet powerful CI/CD engine with great extensibility.",
"fork": false,
"url": "https://github.com/woodpecker-ci/woodpecker",
"forks_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/forks",
"keys_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/teams",
"hooks_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/hooks",
"issue_events_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/issues/events{/number}",
"events_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/events",
"assignees_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/assignees{/user}",
"branches_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/branches{/branch}",
"tags_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/tags",
"blobs_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/statuses/{sha}",
"languages_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/languages",
"stargazers_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/stargazers",
"contributors_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/contributors",
"subscribers_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/subscribers",
"subscription_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/subscription",
"commits_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/contents/{+path}",
"compare_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/merges",
"archive_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/downloads",
"issues_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/issues{/number}",
"pulls_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/pulls{/number}",
"milestones_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/milestones{/number}",
"notifications_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/labels{/name}",
"releases_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/releases{/id}",
"deployments_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/deployments",
"created_at": 1554314798,
"updated_at": "2022-01-16T20:19:33Z",
"pushed_at": 1642370257,
"git_url": "git://github.com/woodpecker-ci/woodpecker.git",
"ssh_url": "git@github.com:woodpecker-ci/woodpecker.git",
"clone_url": "https://github.com/woodpecker-ci/woodpecker.git",
"svn_url": "https://github.com/woodpecker-ci/woodpecker",
"homepage": "https://woodpecker-ci.org",
"size": 81324,
"stargazers_count": 659,
"watchers_count": 659,
"language": "Go",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 84,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 123,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"topics": [
"ci",
"devops",
"docker",
"hacktoberfest",
"hacktoberfest2021",
"woodpeckerci"
],
"visibility": "public",
"forks": 84,
"open_issues": 123,
"watchers": 659,
"default_branch": "main",
"stargazers": 659,
"main_branch": "main",
"organization": "woodpecker-ci"
},
"pusher": {
"name": "6543",
"email": "noreply@6543.de"
},
"organization": {
"login": "woodpecker-ci",
"id": 84780935,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjg0NzgwOTM1",
"url": "https://api.github.com/orgs/woodpecker-ci",
"repos_url": "https://api.github.com/orgs/woodpecker-ci/repos",
"events_url": "https://api.github.com/orgs/woodpecker-ci/events",
"hooks_url": "https://api.github.com/orgs/woodpecker-ci/hooks",
"issues_url": "https://api.github.com/orgs/woodpecker-ci/issues",
"members_url": "https://api.github.com/orgs/woodpecker-ci/members{/member}",
"public_members_url": "https://api.github.com/orgs/woodpecker-ci/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/84780935?v=4",
"description": "Woodpecker is a simple yet powerful CI/CD engine with great extensibility."
},
"sender": {
"login": "6543",
"id": 24977596,
"node_id": "MDQ6VXNlcjI0OTc3NTk2",
"avatar_url": "https://avatars.githubusercontent.com/u/24977596?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/6543",
"html_url": "https://github.com/6543",
"followers_url": "https://api.github.com/users/6543/followers",
"following_url": "https://api.github.com/users/6543/following{/other_user}",
"gists_url": "https://api.github.com/users/6543/gists{/gist_id}",
"starred_url": "https://api.github.com/users/6543/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/6543/subscriptions",
"organizations_url": "https://api.github.com/users/6543/orgs",
"repos_url": "https://api.github.com/users/6543/repos",
"events_url": "https://api.github.com/users/6543/events{/privacy}",
"received_events_url": "https://api.github.com/users/6543/received_events",
"type": "User",
"site_admin": false
},
"created": false,
"deleted": false,
"forced": false,
"base_ref": null,
"compare": "https://github.com/woodpecker-ci/woodpecker/compare/2f780193b136...366701fde727",
"commits": [
{
"id": "366701fde727cb7a9e7f21eb88264f59f6f9b89c",
"tree_id": "638e046f1e1e15dbed1ddf40f9471bf1af4d64ce",
"distinct": true,
"message": "Fix multiline secrets replacer (#700)\n\n* Fix multiline secrets replacer\r\n\r\n* Add tests",
"timestamp": "2022-01-16T22:57:37+01:00",
"url": "https://github.com/woodpecker-ci/woodpecker/commit/366701fde727cb7a9e7f21eb88264f59f6f9b89c",
"author": {
"name": "Philipp",
"email": "noreply@philipp.xzy",
"username": "nupplaphil"
},
"committer": {
"name": "GitHub",
"email": "noreply@github.com",
"username": "web-flow"
},
"added": [
],
"removed": [
],
"modified": [
"pipeline/shared/replace_secrets.go",
"pipeline/shared/replace_secrets_test.go"
]
}
],
"head_commit": {
"id": "366701fde727cb7a9e7f21eb88264f59f6f9b89c",
"tree_id": "638e046f1e1e15dbed1ddf40f9471bf1af4d64ce",
"distinct": true,
"message": "Fix multiline secrets replacer (#700)\n\n* Fix multiline secrets replacer\r\n\r\n* Add tests",
"timestamp": "2022-01-16T22:57:37+01:00",
"url": "https://github.com/woodpecker-ci/woodpecker/commit/366701fde727cb7a9e7f21eb88264f59f6f9b89c",
"author": {
"name": "Philipp",
"email": "admin@philipp.info",
"username": "nupplaphil"
},
"committer": {
"name": "GitHub",
"email": "noreply@github.com",
"username": "web-flow"
},
"added": [
],
"removed": [
],
"modified": [
"pipeline/shared/replace_secrets.go",
"pipeline/shared/replace_secrets_test.go"
]
}
}`
// HookPushDeleted is a sample push hook that is marked as deleted, and is expected to be ignored.
const HookPushDeleted = `
{
"deleted": true
}
`
// HookPullRequest is a sample hook pull request
// https://developer.github.com/v3/activity/events/types/#pullrequestevent
const HookPullRequest = `
{
"action": "opened",
"number": 1,
"pull_request": {
"url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/1",
"html_url": "https://github.com/baxterthehacker/public-repo/pull/1",
"number": 1,
"state": "open",
"title": "Update the README with new information",
"user": {
"login": "baxterthehacker",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
},
"base": {
"label": "baxterthehacker:main",
"ref": "main",
"sha": "9353195a19e45482665306e466c832c46560532d"
},
"head": {
"label": "baxterthehacker:changes",
"ref": "changes",
"sha": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"
}
},
"repository": {
"id": 35129377,
"name": "public-repo",
"full_name": "baxterthehacker/public-repo",
"owner": {
"login": "baxterthehacker",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
},
"private": true,
"html_url": "https://github.com/baxterthehacker/public-repo",
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
"default_branch": "main"
},
"sender": {
"login": "octocat",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
}
}
`
// HookPullRequestInvalidAction is a sample hook pull request that has an
// action not equal to synchronize or opened, and is expected to be ignored.
const HookPullRequestInvalidAction = `
{
"action": "reopened",
"number": 1
}
`
// HookPullRequestInvalidState is a sample hook pull request that has a state
// not equal to open, and is expected to be ignored.
const HookPullRequestInvalidState = `
{
"action": "synchronize",
"pull_request": {
"number": 1,
"state": "closed"
}
}
`
// HookPush is a sample deployment hook.
// https://developer.github.com/v3/activity/events/types/#deploymentevent
const HookDeploy = `
{
"deployment": {
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
"id": 710692,
"sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
"ref": "main",
"task": "deploy",
"payload": {
},
"environment": "production",
"description": null,
"creator": {
"login": "baxterthehacker",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
}
},
"repository": {
"id": 35129377,
"name": "public-repo",
"full_name": "baxterthehacker/public-repo",
"owner": {
"login": "baxterthehacker",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
},
"private": true,
"html_url": "https://github.com/baxterthehacker/public-repo",
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
"default_branch": "main"
},
"sender": {
"login": "baxterthehacker",
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3"
}
}
`
const HookPullRequestMerged = `
{
"action": "closed",
"number": 62,
"pull_request": {
"url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62",
"id": 1630965956,
"node_id": "PR_kwDOIl-VNc5hNpDE",
"html_url": "https://github.com/anbraten/test-ready-release-go/pull/62",
"diff_url": "https://github.com/anbraten/test-ready-release-go/pull/62.diff",
"patch_url": "https://github.com/anbraten/test-ready-release-go/pull/62.patch",
"issue_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62",
"number": 62,
"state": "closed",
"locked": false,
"title": "Change file",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"body": null,
"created_at": "2023-12-05T18:13:16Z",
"updated_at": "2023-12-05T18:34:19Z",
"closed_at": "2023-12-05T18:34:19Z",
"merged_at": "2023-12-05T18:34:19Z",
"merge_commit_sha": "473d70eb7c50a54ae62bf9b124efa1c3eb245be8",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/commits",
"review_comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/comments",
"review_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62/comments",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/c88b9ee719285134957cbc698c9b7ef9b78007bf",
"head": {
"label": "anbraten:anbraten-patch-3",
"ref": "anbraten-patch-3",
"sha": "c88b9ee719285134957cbc698c9b7ef9b78007bf",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:34:19Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"base": {
"label": "anbraten:main",
"ref": "main",
"sha": "26fd46e0d1237cdabfe84ec6a0f37466fc716952",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:34:19Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62"
},
"html": {
"href": "https://github.com/anbraten/test-ready-release-go/pull/62"
},
"issue": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62"
},
"comments": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/commits"
},
"statuses": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/c88b9ee719285134957cbc698c9b7ef9b78007bf"
}
},
"author_association": "OWNER",
"auto_merge": null,
"active_lock_reason": null,
"merged": true,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 1,
"deletions": 0,
"changed_files": 1
},
"repository": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:34:19Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main"
},
"sender": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
}
}
`
// HookPullRequest is a sample hook pull request
// https://developer.github.com/v3/activity/events/types/#pullrequestevent
const HookPullRequestClosed = `
{
"action": "closed",
"number": 62,
"pull_request": {
"url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62",
"id": 1630965956,
"node_id": "PR_kwDOIl-VNc5hNpDE",
"html_url": "https://github.com/anbraten/test-ready-release-go/pull/62",
"diff_url": "https://github.com/anbraten/test-ready-release-go/pull/62.diff",
"patch_url": "https://github.com/anbraten/test-ready-release-go/pull/62.patch",
"issue_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62",
"number": 62,
"state": "closed",
"locked": false,
"title": "Change file",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"body": null,
"created_at": "2023-12-05T18:13:16Z",
"updated_at": "2023-12-05T18:14:13Z",
"closed_at": "2023-12-05T18:14:13Z",
"merged_at": null,
"merge_commit_sha": "79fd3b2a13c462ef9b3169b9dee9cb39605fda1b",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/commits",
"review_comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/comments",
"review_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62/comments",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/c88b9ee719285134957cbc698c9b7ef9b78007bf",
"head": {
"label": "anbraten:anbraten-patch-3",
"ref": "anbraten-patch-3",
"sha": "c88b9ee719285134957cbc698c9b7ef9b78007bf",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:13:17Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"base": {
"label": "anbraten:main",
"ref": "main",
"sha": "26fd46e0d1237cdabfe84ec6a0f37466fc716952",
"user": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:13:17Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62"
},
"html": {
"href": "https://github.com/anbraten/test-ready-release-go/pull/62"
},
"issue": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62"
},
"comments": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/62/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls/62/commits"
},
"statuses": {
"href": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/c88b9ee719285134957cbc698c9b7ef9b78007bf"
}
},
"author_association": "OWNER",
"auto_merge": null,
"active_lock_reason": null,
"merged": false,
"mergeable": true,
"rebaseable": false,
"mergeable_state": "clean",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 1,
"deletions": 0,
"changed_files": 1
},
"repository": {
"id": 576689461,
"node_id": "R_kgDOIl-VNQ",
"name": "test-ready-release-go",
"full_name": "anbraten/test-ready-release-go",
"private": false,
"owner": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/anbraten/test-ready-release-go",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/anbraten/test-ready-release-go",
"forks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/forks",
"keys_url": "https://api.github.com/repos/anbraten/test-ready-release-go/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/anbraten/test-ready-release-go/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/anbraten/test-ready-release-go/teams",
"hooks_url": "https://api.github.com/repos/anbraten/test-ready-release-go/hooks",
"issue_events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/events{/number}",
"events_url": "https://api.github.com/repos/anbraten/test-ready-release-go/events",
"assignees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/assignees{/user}",
"branches_url": "https://api.github.com/repos/anbraten/test-ready-release-go/branches{/branch}",
"tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/tags",
"blobs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/anbraten/test-ready-release-go/statuses/{sha}",
"languages_url": "https://api.github.com/repos/anbraten/test-ready-release-go/languages",
"stargazers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/stargazers",
"contributors_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contributors",
"subscribers_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscribers",
"subscription_url": "https://api.github.com/repos/anbraten/test-ready-release-go/subscription",
"commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/anbraten/test-ready-release-go/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/anbraten/test-ready-release-go/contents/{+path}",
"compare_url": "https://api.github.com/repos/anbraten/test-ready-release-go/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/anbraten/test-ready-release-go/merges",
"archive_url": "https://api.github.com/repos/anbraten/test-ready-release-go/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/anbraten/test-ready-release-go/downloads",
"issues_url": "https://api.github.com/repos/anbraten/test-ready-release-go/issues{/number}",
"pulls_url": "https://api.github.com/repos/anbraten/test-ready-release-go/pulls{/number}",
"milestones_url": "https://api.github.com/repos/anbraten/test-ready-release-go/milestones{/number}",
"notifications_url": "https://api.github.com/repos/anbraten/test-ready-release-go/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/anbraten/test-ready-release-go/labels{/name}",
"releases_url": "https://api.github.com/repos/anbraten/test-ready-release-go/releases{/id}",
"deployments_url": "https://api.github.com/repos/anbraten/test-ready-release-go/deployments",
"created_at": "2022-12-10T16:59:42Z",
"updated_at": "2023-07-11T17:00:26Z",
"pushed_at": "2023-12-05T18:13:17Z",
"git_url": "git://github.com/anbraten/test-ready-release-go.git",
"ssh_url": "git@github.com:anbraten/test-ready-release-go.git",
"clone_url": "https://github.com/anbraten/test-ready-release-go.git",
"svn_url": "https://github.com/anbraten/test-ready-release-go",
"homepage": null,
"size": 11198,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Go",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main"
},
"sender": {
"login": "anbraten",
"id": 6918444,
"node_id": "MDQ6VXNlcjY5MTg0NDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6918444?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anbraten",
"html_url": "https://github.com/anbraten",
"followers_url": "https://api.github.com/users/anbraten/followers",
"following_url": "https://api.github.com/users/anbraten/following{/other_user}",
"gists_url": "https://api.github.com/users/anbraten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anbraten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anbraten/subscriptions",
"organizations_url": "https://api.github.com/users/anbraten/orgs",
"repos_url": "https://api.github.com/users/anbraten/repos",
"events_url": "https://api.github.com/users/anbraten/events{/privacy}",
"received_events_url": "https://api.github.com/users/anbraten/received_events",
"type": "User",
"site_admin": false
}
}
`