{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":127594116,"defaultBranch":"main","name":"go-codeowners","ownerLogin":"hairyhenderson","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-04-01T03:40:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2037086?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715886007.0","currentOid":""},"activityList":{"items":[{"before":"0a281ebef955ee37f3a609d270e8aefe2a381325","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-05-16T19:00:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"2bd83bb6e3e2525198888a1e0d27df1e495cb60f","after":"5b0f3abf457de95c0dfcd9e79dd8451985a14358","ref":"refs/heads/main","pushedAt":"2024-05-16T19:00:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump golangci/golangci-lint-action from 4 to 6 (#35)\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.\r\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\r\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golangci/golangci-lint-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golangci/golangci-lint-action from 4 to 6 (#35)"}},{"before":"491920a901b5b80edd2af1e07eae796d563c9ab6","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-5","pushedAt":"2024-05-11T06:41:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0a281ebef955ee37f3a609d270e8aefe2a381325","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-05-11T06:41:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golangci/golangci-lint-action from 4 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golangci/golangci-lint-action from 4 to 6"}},{"before":null,"after":"491920a901b5b80edd2af1e07eae796d563c9ab6","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-5","pushedAt":"2024-04-27T06:27:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golangci/golangci-lint-action from 4 to 5\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golangci/golangci-lint-action from 4 to 5"}},{"before":"2369ae8bfc5f37b60a134e473507fc5702b8daef","after":"2bd83bb6e3e2525198888a1e0d27df1e495cb60f","ref":"refs/heads/main","pushedAt":"2024-03-18T16:29:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Treat /foo pattern as top-level directory prefix (#33)\n\n* Treat /foo pattern as top-level directory prefix\r\n\r\nAs stated in the gitignore docs:\r\n\r\n> If there is a separator at the end of the pattern then the pattern\r\n> will only match directories, otherwise the pattern can match both\r\n> files and directories.\r\n\r\nThis fixes this by removing anchoring the pattern regular expression at\r\nthe end if the pattern do not end in a separator or `/*` (eg. not nested).\r\n\r\n* shut the linter up\r\n\r\nSigned-off-by: Dave Henderson \r\n\r\n---------\r\n\r\nSigned-off-by: Dave Henderson \r\nCo-authored-by: Dave Henderson ","shortMessageHtmlLink":"Treat /foo pattern as top-level directory prefix (#33)"}},{"before":"eed1a5ffe143f2ddfb5c6d2670e2bf382ba725e8","after":null,"ref":"refs/heads/ci-improvements","pushedAt":"2024-03-11T16:00:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"fde7a5088c651f1b170753445d4fc42ed731b453","after":"2369ae8bfc5f37b60a134e473507fc5702b8daef","ref":"refs/heads/main","pushedAt":"2024-03-11T16:00:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Misc. CI Improvements (#32)","shortMessageHtmlLink":"Misc. CI Improvements (#32)"}},{"before":null,"after":"eed1a5ffe143f2ddfb5c6d2670e2bf382ba725e8","ref":"refs/heads/ci-improvements","pushedAt":"2024-03-11T15:40:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Misc. CI Improvements","shortMessageHtmlLink":"Misc. CI Improvements"}},{"before":"24974da17fee597483423e1a0387d18e7c8582fb","after":"fde7a5088c651f1b170753445d4fc42ed731b453","ref":"refs/heads/main","pushedAt":"2024-03-11T12:52:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Handle GItLab flavored CODEOWNERS syntax sections (#29)\n\n* fix: error in case of invalid regex\r\n\r\n* replace import path\r\n\r\n* feat: handle gitlab sections with defaults\r\n\r\n* Update go.mod\r\n\r\n* fix: cyclomatic complexity\r\n\r\n---------\r\n\r\nCo-authored-by: Matteo Silvestri ","shortMessageHtmlLink":"Handle GItLab flavored CODEOWNERS syntax sections (#29)"}},{"before":"b6be0b1b4ff393135c37a8eb86be40c265cf870a","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.9.0","pushedAt":"2024-03-11T12:50:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"406cca0179d02a04bc0918f2390a1f887800aed6","after":"24974da17fee597483423e1a0387d18e7c8582fb","ref":"refs/heads/main","pushedAt":"2024-03-11T12:50:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#31)\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.\r\n- [Release notes](https://github.com/stretchr/testify/releases)\r\n- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/stretchr/testify\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#31)"}},{"before":null,"after":"b6be0b1b4ff393135c37a8eb86be40c265cf870a","ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.9.0","pushedAt":"2024-03-02T07:50:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/stretchr/testify from 1.8.4 to 1.9.0\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/stretchr/testify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/stretchr/testify from 1.8.4 to 1.9.0"}},{"before":"601fd4c75d4f4a05bc1287d9e66a7019177dfaf8","after":"406cca0179d02a04bc0918f2390a1f887800aed6","ref":"refs/heads/main","pushedAt":"2024-02-17T21:33:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump golangci/golangci-lint-action from 3 to 4 (#30)\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.\r\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\r\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golangci/golangci-lint-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golangci/golangci-lint-action from 3 to 4 (#30)"}},{"before":"72913348af37db826bd6cb145950c90d662ce759","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-4","pushedAt":"2024-02-17T21:33:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":null,"after":"72913348af37db826bd6cb145950c90d662ce759","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-4","pushedAt":"2024-02-10T07:06:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golangci/golangci-lint-action from 3 to 4\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golangci/golangci-lint-action from 3 to 4"}},{"before":"0706e8803f32aee0634972de9b76e119ed146c60","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2023-12-17T20:24:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"ef87f82370eac3a63e797492efdcee9e1ba1cb5f","after":"601fd4c75d4f4a05bc1287d9e66a7019177dfaf8","ref":"refs/heads/main","pushedAt":"2023-12-17T20:24:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2 to 3 (#28)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.\r\n- [Release notes](https://github.com/github/codeql-action/releases)\r\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/github/codeql-action/compare/v2...v3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github/codeql-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github/codeql-action from 2 to 3 (#28)"}},{"before":null,"after":"0706e8803f32aee0634972de9b76e119ed146c60","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2023-12-16T07:55:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2 to 3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github/codeql-action from 2 to 3"}},{"before":"673693d4077cf2bc0fc407eca2f450078fa2c8a9","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-go-5","pushedAt":"2023-12-11T14:45:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"e21bed97c5fed58c25b3590c78b8eec12afd900a","after":"ef87f82370eac3a63e797492efdcee9e1ba1cb5f","ref":"refs/heads/main","pushedAt":"2023-12-11T14:45:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump actions/setup-go from 4 to 5 (#27)\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\r\n- [Release notes](https://github.com/actions/setup-go/releases)\r\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/setup-go\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/setup-go from 4 to 5 (#27)"}},{"before":"e56c4db17457657a959203e4a3af755537cba1e0","after":"673693d4077cf2bc0fc407eca2f450078fa2c8a9","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5","pushedAt":"2023-12-11T14:44:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-go from 4 to 5\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-go from 4 to 5"}},{"before":"25b1966f53f55944a037e51f5ea84f02eccafbf7","after":null,"ref":"refs/heads/dependabot/github_actions/actions/stale-9","pushedAt":"2023-12-11T14:43:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"edb8f03861d1d05ae39d567e46442c7606b896bc","after":"e21bed97c5fed58c25b3590c78b8eec12afd900a","ref":"refs/heads/main","pushedAt":"2023-12-11T14:43:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump actions/stale from 8 to 9 (#26)\n\nBumps [actions/stale](https://github.com/actions/stale) from 8 to 9.\r\n- [Release notes](https://github.com/actions/stale/releases)\r\n- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/stale/compare/v8...v9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/stale\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/stale from 8 to 9 (#26)"}},{"before":null,"after":"e56c4db17457657a959203e4a3af755537cba1e0","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5","pushedAt":"2023-12-09T07:25:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-go from 4 to 5\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-go from 4 to 5"}},{"before":null,"after":"25b1966f53f55944a037e51f5ea84f02eccafbf7","ref":"refs/heads/dependabot/github_actions/actions/stale-9","pushedAt":"2023-12-09T07:25:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/stale from 8 to 9\n\nBumps [actions/stale](https://github.com/actions/stale) from 8 to 9.\n- [Release notes](https://github.com/actions/stale/releases)\n- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/stale/compare/v8...v9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/stale\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/stale from 8 to 9"}},{"before":"1f9f75bec8da3d7889ff2e2f8cc8c8a327d25c0c","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2023-09-22T18:31:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"}},{"before":"859d0d06aff1ed0a921549c6420478913f7665b3","after":"edb8f03861d1d05ae39d567e46442c7606b896bc","ref":"refs/heads/main","pushedAt":"2023-09-22T18:31:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4 (#25)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4 (#25)"}},{"before":null,"after":"1f9f75bec8da3d7889ff2e2f8cc8c8a327d25c0c","ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2023-09-09T06:03:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4"}},{"before":null,"after":"b56a6ff789b80974ace345fa6eb602f32fd82ff2","ref":"refs/heads/fix-gitignore-format-support-14","pushedAt":"2023-07-18T19:02:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hairyhenderson","name":"Dave Henderson","path":"/hairyhenderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2037086?s=80&v=4"},"commit":{"message":"Fix broken gitignore format support\n\nSigned-off-by: Dave Henderson ","shortMessageHtmlLink":"Fix broken gitignore format support"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES_rKHAA","startCursor":null,"endCursor":null}},"title":"Activity ยท hairyhenderson/go-codeowners"}