{"id":22495239,"url":"https://github.com/osbm/delete-old-build-branches","last_synced_at":"2025-03-27T21:16:07.626Z","repository":{"id":131104270,"uuid":"484380989","full_name":"osbm/delete-old-build-branches","owner":"osbm","description":"Contributes to the automation hell","archived":false,"fork":false,"pushed_at":"2025-03-13T14:03:41.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T15:22:05.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/osbm.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":"2022-04-22T09:51:51.000Z","updated_at":"2025-03-13T14:03:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"07c50b5a-66fb-4398-8431-c7c20f8844f8","html_url":"https://github.com/osbm/delete-old-build-branches","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osbm%2Fdelete-old-build-branches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osbm%2Fdelete-old-build-branches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osbm%2Fdelete-old-build-branches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osbm%2Fdelete-old-build-branches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osbm","download_url":"https://codeload.github.com/osbm/delete-old-build-branches/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924507,"owners_count":20694730,"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":[],"created_at":"2024-12-06T19:26:28.423Z","updated_at":"2025-03-27T21:16:07.571Z","avatar_url":"https://github.com/osbm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository is made to delete all old build branches from the [osbm-cv](https://github.com/osbm/osbm-CV) repository. It is not meant to be used by anyone else. \n\n\u003e [Note]():\n\u003e I just wanted to automate a task that takes a second. No wonder I can't get any shit done.\n\nto use this action:\n\ncreate the workflow file in your github repository as `.github/workflows/delete-old-build-branches.yml`\n\n```yaml\nname: Delete old build branches\n\non: [delete, workflow_dispatch]\n\njobs:\n  deleter-job:\n    name: Deleter job\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout the repository\n        uses: actions/checkout@v3\n\n      - name: Delete old branches\n        uses: osbm/delete-old-build-branches@latest\n        with:\n          github_token: ${{ github.token }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbm%2Fdelete-old-build-branches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosbm%2Fdelete-old-build-branches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbm%2Fdelete-old-build-branches/lists"}