{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":692552655,"defaultBranch":"main","name":"validate-generated-files","ownerLogin":"PeterJCLaw","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-09-16T20:45:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/336212?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698185414.0","currentOid":""},"activityList":{"items":[{"before":"ae57e5891ee7600e461824afed515be6ea82f83c","after":null,"ref":"refs/tags/v1","pushedAt":"2023-10-24T22:09:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"96a7af5cea05894f07177e8278196187063d6034","after":null,"ref":"refs/heads/fix-handling-binary-files","pushedAt":"2023-10-24T22:08:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"ae57e5891ee7600e461824afed515be6ea82f83c","after":"96a7af5cea05894f07177e8278196187063d6034","ref":"refs/heads/main","pushedAt":"2023-10-24T22:08:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Fix handling of binary files\n\nSomehow I messed up the handling of this, probably in refactoring\nthe variable names. Anyway, this should fix it.","shortMessageHtmlLink":"Fix handling of binary files"}},{"before":null,"after":"96a7af5cea05894f07177e8278196187063d6034","ref":"refs/heads/fix-handling-binary-files","pushedAt":"2023-10-24T22:06:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Fix handling of binary files\n\nSomehow I messed up the handling of this, probably in refactoring\nthe variable names. Anyway, this should fix it.","shortMessageHtmlLink":"Fix handling of binary files"}},{"before":"b4a6971a3ca1ed1446d603a3b1d8d1ed7cf01c9b","after":null,"ref":"refs/tags/v1","pushedAt":"2023-10-07T12:27:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"9ef874b0fb304ea37d857ebc198f542c9d403321","after":"ae57e5891ee7600e461824afed515be6ea82f83c","ref":"refs/heads/main","pushedAt":"2023-10-07T12:25:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Use an absolute path to our helper script\n\nIt won't be in the current directory for most consumers -- that'll\nbe their repo's checkout.","shortMessageHtmlLink":"Use an absolute path to our helper script"}},{"before":"9ef874b0fb304ea37d857ebc198f542c9d403321","after":null,"ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:07:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"ed4f640975f259051b4fa9173f6aa2526161b47e","after":"9ef874b0fb304ea37d857ebc198f542c9d403321","ref":"refs/heads/main","pushedAt":"2023-09-22T20:07:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Validate wildcard usage in the action\n\nThey're not expected to be supported in the underlying python\nscript, just the action. If using the script directly it's the\ncaller's responsibility to enumerate all the files explicitly.\n\nIt turns out that this already worked, so the changes here just\nvalidate the desired behaviour and update the README.","shortMessageHtmlLink":"Validate wildcard usage in the action"}},{"before":"07bc58939c2489f51ab06f90bae94ebf7ef18c54","after":"9ef874b0fb304ea37d857ebc198f542c9d403321","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:06:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Validate wildcard usage in the action\n\nThey're not expected to be supported in the underlying python\nscript, just the action. If using the script directly it's the\ncaller's responsibility to enumerate all the files explicitly.\n\nIt turns out that this already worked, so the changes here just\nvalidate the desired behaviour and update the README.","shortMessageHtmlLink":"Validate wildcard usage in the action"}},{"before":"783673c498a2a482fcda90ed15ce8295f9366104","after":"07bc58939c2489f51ab06f90bae94ebf7ef18c54","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:05:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Validate wildcard usage in the action\n\nThey're not expected to be supported in the underlying python\nscript, just the action. If using the script directly it's the\ncaller's responsibility to enumerate all the files explicitly.\n\nIt turns out that this already worked, so the changes here just\nvalidate the desired behaviour and update the README.","shortMessageHtmlLink":"Validate wildcard usage in the action"}},{"before":"d4399a8d5213399bf86469d197dff2f6c20f7cca","after":"783673c498a2a482fcda90ed15ce8295f9366104","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:05:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Validate wildcard usage in the action\n\nThey're not expected to be supported in the underlying python\nscript, just the action. If using the script directly it's the\ncaller's responsibility to enumerate all the files explicitly.\n\nIt turns out that this already worked, so the changes here just\nvalidate the desired behaviour.","shortMessageHtmlLink":"Validate wildcard usage in the action"}},{"before":"4b88b57feb1ec7d222ee3501e3b778de0c203f84","after":"d4399a8d5213399bf86469d197dff2f6c20f7cca","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:03:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Test the action fails due to mismatched output","shortMessageHtmlLink":"Test the action fails due to mismatched output"}},{"before":"d4399a8d5213399bf86469d197dff2f6c20f7cca","after":"4b88b57feb1ec7d222ee3501e3b778de0c203f84","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:02:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Validate xfail","shortMessageHtmlLink":"Validate xfail"}},{"before":"c59724ff8fc0d4b7dd68c35719ba88fc2bbecd30","after":"d4399a8d5213399bf86469d197dff2f6c20f7cca","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T20:01:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Test the action fails due to mismatched output","shortMessageHtmlLink":"Test the action fails due to mismatched output"}},{"before":"a5939aea6c3013ebbce7819b0c1cb8565a30bb74","after":"c59724ff8fc0d4b7dd68c35719ba88fc2bbecd30","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T19:59:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Test the action fails due to mismatched output","shortMessageHtmlLink":"Test the action fails due to mismatched output"}},{"before":"2b15d8680b818134c36638128eff5f605af7f22a","after":"a5939aea6c3013ebbce7819b0c1cb8565a30bb74","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T19:51:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Debug","shortMessageHtmlLink":"Debug"}},{"before":null,"after":"2b15d8680b818134c36638128eff5f605af7f22a","ref":"refs/heads/support-wildcards","pushedAt":"2023-09-22T19:48:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Add test for wildcard action usage","shortMessageHtmlLink":"Add test for wildcard action usage"}},{"before":"62e1aa393bce9cdc7a1cce54be2656d68e7c2a89","after":"ed4f640975f259051b4fa9173f6aa2526161b47e","ref":"refs/heads/main","pushedAt":"2023-09-17T00:01:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Clarify what we mean by validate","shortMessageHtmlLink":"Clarify what we mean by validate"}},{"before":"27b9c05a85afbe518d7f613066ad3faa40b7dff4","after":"62e1aa393bce9cdc7a1cce54be2656d68e7c2a89","ref":"refs/heads/main","pushedAt":"2023-09-16T23:48:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Clarify version usage expectation","shortMessageHtmlLink":"Clarify version usage expectation"}},{"before":"123250a4056b969a66554f4d936c8123e4ebe884","after":null,"ref":"refs/tags/v1","pushedAt":"2023-09-16T23:44:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"2c22eac69178f69db7b3dd7db16b69ad38c1f6c2","after":"27b9c05a85afbe518d7f613066ad3faa40b7dff4","ref":"refs/heads/main","pushedAt":"2023-09-16T23:43:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Set a descriptive name","shortMessageHtmlLink":"Set a descriptive name"}},{"before":"c886bcf5165a921d62373436492320ace87d9674","after":null,"ref":"refs/tags/v1.0","pushedAt":"2023-09-16T23:42:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"8baae4f5e44f0a4a9e239534364f39f95496650e","after":"2c22eac69178f69db7b3dd7db16b69ad38c1f6c2","ref":"refs/heads/main","pushedAt":"2023-09-16T23:36:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Add example usage to the README [skip ci]","shortMessageHtmlLink":"Add example usage to the README [skip ci]"}},{"before":"26dd69de06aadc9996551f153962398a35960370","after":null,"ref":"refs/heads/debug","pushedAt":"2023-09-16T23:32:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"ae9cc23f339c8c2695776cae878e5644d88e0b00","after":"4e3918626cf4cfc25a4f542d21f19fc90b471242","ref":"refs/heads/windows-support","pushedAt":"2023-09-16T23:30:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Debug","shortMessageHtmlLink":"Debug"}},{"before":"d1bb7dbc8a56025872e1b34339008d3a92ea013d","after":"8baae4f5e44f0a4a9e239534364f39f95496650e","ref":"refs/heads/main","pushedAt":"2023-09-16T23:29:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Remove redundant check\n\nThis is now covered by the self-test of the action.","shortMessageHtmlLink":"Remove redundant check"}},{"before":"d1bb7dbc8a56025872e1b34339008d3a92ea013d","after":null,"ref":"refs/heads/add-action","pushedAt":"2023-09-16T23:27:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"}},{"before":"a92129c32941129cd48de0c1997024cb1be14ea6","after":"d1bb7dbc8a56025872e1b34339008d3a92ea013d","ref":"refs/heads/main","pushedAt":"2023-09-16T23:27:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Add the Action definition\n\nAlso a self-test.","shortMessageHtmlLink":"Add the Action definition"}},{"before":"fc40fa0155ec5eb2ff46f00ebf1adb514628a89a","after":"d1bb7dbc8a56025872e1b34339008d3a92ea013d","ref":"refs/heads/add-action","pushedAt":"2023-09-16T23:26:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Add the Action definition\n\nAlso a self-test.","shortMessageHtmlLink":"Add the Action definition"}},{"before":"cd783c16116e3ab8292809d7cfd7d2a0878ac17b","after":"fc40fa0155ec5eb2ff46f00ebf1adb514628a89a","ref":"refs/heads/add-action","pushedAt":"2023-09-16T23:22:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PeterJCLaw","name":"Peter Law","path":"/PeterJCLaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/336212?s=80&v=4"},"commit":{"message":"Add the Action definition\n\nAlso a self-test.","shortMessageHtmlLink":"Add the Action definition"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADnuz9mwA","startCursor":null,"endCursor":null}},"title":"Activity ยท PeterJCLaw/validate-generated-files"}