{"id":86511,"name":null,"description":"GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.","url":"https://github.com/access-nri/pr-preview-action","last_synced_at":"2025-09-08T23:16:50.034Z","repository":{"id":60943514,"uuid":"545766995","full_name":"ACCESS-NRI/pr-preview-action","owner":"ACCESS-NRI","description":"GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.","archived":false,"fork":true,"pushed_at":"2022-10-25T05:32:37.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T03:39:28.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-pr-preview","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rossjrw/pr-preview-action","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ACCESS-NRI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-05T00:10:40.000Z","updated_at":"2022-10-06T23:27:59.000Z","dependencies_parsed_at":"2023-01-20T11:34:13.842Z","dependency_job_id":null,"html_url":"https://github.com/ACCESS-NRI/pr-preview-action","commit_stats":{"total_commits":67,"total_committers":7,"mean_commits":9.571428571428571,"dds":"0.17910447761194026","last_synced_commit":"e663a1bf27d88379969b4ad57b1d2170a9378b20"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/ACCESS-NRI/pr-preview-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231213,"owners_count":25245674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"ACCESS-NRI","name":"ACCESS-NRI","uuid":"105186864","kind":"organization","description":"Australian Earth System Simulator - National Research Infrastructure","email":"access.nri@anu.edu.au","website":"https://www.access-nri.org.au/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/105186864?v=4","repositories_count":17,"last_synced_at":"2023-03-12T00:50:29.174Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ACCESS-NRI","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-15T06:44:48.278Z","updated_at":"2023-03-12T00:50:29.185Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI/repositories"},"packages":[{"id":5915448,"name":"ACCESS-NRI/pr-preview-action","ecosystem":"actions","description":"Deploy a pull request preview to GitHub Pages, similar to Vercel and Netlify.\n","homepage":"https://github.com/marketplace/actions/deploy-pr-preview","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/ACCESS-NRI/pr-preview-action","keywords_array":[],"namespace":"ACCESS-NRI","versions_count":14,"first_release_published_at":"2022-02-22T20:39:33.000Z","latest_release_published_at":"2022-10-25T05:32:31.000Z","latest_release_number":"v2.1.1","last_synced_at":"2025-08-23T03:24:21.233Z","created_at":"2023-01-21T00:12:52.022Z","updated_at":"2025-08-23T03:24:21.233Z","registry_url":"https://github.com/ACCESS-NRI/pr-preview-action","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy PR Preview","author":"Ross Williams","description":"Deploy a pull request preview to GitHub Pages, similar to Vercel and Netlify.\n","branding":{"icon":"git-pull-request","color":"yellow"},"inputs":{"preview-branch":{"description":"Branch on which the previews will be deployed.","required":false,"default":"gh-pages"},"umbrella-dir":{"description":"Name of the directory containing all previews.","required":false,"default":"pr-preview"},"source-dir":{"description":"Directory containing files to deploy.\nRequired when deploying a preview; will raise a warning if specified when removing a preview.\n","required":false,"default":""},"action":{"description":"Determines what this action will do when it is executed. Supported values: `deploy`, `remove`.\nIf set to `deploy`, will attempt to deploy the preview and overwrite any existing preview in that location.\nIf set to `remove`, will attempt to remove the preview in that location.\n","required":true},"pr-number":{"description":"The number of the PR to comment on when updating the preview deployment. If the initiating event is `pull_request` or `pull_request_target`, defaults to the number of the initiating PR. Required otherwise.\n","required":false,"default":"${{ github.event.number }}"}},"outputs":{"deployment-url":{"description":"The URL at which the preview has been deployed","value":"${{ steps.url.outputs.url }}"}},"runs":{"using":"composite","steps":[{"name":"Store environment variables and validate inputs","env":{"action":"${{ inputs.action }}","umbrella":"${{ inputs.umbrella-dir }}","source_dir":"${{ inputs.source-dir }}","pr":"${{ inputs.pr-number }}","actionref":"${{ github.action_ref }}","actionrepo":"${{ github.action_repository }}"},"run":"if [ -z \"$action\" ]; then\n  echo \"::error::Action input is required (deploy/remove)\" \u003e\u00262\n  exit 1\nfi\n\nif [ \"$action\" != \"deploy\" ] \u0026\u0026 [ \"$action\" != \"remove\" ]; then\n  echo \"::error::Unknown action $action\" \u003e\u00262\n  exit 1\nfi\n\nif [ \"$action\" = \"deploy\" ] \u0026\u0026 [ -z \"$source_dir\" ]; then\n  echo \"::error::Source dir must be defined when deploying\" \u003e\u00262\n  exit 1\nfi\n\nif [ \"$action\" = \"remove\" ] \u0026\u0026 [ -n \"$source_dir\" ]; then\n  echo \"::warning::Source dir should not be defined when removing\" \u003e\u00262\nfi\n\nif [ -z \"$pr\" ]; then\n  echo \"::error::PR number required for non-pull_request event\" \u003e\u00262\n  exit 1\nfi\n\necho \"action=$action\" \u003e\u003e \"$GITHUB_ENV\"\n\necho \"targetdir=$umbrella/pr-$pr\" \u003e\u003e \"$GITHUB_ENV\"\necho \"pr=$pr\" \u003e\u003e \"$GITHUB_ENV\"\n\norg=$(echo \"$GITHUB_REPOSITORY\" | cut -d \"/\" -f 1 | tr '[:upper:]' '[:lower:]' )\nthirdleveldomain=$(echo \"$GITHUB_REPOSITORY\" | cut -d \"/\" -f 2 | cut -d \".\" -f 1 | tr '[:upper:]' '[:lower:]' )\n\necho \"debug_org=$org\" \u003e\u003e $GITHUB_ENV\necho \"debug_thirdleveldomain=$thirdleveldomain\" \u003e\u003e $GITHUB_ENV\n\nif [ \"$org\" == \"$thirdleveldomain\" ]; then\n  pagesurl=\"${org}.github.io\"\nelse\n  pagesurl=$(echo \"$GITHUB_REPOSITORY\" | sed 's/\\//.github.io\\//')\nfi\n\necho \"pagesurl=$pagesurl\" \u003e\u003e $GITHUB_ENV\n\necho \"emptydir=$(mktemp -d)\" \u003e\u003e \"$GITHUB_ENV\"\necho \"datetime=$(date '+%Y-%m-%d %H:%M %Z')\" \u003e\u003e \"$GITHUB_ENV\"\n\necho \"actionref=$actionref\" \u003e\u003e \"$GITHUB_ENV\"\necho \"actionrepo=$actionrepo\" \u003e\u003e \"$GITHUB_ENV\"\n","shell":"bash"},{"name":"Determine action version","run":"version=$(\n  \"${{ github.action_path }}/lib/find-current-git-tag.sh\" \\\n  -p $actionrepo -f $actionref\n)\necho \"action_version=$version\" \u003e\u003e \"$GITHUB_ENV\"\n","shell":"bash"},{"name":"Deploy preview directory","if":"env.action == 'deploy'","uses":"JamesIves/github-pages-deploy-action@v4","with":{"branch":"${{ inputs.preview-branch }}","folder":"${{ inputs.source-dir }}","target-folder":"${{ env.targetdir }}","commit-message":"Deploy preview for PR ${{ env.pr }} 🛫","force":false}},{"name":"Expose deployment URL","id":"url","run":"echo \"::set-output name=url::https://${{ env.pagesurl }}/${{ env.targetdir }}/\"","shell":"bash"},{"name":"Leave a comment after deployment","if":"env.action == 'deploy' \u0026\u0026 env.deployment_status == 'success'","uses":"marocchino/sticky-pull-request-comment@v2","with":{"header":"pr-preview","number":"${{ env.pr }}","message":"[PR Preview Action](${{ github.server_url }}/${{ env.actionrepo }}) ${{ env.action_version }}\n:---:\n🛫 Deployed preview to https://${{ env.pagesurl }}/${{ env.targetdir }}/\non branch [`${{ inputs.preview-branch }}`](${{ github.server_url }}/${{ github.repository }}/tree/${{ inputs.preview-branch }}) at ${{ env.datetime }} "}},{"name":"Remove preview directory","if":"env.action == 'remove'","uses":"JamesIves/github-pages-deploy-action@v4","with":{"branch":"${{ inputs.preview-branch }}","folder":"${{ env.emptydir }}","target-folder":"${{ env.targetdir }}","commit-message":"Remove preview for PR ${{ env.pr }} 🛬","force":false}},{"name":"Leave a comment after removal","if":"env.action == 'remove' \u0026\u0026 env.deployment_status == 'success'","uses":"marocchino/sticky-pull-request-comment@v2","with":{"header":"pr-preview","number":"${{ env.pr }}","message":"[PR Preview Action](${{ github.server_url }}/${{ env.actionrepo }}) ${{ env.action_version }}\n:---:\n🛬 Preview removed because the pull request was closed.\n${{ env.datetime }} "}}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"545766995","full_name":"ACCESS-NRI/pr-preview-action","owner":"ACCESS-NRI","description":"GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.","archived":false,"fork":true,"pushed_at":"2022-10-25T05:32:37.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-05-19T20:21:48.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-pr-preview","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rossjrw/pr-preview-action","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ACCESS-NRI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-05T00:10:40.000Z","updated_at":"2022-10-06T23:27:59.000Z","dependencies_parsed_at":"2023-01-20T11:34:13.842Z","dependency_job_id":null,"html_url":"https://github.com/ACCESS-NRI/pr-preview-action","commit_stats":{"total_commits":67,"total_committers":7,"mean_commits":9.571428571428571,"dds":"0.17910447761194026","last_synced_commit":"e663a1bf27d88379969b4ad57b1d2170a9378b20"},"previous_names":[],"tags_count":14,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145294658,"owners_count":6229619,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"ACCESS-NRI","name":"ACCESS-NRI","uuid":"105186864","kind":"organization","description":"Australian Earth System Simulator - National Research Infrastructure","email":"access.nri@anu.edu.au","website":"https://www.access-nri.org.au/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/105186864?v=4","repositories_count":17,"last_synced_at":"2023-03-12T00:50:29.174Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ACCESS-NRI","created_at":"2023-02-15T06:44:48.278Z","updated_at":"2023-03-12T00:50:29.185Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACCESS-NRI/repositories"},"tags":[{"name":"v2.1.1","sha":"e663a1bf27d88379969b4ad57b1d2170a9378b20","kind":"tag","published_at":"2022-10-25T05:32:31.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v2.1.1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v2.1.1","dependencies_parsed_at":"2023-06-04T19:26:51.482Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2.1.1/manifests"},{"name":"v2.1","sha":"5f11048910696263f90d04d96ca9ca7e16842df9","kind":"tag","published_at":"2022-10-25T00:38:22.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v2.1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v2.1","dependencies_parsed_at":"2023-06-04T19:26:51.981Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2.1/manifests"},{"name":"v1.2","sha":"eac2838daf487e8f054a4bc10dc957431cd6270b","kind":"commit","published_at":"2022-10-21T08:32:02.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.2","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.2","dependencies_parsed_at":"2023-06-04T19:26:52.846Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.2/manifests"},{"name":"v1.2.0","sha":"eac2838daf487e8f054a4bc10dc957431cd6270b","kind":"commit","published_at":"2022-10-21T08:32:02.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.2.0","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-04T19:26:52.441Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.2.0/manifests"},{"name":"v2","sha":"59e77e41c6ea8f74d3cc73ac6aae1a0ffebf4a12","kind":"tag","published_at":"2022-10-06T23:50:22.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v2","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v2","dependencies_parsed_at":"2023-06-04T19:26:53.346Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v2/manifests"},{"name":"v1.1","sha":"664083e28184b3d09ec8f3a27bc53bfe3545f62e","kind":"tag","published_at":"2022-10-05T00:29:48.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.1","dependencies_parsed_at":"2023-06-04T19:26:53.812Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1/manifests"},{"name":"v1","sha":"7c5feb49fc4489abbb2472d6f31c598000bc4331","kind":"tag","published_at":"2022-10-05T00:11:56.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1","dependencies_parsed_at":"2023-06-04T19:26:54.291Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1/manifests"},{"name":"v1.1.1","sha":"98706dff8eaffcef39fbd5c5cadd2c6339bbd60b","kind":"commit","published_at":"2022-04-12T16:31:20.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.1.1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-04T19:26:54.764Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"591779e70aba2ce461521af517b269dac0221c77","kind":"commit","published_at":"2022-04-05T13:41:43.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.1.0","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-04T19:26:55.240Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.1.0/manifests"},{"name":"v1.0","sha":"fca13e940d9437bb975801f2c4005734ce2eefcb","kind":"commit","published_at":"2022-02-25T01:46:06.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.0","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.0","dependencies_parsed_at":"2023-06-04T19:26:56.181Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.0/manifests"},{"name":"v1.0.0","sha":"fca13e940d9437bb975801f2c4005734ce2eefcb","kind":"commit","published_at":"2022-02-25T01:46:06.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v1.0.0","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-04T19:26:55.668Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v1.0.0/manifests"},{"name":"v0.0.2","sha":"30a02270046756a3e8bcad2923fddbfab73783be","kind":"commit","published_at":"2022-02-24T05:25:31.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v0.0.2","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v0.0.2","dependencies_parsed_at":"2023-06-04T19:26:56.526Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"55df7d7c97c37ddfcad91d8da3700c1c80913ead","kind":"commit","published_at":"2022-02-24T03:58:59.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v0.0.1","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v0.0.1","dependencies_parsed_at":"2023-06-04T19:26:56.833Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.1/manifests"},{"name":"v0.0.0","sha":"f5db5c92badaca355476a4831dd122195ab29956","kind":"commit","published_at":"2022-02-22T20:39:33.000Z","download_url":"https://codeload.github.com/ACCESS-NRI/pr-preview-action/tar.gz/v0.0.0","html_url":"https://github.com/ACCESS-NRI/pr-preview-action/releases/tag/v0.0.0","dependencies_parsed_at":"2023-06-04T19:26:56.919Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/tags/v0.0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-12T15:50:04.872Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/ACCESS-NRI/pr-preview-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ACCESS-NRI/pr-preview-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ACCESS-NRI/pr-preview-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ACCESS-NRI/pr-preview-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:51:41.889Z","issues_count":3,"pull_requests_count":4,"avg_time_to_close_issue":32111.333333333332,"avg_time_to_close_pull_request":390.5,"issues_closed_count":3,"pull_requests_closed_count":4,"pull_request_authors_count":2,"issue_authors_count":2,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":32111.333333333332,"past_year_avg_time_to_close_pull_request":390.5,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ACCESS-NRI%2Fpr-preview-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ACCESS-NRI%2Fpr-preview-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ACCESS-NRI%2Fpr-preview-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ACCESS-NRI%2Fpr-preview-action/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32192,"maintainers_count":0,"namespaces_count":20211,"keywords_count":6167,"github":"actions","metadata":{"funded_packages_count":2687},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-09-08T05:02:05.918Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":480255,"full_name":"ACCESS-NRI/pr-preview-action","default_branch":"main","committers":[{"name":"Ross Williams","email":"rossjrw@gmail.com","count":55},{"name":"Aidan Heerdegen","email":"aidan.heerdegen@gmail.com","count":5},{"name":"Claire Carouge","email":"claire.carouge@anu.edu.au","count":2},{"name":"Federico Grandi","email":"fgrandi30@gmail.com","count":2},{"name":"René Stalder","email":"mail@renestalder.me","count":1},{"name":"Jan-Hendrik Müller","email":"44469195+kolibril13@users.noreply.github.com","count":1},{"name":"Jannis Leifeld","email":"jannis.leifeld@googlemail.com","count":1}],"total_commits":67,"total_committers":7,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":9.571428571428571,"dds":0.17910447761194026,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":"2023-03-17T10:02:41.458Z","last_synced_commit":"e663a1bf27d88379969b4ad57b1d2170a9378b20","created_at":"2023-03-09T01:22:39.933Z","updated_at":"2023-09-19T16:59:49.995Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:16.827Z","repositories_count":5497406,"commits_count":856226983,"contributors_count":31287322,"owners_count":912788,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"ACCESS-NRI/pr-preview-action","html_url":"https://github.com/ACCESS-NRI/pr-preview-action","last_synced_at":"2023-08-09T09:51:41.889Z","status":null,"issues_count":3,"pull_requests_count":4,"avg_time_to_close_issue":32111.333333333332,"avg_time_to_close_pull_request":390.5,"issues_closed_count":3,"pull_requests_closed_count":4,"pull_request_authors_count":2,"issue_authors_count":2,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":32111.333333333332,"past_year_avg_time_to_close_pull_request":390.5,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"created_at":"2023-05-11T00:54:00.816Z","updated_at":"2023-08-09T09:51:41.890Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACCESS-NRI%2Fpr-preview-action/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":3},"pull_request_author_associations_count":{"NONE":4},"issue_authors":{"ccarouge":2,"aidanheerdegen":1},"pull_request_authors":{"aidanheerdegen":3,"ccarouge":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-30T00:00:08.204Z","repositories_count":8430866,"issues_count":20140695,"pull_requests_count":49407218,"authors_count":6999469,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{"MemberEvent":1},"last_year":{"MemberEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/deploy-example.yml","sha":null,"kind":"manifest","created_at":"2023-01-20T11:34:13.631Z","updated_at":"2023-01-20T11:34:13.631Z","repository_link":"https://github.com/ACCESS-NRI/pr-preview-action/blob/main/.github/workflows/deploy-example.yml","dependencies":[{"id":7060883709,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7060883710,"package_name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/preview-example.yml","sha":null,"kind":"manifest","created_at":"2023-01-20T11:34:13.780Z","updated_at":"2023-01-20T11:34:13.780Z","repository_link":"https://github.com/ACCESS-NRI/pr-preview-action/blob/main/.github/workflows/preview-example.yml","dependencies":[{"id":7060883712,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7060883713,"package_name":"rossjrw/pr-preview-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-01-20T11:34:13.801Z","updated_at":"2023-01-20T11:34:13.801Z","repository_link":"https://github.com/ACCESS-NRI/pr-preview-action/blob/main/action.yml","dependencies":[{"id":7060883716,"package_name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7060883717,"package_name":"marocchino/sticky-pull-request-comment","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2023-01-20T11:34:13.823Z","updated_at":"2023-01-20T11:34:13.823Z","repository_link":"https://github.com/ACCESS-NRI/pr-preview-action/blob/main/package.json","dependencies":[{"id":7060883718,"package_name":"prettier","ecosystem":"npm","requirements":"2.5.1","direct":true,"kind":"development","optional":false},{"id":7060883719,"package_name":"prettier-plugin-sh","ecosystem":"npm","requirements":"^0.8.1","direct":true,"kind":"development","optional":false}]}],"score":null,"created_at":"2025-09-08T21:24:31.764Z","updated_at":"2025-10-07T08:29:05.969Z","avatar_url":"https://github.com/ACCESS-NRI.png","language":"Shell","category":null,"sub_category":null,"monthly_downloads":0,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/86511","html_url":"https://science.ecosyste.ms/projects/86511"}