{"id":18473143,"url":"https://github.com/xedi/action-subtree-sync","last_synced_at":"2025-04-08T12:31:50.757Z","repository":{"id":65162368,"uuid":"215024767","full_name":"xedi/action-subtree-sync","owner":"xedi","description":"GitHub Action to Sync subtrees with a source project","archived":false,"fork":false,"pushed_at":"2019-10-16T12:44:16.000Z","size":4,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T12:32:47.656Z","etag":null,"topics":["actions","git","subtree","subtree-split"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/xedi.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":"2019-10-14T11:22:30.000Z","updated_at":"2024-04-25T15:23:04.000Z","dependencies_parsed_at":"2023-01-04T12:39:07.400Z","dependency_job_id":null,"html_url":"https://github.com/xedi/action-subtree-sync","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"642ad45d85541842edb617c962b23d3c417d3884"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xedi%2Faction-subtree-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xedi%2Faction-subtree-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xedi%2Faction-subtree-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xedi%2Faction-subtree-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xedi","download_url":"https://codeload.github.com/xedi/action-subtree-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247842650,"owners_count":21005318,"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":["actions","git","subtree","subtree-split"],"created_at":"2024-11-06T10:23:47.444Z","updated_at":"2025-04-08T12:31:50.467Z","avatar_url":"https://github.com/xedi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This action synchronizes a subtree split-repository with it's parent.\n\nIt's primary use is to create a split branch and push it to the parent, then tag it.\n\nThe action requires the following inputs:\n\nKey | Description\n--- | ---\n`subtree` | Subtree repository name (including owner)\n`subtree_deploy_key` | A public key part of a Deploy Key on the subtree repository\n`split_prefix` | The directory to perform the split on\n\nAs described above you will need to create a Deploy Key, place the the private part in the Deploy Key settings of the subtree repository; and the public part in the Secrets settings of the parent repository.\n\n## Example usage\n\n```yaml\nname: Release Subtree\n\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  checkout:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v1\n  release:\n    runs-on: ubuntu-latest\n    needs: checkout\n    steps:\n      - name: Release\n        uses: xedi/action-subtree-sync@1.0.0\n        with:\n          subtree: 'owner/repository'\n          subtree_deploy_key: ${{ secrets.DEPLOY_KEY }}\n          split_prefix: 'src/directory'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxedi%2Faction-subtree-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxedi%2Faction-subtree-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxedi%2Faction-subtree-sync/lists"}