{"id":16154547,"url":"https://github.com/giansalex/branching-workflow","last_synced_at":"2026-05-04T07:41:20.099Z","repository":{"id":90163062,"uuid":"132183063","full_name":"giansalex/branching-workflow","owner":"giansalex","description":"Keep your Branching Model after Pull Requests","archived":false,"fork":false,"pushed_at":"2018-06-11T19:08:06.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T23:45:00.206Z","etag":null,"topics":["branching-flow","github-bot","probot"],"latest_commit_sha":null,"homepage":"https://github.com/apps/silvia","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/giansalex.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-05-04T19:53:47.000Z","updated_at":"2020-11-24T23:43:10.000Z","dependencies_parsed_at":"2023-07-05T13:30:25.764Z","dependency_job_id":null,"html_url":"https://github.com/giansalex/branching-workflow","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/giansalex/branching-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giansalex%2Fbranching-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giansalex%2Fbranching-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giansalex%2Fbranching-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giansalex%2Fbranching-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giansalex","download_url":"https://codeload.github.com/giansalex/branching-workflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giansalex%2Fbranching-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32599413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["branching-flow","github-bot","probot"],"created_at":"2024-10-10T01:18:17.727Z","updated_at":"2026-05-04T07:41:20.082Z","avatar_url":"https://github.com/giansalex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Branch Workflow - Github Bot\n[![Build Status](https://travis-ci.org/giansalex/branching-workflow.svg?branch=master)](https://travis-ci.org/giansalex/branching-workflow)\n[![codecov](https://codecov.io/gh/giansalex/branching-workflow/branch/master/graph/badge.svg)](https://codecov.io/gh/giansalex/branching-workflow)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8c1f7e742472499987106c14ef3a8a9b)](https://app.codacy.com/app/giansalex/branching-workflow?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=giansalex/branching-workflow\u0026utm_campaign=badger)\n[![Maintainability](https://api.codeclimate.com/v1/badges/0f8d8f506402058c30a9/maintainability)](https://codeclimate.com/github/giansalex/branching-workflow/maintainability)    \nAuto Merge and Branch WorkFlow Probot APP.\n\n\u003e A GitHub App built with [probot](https://github.com/probot/probot). \n\n## Configuration file\nCreate `.github/branch.yml` and configure your branches.\n\n```yaml\nautoMerge:\n  - target: EPD\n    source: EPD\n  - target: QAS\n    source: QAS\n\nrestrict:\n  - target: master\n    source:\n      - ppr\n      - pprfix\n    close: true\n  - target: ppr\n    source: qas\n    fork: true\n```\n\nPull Request with title `[WIP]` aren't merged.\n\n## Github App Permissions \u0026 Events\n**Permissions**\n- Repository contents - **Read \u0026 write** \n- Repository metadata - **Read-only**\n- Pull requests - **Read \u0026 write**\n- Single File - **Read-only**\n  - Path: `.github/branch.yml`\n- Commit statuses - **Read \u0026 write**\n\n**Events**\n- [x] Check the box for **Pull request** events\n\n## Setup\n\n```sh\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\n## Docker\nUsing node alpine image.\n\u003e You need to have `private.pem` file.\n\n```sh\ndocker build -t branch-bot .\ndocker run -d -p 80:3000 -e APP_ID=\u003cyou-app-id\u003e -e WEBHOOK_SECRET=\u003cyour-secret\u003e -e PRIVATE_KEY=$(cat private.pem) --name gitbot branch-bot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiansalex%2Fbranching-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiansalex%2Fbranching-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiansalex%2Fbranching-workflow/lists"}