{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":349238734,"defaultBranch":"main","name":"actions","ownerLogin":"pantsbuild","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-03-18T22:54:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3065172?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716043098.0","currentOid":""},"activityList":{"items":[{"before":"353462ae67e37f2fa225f5c4957039d8de7d6505","after":null,"ref":"refs/heads/gha-remote-caching","pushedAt":"2024-05-18T14:38:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Eric-Arellano","name":"Eric Arellano","path":"/Eric-Arellano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14852634?s=80&v=4"}},{"before":"d64f38147540d5607bfb8d812f95d5285a8cff3d","after":"d767b356a10c6c50fc0db0ddc215611b300b226b","ref":"refs/heads/main","pushedAt":"2024-05-18T00:21:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"add init-pants action `input.experimental-remote-cache-via-gha` (#30)\n\nThis makes the documented workflow step available via a simple boolean\r\ninput flag:\r\n\r\nhttps://www.pantsbuild.org/2.20/docs/using-pants/remote-caching-and-execution/remote-caching#workflow\r\n\r\nAlso, I noticed the README was out of date, so I updated it.","shortMessageHtmlLink":"add init-pants action input.experimental-remote-cache-via-gha (#30)"}},{"before":"b34d29da5f96147b906c50c487073c071fb95353","after":"353462ae67e37f2fa225f5c4957039d8de7d6505","ref":"refs/heads/gha-remote-caching","pushedAt":"2024-05-17T20:25:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"Include all input vars in the init-pants action README","shortMessageHtmlLink":"Include all input vars in the init-pants action README"}},{"before":null,"after":"b34d29da5f96147b906c50c487073c071fb95353","ref":"refs/heads/gha-remote-caching","pushedAt":"2024-05-17T20:23:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"Include all input vars in the init-pants action README","shortMessageHtmlLink":"Include all input vars in the init-pants action README"}},{"before":"21ca92a590f165023e9d8086fb15c3f7f9718477","after":"d64f38147540d5607bfb8d812f95d5285a8cff3d","ref":"refs/heads/main","pushedAt":"2024-02-06T01:20:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"benjyw","name":"Benjy Weinberger","path":"/benjyw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/512764?s=80&v=4"},"commit":{"message":"ci: Bump setup-python from v4 to v5 (#29)\n\nhttps://github.com/actions/setup-python/releases/tag/v5.0.0\r\nsetup-python@v4 is using the deprecated node16 version.\r\nUpgrade to setup-python@v5 version using node20 version.","shortMessageHtmlLink":"ci: Bump setup-python from v4 to v5 (#29)"}},{"before":"709f7580e7f752cbcf69dc199d054f226b18c98b","after":"21ca92a590f165023e9d8086fb15c3f7f9718477","ref":"refs/heads/main","pushedAt":"2024-01-31T09:18:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kaos","name":"Andreas Stenius","path":"/kaos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72965?s=80&v=4"},"commit":{"message":"update GH cache action (#28)\n\n- v3 still uses node 16 which is deprecated\r\n- see\r\nhttps://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/\r\n- see https://github.com/actions/cache/releases/tag/v4.0.0","shortMessageHtmlLink":"update GH cache action (#28)"}},{"before":"b16b9cf47cd566acfe217b1dafc5b452e27e6fd7","after":"709f7580e7f752cbcf69dc199d054f226b18c98b","ref":"refs/heads/main","pushedAt":"2023-11-09T01:19:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"init-pants: Support new `get-pants.sh` that installs in `~/.local/bin` instead of `~/bin` (#26)\n\nThe newest version of `get-pants.sh` uses `~/.local/bin`:\nhttps://github.com/pantsbuild/setup/pull/144\n\nThis PR has backwards-compatible support for older in-repo copies of the\nscript that still use `~/bin`, but it defaults to the newer\n`~/.local/bin`.","shortMessageHtmlLink":"init-pants: Support new get-pants.sh that installs in `~/.local/bin…"}},{"before":"f70570b5f1e2a32b72f404336417216f459f88ba","after":"6f0c47f27b863224db7d75eb57f4be7fda250d6b","ref":"refs/heads/cognifloyd/init-pants-local-bin","pushedAt":"2023-11-08T00:26:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"init-pants: Backwards-compatible PATH modification\n\nRepos probably have an older copy of `get-pants.sh` that\nuse `~/bin` instead of `~/.local/bin`.\n\nAlso, move adding PATH back to the bottom of the run: block\nto highlight that it is only for subsequent actions.","shortMessageHtmlLink":"init-pants: Backwards-compatible PATH modification"}},{"before":"b16b9cf47cd566acfe217b1dafc5b452e27e6fd7","after":"f70570b5f1e2a32b72f404336417216f459f88ba","ref":"refs/heads/cognifloyd/init-pants-local-bin","pushedAt":"2023-11-07T22:21:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"Install scie-pants in ~/.local/bin instead of ~/bin\n\nUpdates to use new version of get-pants.sh from\nhttps://github.com/pantsbuild/setup/pull/144","shortMessageHtmlLink":"Install scie-pants in ~/.local/bin instead of ~/bin"}},{"before":null,"after":"b16b9cf47cd566acfe217b1dafc5b452e27e6fd7","ref":"refs/heads/cognifloyd/init-pants-local-bin","pushedAt":"2023-11-07T22:01:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"Support alternate `tox.ini` locations. (#25)","shortMessageHtmlLink":"Support alternate tox.ini locations. (#25)"}},{"before":"1356087bfd1be04670c2ffde4ba94a9c6898ecd7","after":"b16b9cf47cd566acfe217b1dafc5b452e27e6fd7","ref":"refs/heads/main","pushedAt":"2023-08-18T19:45:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cognifloyd","name":"Jacob Floyd","path":"/cognifloyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1558590?s=80&v=4"},"commit":{"message":"Support alternate `tox.ini` locations. (#25)","shortMessageHtmlLink":"Support alternate tox.ini locations. (#25)"}},{"before":"addae8ed8cce2b0a359f447d1bb2ec69ff18f9ca","after":"1356087bfd1be04670c2ffde4ba94a9c6898ecd7","ref":"refs/heads/main","pushedAt":"2023-07-05T01:01:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jsirois","name":"John Sirois","path":"/jsirois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/157586?s=80&v=4"},"commit":{"message":"Add a pyenv action. (#24)\n\nI was using https://github.com/gabrielfalcao/pyenv-action but caching\r\ndid not work out of the box and my attempts to get it working failed.\r\nA read of that action code also seemed to confirm it does not actually\r\ncache; it just re-uses the PYENV_ROOT if you've managed to cache it for\r\nit.","shortMessageHtmlLink":"Add a pyenv action. (#24)"}},{"before":"7151afe1e66338457f7f65a894bc12a2d8f9cab7","after":"addae8ed8cce2b0a359f447d1bb2ec69ff18f9ca","ref":"refs/heads/main","pushedAt":"2023-07-04T15:17:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jsirois","name":"John Sirois","path":"/jsirois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/157586?s=80&v=4"},"commit":{"message":"Allow using a custom python for the tox install. (#23)","shortMessageHtmlLink":"Allow using a custom python for the tox install. (#23)"}},{"before":"402e2fbd0b1acafb3b0df682a9f87b48fa4b8c4d","after":"7151afe1e66338457f7f65a894bc12a2d8f9cab7","ref":"refs/heads/main","pushedAt":"2023-05-05T21:34:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kaos","name":"Andreas Stenius","path":"/kaos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72965?s=80&v=4"},"commit":{"message":"Add options for the pants-init action (#21)\n\n* Add configuration options for cache location\r\n\r\n* Reformat the if-conditions\r\n\r\n* Add GH_HOST configuration for enterprise\r\n\r\n* Move the path setting to the top of the step\r\n\r\nThis should ensure that warnings aren't produced about $HOME/bin not\r\nbeing on the path.\r\n\r\n* Use the temp folder set for the runner\r\n\r\nInstead of hardcoding /tmp as the temporary path\r\n\r\n* Apply suggestions from code review\r\n\r\nThanks for catching the typos!\r\n\r\nCo-authored-by: Andreas Stenius \r\n\r\n* Update docs\r\n\r\n* Review comments\r\n\r\n---------\r\n\r\nCo-authored-by: Andreas Stenius ","shortMessageHtmlLink":"Add options for the pants-init action (#21)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETagnDQA","startCursor":null,"endCursor":null}},"title":"Activity · pantsbuild/actions"}