{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":8393979,"defaultBranch":"v2","name":"go-toml","ownerLogin":"pelletier","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-02-24T17:45:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/172804?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714576238.0","currentOid":""},"activityList":{"items":[{"before":"9b890cf9c53db5baefc8d1dd886f93b6b15830ab","after":"bccd6e48f4f1136ff48e67d344f8aab3209c77d7","ref":"refs/heads/v2","pushedAt":"2024-05-24T18:49:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"allocate unstable.Parser as part of decoder (#953)\n\nThis way, calls to Unmarshal or Decoder.Decode allocate once\r\nat the start rather than twice.\r\n\r\n │ old │ new │\r\n │ allocs/op │ allocs/op vs base │\r\n Unmarshal/HugoFrontMatter-8 141.0 ± 0% 140.0 ± 0% -0.71% (p=0.002 n=6)","shortMessageHtmlLink":"allocate unstable.Parser as part of decoder (#953)"}},{"before":"a3d5a0bb530b5206c728eed9cb57323061922bcb","after":"9b890cf9c53db5baefc8d1dd886f93b6b15830ab","ref":"refs/heads/v2","pushedAt":"2024-05-24T14:58:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"go.mod: bump minimum and language to 1.21 (#949)\n\n* go.mod: bump minimum and language to 1.21\n\nCI only tests Go 1.21 and 1.22, and older versions of Go are no longer\ngetting any bug or security fixes, so advertise that we only support\nGo 1.21 or later via go.mod.\n\nWhile here, ensure the module is tidy and resolve deprecation warnings,\nand remove now-unnecessary Go version build tags.\n\n* replace sort.Slice with slices.SortFunc\n\nThe latter is more efficient, and allocates less, since sort.Slice\nneeds to go through sort.Interface which causes allocations.\n\n goos: linux\n goarch: amd64\n pkg: github.com/pelletier/go-toml/v2/benchmark\n cpu: AMD Ryzen 7 PRO 5850U with Radeon Graphics\n │ old │ new │\n │ sec/op │ sec/op vs base │\n Marshal/HugoFrontMatter-8 7.612µ ± 1% 6.730µ ± 1% -11.59% (p=0.002 n=6)\n\n │ old │ new │\n │ B/s │ B/s vs base │\n Marshal/HugoFrontMatter-8 65.52Mi ± 1% 74.11Mi ± 1% +13.11% (p=0.002 n=6)\n\n │ old │ new │\n │ B/op │ B/op vs base │\n Marshal/HugoFrontMatter-8 5.672Ki ± 0% 5.266Ki ± 0% -7.16% (p=0.002 n=6)\n\n │ old │ new │\n │ allocs/op │ allocs/op vs base │\n Marshal/HugoFrontMatter-8 85.00 ± 0% 73.00 ± 0% -14.12% (p=0.002 n=6)","shortMessageHtmlLink":"go.mod: bump minimum and language to 1.21 (#949)"}},{"before":"d00d2cca6edb4ea8c1292d474008134687f703c2","after":"a3d5a0bb530b5206c728eed9cb57323061922bcb","ref":"refs/heads/v2","pushedAt":"2024-04-29T10:02:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"fix: sync pool race condition (#947)","shortMessageHtmlLink":"fix: sync pool race condition (#947)"}},{"before":"86608d7fca88a6a61539ff7e9f1a942a428654d8","after":"d00d2cca6edb4ea8c1292d474008134687f703c2","ref":"refs/heads/v2","pushedAt":"2024-04-12T14:42:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Fix indentation of custom type arrays (#944)\n\nSigned-off-by: Daniel Weiße ","shortMessageHtmlLink":"Fix indentation of custom type arrays (#944)"}},{"before":"4a1877957a398e91c634c3cbe7cb004b41cafb9c","after":"86608d7fca88a6a61539ff7e9f1a942a428654d8","ref":"refs/heads/v2","pushedAt":"2024-03-19T17:24:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"build(deps): bump github/codeql-action from 2 to 3 (#919)\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":"build(deps): bump github/codeql-action from 2 to 3 (#919)"}},{"before":"f8789a39c72673f97ae714e3bcc78ceb114e7d40","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2024-03-19T17:24:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"2479924f6c2627448d98813a87ac741e95bd826b","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-go-5","pushedAt":"2024-03-19T17:24:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"3021d6d033d9f030a4c984412d8444a9c6d3955c","after":"4a1877957a398e91c634c3cbe7cb004b41cafb9c","ref":"refs/heads/v2","pushedAt":"2024-03-19T17:24:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"build(deps): bump actions/setup-go from 4 to 5 (#916)\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":"build(deps): bump actions/setup-go from 4 to 5 (#916)"}},{"before":"32788f26f879a51b3817464cdd6f92cc40c254a1","after":"3021d6d033d9f030a4c984412d8444a9c6d3955c","ref":"refs/heads/v2","pushedAt":"2024-03-19T17:24:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"build(deps): bump actions/upload-artifact from 3 to 4 (#920)\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.\r\n- [Release notes](https://github.com/actions/upload-artifact/releases)\r\n- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/upload-artifact\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":"build(deps): bump actions/upload-artifact from 3 to 4 (#920)"}},{"before":"a060e3123ac2873b556ba349b959568b635bd535","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-03-19T17:24:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"6347edbb652a395ed0811d3188ed2cc21d39d20c","after":"a060e3123ac2873b556ba349b959568b635bd535","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-03-19T16:51:31.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":"build(deps): bump actions/upload-artifact from 3 to 4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/upload-artifact from 3 to 4"}},{"before":"6c396c4be373d516009c6d5e45c767a871079948","after":"f8789a39c72673f97ae714e3bcc78ceb114e7d40","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2024-03-19T16:49:39.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":"build(deps): 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":"build(deps): bump github/codeql-action from 2 to 3"}},{"before":"67bbf605a90a499e97542f83937e471a9c2d9901","after":"2479924f6c2627448d98813a87ac741e95bd826b","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5","pushedAt":"2024-03-19T16:49:11.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":"build(deps): 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":"build(deps): bump actions/setup-go from 4 to 5"}},{"before":"827344e72472cb9823e1c39d6b9363e5356314c3","after":null,"ref":"refs/heads/update-release-instructions","pushedAt":"2024-03-19T16:47:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"8ed6d131eb6298ff4916b7dfb99d0b4de0486e52","after":"32788f26f879a51b3817464cdd6f92cc40c254a1","ref":"refs/heads/v2","pushedAt":"2024-03-19T16:47:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Update release instructions (#941)","shortMessageHtmlLink":"Update release instructions (#941)"}},{"before":null,"after":"827344e72472cb9823e1c39d6b9363e5356314c3","ref":"refs/heads/update-release-instructions","pushedAt":"2024-03-19T16:40:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Update release instructions","shortMessageHtmlLink":"Update release instructions"}},{"before":"7dad87762adb203e30b96a46026d1428ef2491a2","after":"8ed6d131eb6298ff4916b7dfb99d0b4de0486e52","ref":"refs/heads/v2","pushedAt":"2024-03-19T16:33:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Decode: unstable/Unmarshal interface (#940)\n\nCo-authored-by: Pavlos Karakalidis \r\nCo-authored-by: Thomas Pelletier ","shortMessageHtmlLink":"Decode: unstable/Unmarshal interface (#940)"}},{"before":"efdb3436eba4f3aab5b546d99f6e12146821d2fd","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.9.0","pushedAt":"2024-03-12T13:06:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"2b69615b5d5552a1b59c1685cad0e0e662c741f4","after":"7dad87762adb203e30b96a46026d1428ef2491a2","ref":"refs/heads/v2","pushedAt":"2024-03-12T13:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#936)\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":"build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#936)"}},{"before":null,"after":"efdb3436eba4f3aab5b546d99f6e12146821d2fd","ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.9.0","pushedAt":"2024-03-01T12:32:39.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":"build(deps): 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":"build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0"}},{"before":"05ff3860eaf05541c2a5e585f7bc29afe425ba40","after":null,"ref":"refs/heads/go1.22","pushedAt":"2024-02-27T20:30:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"06fb30bf2ed31da9b7883d261fdad5d1d043b095","after":"2b69615b5d5552a1b59c1685cad0e0e662c741f4","ref":"refs/heads/v2","pushedAt":"2024-02-27T20:30:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Go 1.22 support (#935)","shortMessageHtmlLink":"Go 1.22 support (#935)"}},{"before":"51b667a082ad5638cc607a7e9efbafc16b579cef","after":null,"ref":"refs/heads/fix-931","pushedAt":"2024-02-27T20:28:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"2e087bdf5f676bd8c3cf0ea9ed3e8bf1fdc6a72c","after":"06fb30bf2ed31da9b7883d261fdad5d1d043b095","ref":"refs/heads/v2","pushedAt":"2024-02-27T20:28:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Decode: fix reuse of slice for array tables (#934)\n\nWhen decoding into a non-empty slice, it needs to be emptied so that only the\r\ntables contained in the document are present in the resulting value.\r\n\r\nArrays are not impacted because their unmarshal offset is tracked separately.\r\n\r\nFixes #931","shortMessageHtmlLink":"Decode: fix reuse of slice for array tables (#934)"}},{"before":null,"after":"05ff3860eaf05541c2a5e585f7bc29afe425ba40","ref":"refs/heads/go1.22","pushedAt":"2024-02-27T20:24:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Go 1.22 support","shortMessageHtmlLink":"Go 1.22 support"}},{"before":"78ad639245fd01a274a63ba2f1f6d122dc57760a","after":"51b667a082ad5638cc607a7e9efbafc16b579cef","ref":"refs/heads/fix-931","pushedAt":"2024-02-27T20:19:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Add test for interface containing slice","shortMessageHtmlLink":"Add test for interface containing slice"}},{"before":"cd632678b25ddd646e9c86e09b731669f459e90a","after":"78ad639245fd01a274a63ba2f1f6d122dc57760a","ref":"refs/heads/fix-931","pushedAt":"2024-02-27T20:14:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Add test for []interface{} reset","shortMessageHtmlLink":"Add test for []interface{} reset"}},{"before":null,"after":"cd632678b25ddd646e9c86e09b731669f459e90a","ref":"refs/heads/fix-931","pushedAt":"2024-02-27T20:00:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"decode: fix reuse of slice for array tables\n\nWhen decoding into a non-empty slice, it needs to be emptied so that only the\ntables contained in the document are present in the resulting value.\n\nArrays are not impacted because their unmarshal offset is tracked separately.\n\nFixes #931","shortMessageHtmlLink":"decode: fix reuse of slice for array tables"}},{"before":"d1710f872ce12df383dc458fe2eb638fcf90b40b","after":null,"ref":"refs/heads/m1-runner","pushedAt":"2024-01-31T00:15:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"}},{"before":"caeb9f96312e15ac0b82773f19817e57e456be2b","after":"2e087bdf5f676bd8c3cf0ea9ed3e8bf1fdc6a72c","ref":"refs/heads/v2","pushedAt":"2024-01-31T00:15:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelletier","name":"Thomas Pelletier","path":"/pelletier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172804?s=80&v=4"},"commit":{"message":"Run tests on macos/M1 (#929)\n\nhttps://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/","shortMessageHtmlLink":"Run tests on macos/M1 (#929)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU1MaGQA","startCursor":null,"endCursor":null}},"title":"Activity · pelletier/go-toml"}