{"id":13495827,"url":"https://github.com/dawidd6/action-checkout-pr","last_synced_at":"2025-03-28T17:34:03.413Z","repository":{"id":65159474,"uuid":"249453503","full_name":"dawidd6/action-checkout-pr","owner":"dawidd6","description":":gear: A GitHub Action to checkout a pull request with ability to push back","archived":true,"fork":false,"pushed_at":"2020-11-12T15:39:59.000Z","size":1409,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-14T07:06:25.747Z","etag":null,"topics":["action","actions","branch","checkout","git","github","github-actions","pr","pull","pull-request"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawidd6.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":"2020-03-23T14:28:41.000Z","updated_at":"2023-01-28T11:54:46.000Z","dependencies_parsed_at":"2023-01-05T05:03:49.643Z","dependency_job_id":null,"html_url":"https://github.com/dawidd6/action-checkout-pr","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":0.2222222222222222,"last_synced_commit":"87780ae277b1f9c3864b3d6bdff91d4f4023cd54"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-checkout-pr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-checkout-pr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-checkout-pr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-checkout-pr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawidd6","download_url":"https://codeload.github.com/dawidd6/action-checkout-pr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222402736,"owners_count":16978734,"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","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"}},"keywords":["action","actions","branch","checkout","git","github","github-actions","pr","pull","pull-request"],"created_at":"2024-07-31T19:01:38.652Z","updated_at":"2024-10-31T11:30:22.115Z","avatar_url":"https://github.com/dawidd6.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Checkout PR Github Action\n\nAn action that fetches and checks out a pull request branch leaving an ability to push made changes back to it, using provided token for the push.\n\nIt's basically `hub pr checkout` command, but as an Action.\n\nThis Action is meant to be used with `actions/checkout`.\n\n## Usage\n\n```yaml\n- name: Checkout repo\n  uses: actions/checkout@v2\n  with:\n    token: ${{secrets.TOKEN}}\n- name: Checkout PR\n  uses: dawidd6/action-checkout-pr@v1\n  with:\n    pr: 99\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidd6%2Faction-checkout-pr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawidd6%2Faction-checkout-pr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidd6%2Faction-checkout-pr/lists"}