{"id":31847909,"url":"https://github.com/wireapp/action-auto-cherry-pick","last_synced_at":"2025-10-12T09:58:29.683Z","repository":{"id":236925251,"uuid":"792362082","full_name":"wireapp/action-auto-cherry-pick","owner":"wireapp","description":"GitHub Action that automatically cherrypicks merged PRs onto a target branch","archived":false,"fork":false,"pushed_at":"2025-03-10T23:17:21.000Z","size":2211,"stargazers_count":3,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-11T23:56:09.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wireapp.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T14:10:20.000Z","updated_at":"2025-05-05T01:27:44.000Z","dependencies_parsed_at":"2024-11-14T13:15:34.162Z","dependency_job_id":null,"html_url":"https://github.com/wireapp/action-auto-cherry-pick","commit_stats":null,"previous_names":["wireapp/action-auto-cherry-pick"],"tags_count":3,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/wireapp/action-auto-cherry-pick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Faction-auto-cherry-pick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Faction-auto-cherry-pick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Faction-auto-cherry-pick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Faction-auto-cherry-pick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wireapp","download_url":"https://codeload.github.com/wireapp/action-auto-cherry-pick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Faction-auto-cherry-pick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010951,"owners_count":26084841,"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-10-12T02:00:06.719Z","response_time":53,"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"}},"keywords":[],"created_at":"2025-10-12T09:58:27.834Z","updated_at":"2025-10-12T09:58:29.674Z","avatar_url":"https://github.com/wireapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatic cherry-picking\n\nCherry-picks commits from a merged PR, creating a new PR to a target branch.\nAllows setting a name of a submodule and will automatically fast-forward it to\nalso match the `target-branch`.\n\nCheck [action.yml](action.yml) for a description of inputs and outputs.\n\n### Configuration sample\n\n```yaml\nname: 'Cherry pick Release/candidate into develop'\non:\n  pull_request:\n    branches:\n      - release/candidate # Branches where the original PRs will be merged\n    types:\n      - closed\n\njobs:\n  test-cherry-pick:\n    runs-on: ubuntu-latest\n    name: Test the cherry-pick action\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n          submodules: recursive #If you need to operate on submodules\n\n      - name: Cherry pick\n        id: cherry-pick\n        uses: wireapp/action-auto-cherry-pick@v1.0.2\n        with:\n          # Branch which will receive the automatic cherry-picks\n          target-branch: 'develop'\n\n          # If you want the action to fast-forward the submodules to a specific branch\n          submodules-target-branch: 'develop'\n          pr-title-suffix: '🍒'\n\n      - name: Get the output\n        run:\n          echo \"The created PR number is ${{\n          steps.cherry-pick.outputs.pr-number }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Faction-auto-cherry-pick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwireapp%2Faction-auto-cherry-pick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Faction-auto-cherry-pick/lists"}