{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":56778056,"defaultBranch":"main","name":"core-validate-commit","ownerLogin":"nodejs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-04-21T13:56:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9950313?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1680191686.256774","currentOid":""},"activityList":{"items":[{"before":"bcde3291025b7ca65b93c7c927bc6d1d5def223f","after":"006aedd1c889ebfacdf2c346efd6e6a572cbc5e0","ref":"refs/heads/main","pushedAt":"2023-11-01T15:39:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joyeecheung","name":"Joyee Cheung","path":"/joyeecheung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4299420?s=80&v=4"},"commit":{"message":"chore: diagnostics_channel subsystem (#98)","shortMessageHtmlLink":"chore: diagnostics_channel subsystem (#98)"}},{"before":"964cfdcd8e0090e3c6493d9af2e38839ea0575cc","after":"bcde3291025b7ca65b93c7c927bc6d1d5def223f","ref":"refs/heads/main","pushedAt":"2023-08-20T12:34:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tniessen","name":"Tobias Nießen","path":"/tniessen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3109072?s=80&v=4"},"commit":{"message":"chore: update Node.js test matrix for Q3 2023","shortMessageHtmlLink":"chore: update Node.js test matrix for Q3 2023"}},{"before":"3472214bb64a196154d7ea12de321212bb4e6e6b","after":"964cfdcd8e0090e3c6493d9af2e38839ea0575cc","ref":"refs/heads/main","pushedAt":"2023-03-31T21:57:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Trott","name":"Rich Trott","path":"/Trott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/718899?s=80&v=4"},"commit":{"message":"chore: fix coverage reporting for tests (#115)\n\n* chore: fix coverage reporting for tests\r\n\r\ntap is not reporting coverage, probably due to the switch to ESM.\r\n\r\nSwitch to c8.\r\n\r\n* fixup! chore: fix coverage reporting for tests","shortMessageHtmlLink":"chore: fix coverage reporting for tests (#115)"}},{"before":"8cf9e8602ff7894cad92e5a16a16961aad4e071d","after":"3472214bb64a196154d7ea12de321212bb4e6e6b","ref":"refs/heads/main","pushedAt":"2023-03-30T15:54:46.256Z","pushType":"push","commitsCount":1,"pusher":{"login":"Trott","name":"Rich Trott","path":"/Trott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/718899?s=80&v=4"},"commit":{"message":"4.0.0","shortMessageHtmlLink":"4.0.0"}},{"before":"e172a825968225308a5fdd644a8cd217f27e11ba","after":"8cf9e8602ff7894cad92e5a16a16961aad4e071d","ref":"refs/heads/main","pushedAt":"2023-03-30T15:53:00.911Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Trott","name":"Rich Trott","path":"/Trott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/718899?s=80&v=4"},"commit":{"message":"chore: move to ESM, update all dependencies (#113)\n\n* chore: update nopt from 6.x to 7.0.0\r\n\r\nnopt@7 drops support for Node.js 12.x so we'll drop support too.\r\n\r\nBREAKING CHANGE: drop support for Node.js 12.x\r\n\r\n* chore: switch to ESM in preparation for chalk update\r\n\r\n* chore: update chalk 4.x to 5.2.0\r\n\r\n* Update .github/workflows/node.js.yml\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update bin/cmd.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/tap.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update bin/cmd.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/format-pretty.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/utils.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update test/utils-test.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update lib/validator.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update test/cli-test.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update test/validator.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update test/cli-test.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* Update test/cli-test.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* fixup! Update test/cli-test.mjs\r\n\r\n* Update test/validator.mjs\r\n\r\nCo-authored-by: Michaël Zasso \r\n\r\n* fixup! Update test/validator.mjs\r\n\r\n* fixup: use package.json type field rather than .mjs file extension\r\n\r\n---------\r\n\r\nCo-authored-by: Michaël Zasso ","shortMessageHtmlLink":"chore: move to ESM, update all dependencies (#113)"}},{"before":"9fbe1c17e910688a85e34a280985a452f9ef1ec2","after":"e172a825968225308a5fdd644a8cd217f27e11ba","ref":"refs/heads/main","pushedAt":"2023-03-20T06:57:47.179Z","pushType":"push","commitsCount":1,"pusher":{"login":"RaisinTen","name":"Darshan Sen","path":"/RaisinTen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42526976?s=80&v=4"},"commit":{"message":"3.20.0","shortMessageHtmlLink":"3.20.0"}},{"before":"ca9722e013202b5b6a7f26794a1d4d8c7be8ef4e","after":"9fbe1c17e910688a85e34a280985a452f9ef1ec2","ref":"refs/heads/main","pushedAt":"2023-03-18T01:01:45.608Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joyeecheung","name":"Joyee Cheung","path":"/joyeecheung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4299420?s=80&v=4"},"commit":{"message":"rules: add sea to subsystem\n\nSigned-off-by: Darshan Sen ","shortMessageHtmlLink":"rules: add sea to subsystem"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADpRG_6gA","startCursor":null,"endCursor":null}},"title":"Activity · nodejs/core-validate-commit"}