{"id":16936189,"url":"https://github.com/sandfox/probot-baumpfleger","last_synced_at":"2026-03-11T13:13:18.155Z","repository":{"id":141977718,"uuid":"119738924","full_name":"sandfox/probot-baumpfleger","owner":"sandfox","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-09T12:57:29.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T14:42:28.378Z","etag":null,"topics":["probot","probot-app"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-01-31T20:23:05.000Z","updated_at":"2021-07-09T12:57:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea02e13a-1189-43b9-b055-f621d75714d3","html_url":"https://github.com/sandfox/probot-baumpfleger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sandfox/probot-baumpfleger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandfox%2Fprobot-baumpfleger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandfox%2Fprobot-baumpfleger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandfox%2Fprobot-baumpfleger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandfox%2Fprobot-baumpfleger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandfox","download_url":"https://codeload.github.com/sandfox/probot-baumpfleger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandfox%2Fprobot-baumpfleger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["probot","probot-app"],"created_at":"2024-10-13T20:56:18.431Z","updated_at":"2026-03-11T13:13:18.138Z","avatar_url":"https://github.com/sandfox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Probot: baumpfleger\n\n\u003e a GitHub App built with [probot](https://github.com/probot/probot) that closes branches from merged Pull Requests\n\nLargely rendered obselete by Github's own [automatic branch deletion feature](https://help.github.com/en/articles/managing-the-automatic-deletion-of-branches) which is more secure and overall a better option for most people who don't have complex requirements around branch deletion criteria.\n\n## Usage\n\n1. **[Configure the GitHub App](https://github.com/apps/baumpfleger)**\n2. Create `.github/baumpfleger.yml` based on the following template\n3. It will start scanning for stale issues and/or pull requests within an hour.\n\nA `.github/baumpfleger.yml` file is required to enable the plugin. \n\n```yml\n# Configuration for probot-baumfleger\n\n# Enabled? (optional, default false)\nenabled: true\n\n# glob or regex patterns that specify branches to ignore (optional)\nignore_branches: \n  - sandfox/patch-*\n  - /^sandfox-[0-9]/i\n\n# list of labels that if found on a pull Request cause it to be ignored (optional)\nignore_labels:\n  - keep-branch\n```\n\n## What branches will it try deleting?\n\nAny time a pull request is merged a branch will be considered for deletetion, except\n- if the branch is the repo's `default` branch\n- if the HEAD branch for the PR is from another repository\n- if the HEAD branch for the PR is `protected`\n- if the PR has any labels that match the labels specified in `.github/baumpfleger.yml` -\u003e `ignore_labels`\n- if the HEAD branch for the PR matches any of the patterns in `.github/baumpfleger.yml` -\u003e `ignore_branches`\n\n## Setup\n\n```\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandfox%2Fprobot-baumpfleger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandfox%2Fprobot-baumpfleger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandfox%2Fprobot-baumpfleger/lists"}