{"id":15509396,"url":"https://github.com/jhoblitt/arborist-action","last_synced_at":"2026-05-08T05:43:47.750Z","repository":{"id":172016577,"uuid":"648724751","full_name":"jhoblitt/arborist-action","owner":"jhoblitt","description":"Prune orphaned branches from a forest of repos.","archived":false,"fork":false,"pushed_at":"2023-06-06T20:01:33.000Z","size":547,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T10:55:32.855Z","etag":null,"topics":["git","github","github-actions","github-api","golang","multirepo"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"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/jhoblitt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-02T16:44:22.000Z","updated_at":"2023-06-06T18:51:58.000Z","dependencies_parsed_at":"2023-07-23T02:30:10.729Z","dependency_job_id":null,"html_url":"https://github.com/jhoblitt/arborist-action","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"1c0eba4f705f3f77dbdee6ff1cbf19c498b8cdad"},"previous_names":["jhoblitt/arborist-action"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhoblitt%2Farborist-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhoblitt%2Farborist-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhoblitt%2Farborist-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhoblitt%2Farborist-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhoblitt","download_url":"https://codeload.github.com/jhoblitt/arborist-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246085643,"owners_count":20721213,"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":["git","github","github-actions","github-api","golang","multirepo"],"created_at":"2024-10-02T09:42:13.934Z","updated_at":"2026-05-08T05:43:47.710Z","avatar_url":"https://github.com/jhoblitt.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arborist-action\n\nGitHub Action to run [`arborist`](https://github.com/jhoblitt/arborist/).\n\n![A Tidy Repo Forest](./images/4193380335_A_lush_forest_of_tall_trees_with_branches_being_cu_xl-beta-v2-2-2.png)\n\nPrune orphaned branches from a forest of repos.\n\n## Usage\n\n### Config File\n\nSee [arborist#config-file](https://github.com/jhoblitt/arborist#config-file)\nfor documentation on the `.arborist.yaml` configuration file.\n\n### Example Workflow\n\n```yaml\n---\nname: Arborist\n\n\"on\":\n  - create\n  - delete\n  - pull_request\n  - push\n\npermissions:\n  contents: write\n\njobs:\n  arborist:\n    name: Prune dead branches\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n\n      - name: run arborist\n        uses: jhoblitt/arborist-action@v1\n        with:\n          repo-token: \"${{ secrets.GITHUB_TOKEN }}\"\n```\n\n### Inputs\n\n| Name       | Type   | Required | Description      |\n| -          | -      | -        | -                |\n| repo-token | String | Yes      | GitHub API Token |\n\n### GitHub API Tokens\n\nNote that the `${{ secrets.GITHUB_TOKEN }}` API token is limited in scope to\nthe local repository.  If `arborist` needs to be able to prune branches from\nremote repositories, then a \"Personal Access Token\" will need to be created\nwith the appropriate scope(s).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhoblitt%2Farborist-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhoblitt%2Farborist-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhoblitt%2Farborist-action/lists"}