{"id":28526782,"url":"https://github.com/errbotio/err-mergequeue","last_synced_at":"2025-10-12T02:53:43.047Z","repository":{"id":145421013,"uuid":"142020893","full_name":"errbotio/err-mergequeue","owner":"errbotio","description":"This is a chat based Github merge queue plugin for Errbot.","archived":false,"fork":false,"pushed_at":"2018-07-23T15:09:41.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-05T18:31:57.228Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errbotio.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,"zenodo":null}},"created_at":"2018-07-23T13:50:23.000Z","updated_at":"2020-03-28T20:36:06.000Z","dependencies_parsed_at":"2024-03-31T00:31:07.568Z","dependency_job_id":null,"html_url":"https://github.com/errbotio/err-mergequeue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/errbotio/err-mergequeue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-mergequeue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-mergequeue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-mergequeue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-mergequeue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errbotio","download_url":"https://codeload.github.com/errbotio/err-mergequeue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-mergequeue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009971,"owners_count":26084672,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2025-06-09T12:10:36.356Z","updated_at":"2025-10-12T02:53:43.036Z","avatar_url":"https://github.com/errbotio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI Status](https://img.shields.io/travis/errbotio/err-mergequeue/master.svg)](https://travis-ci.org/errbotio/err-mergequeue/)\n[![License: MIT](https://img.shields.io/badge/License-Apachev2-yellow.svg)](https://choosealicense.com/licenses/apache-2.0/#)\n\nThis is a chat based Github merge queue plugin for Errbot.\n\n## Base setup\n\n1. Deploy an instance of Errbot if you don't have one already. See [here](http://errbot.io/en/latest/user_guide/setup.html).\n\n2. Talking to Errbot privately as a bot administrator, install the plugin repo for mergequeue.\n```\n!repos install https://github.com/errbotio/err-mergequeue\n```\n\n3. Create a github API key for example create a user for the bot and generate a [personal token](https://github.com/settings/tokens).\n\n4. Still talking to Errbot privately as a bot administrator, set the github key with:\n\n```\n!plugin config Merge {'github-token': 'cafecafecafecafecafecafecafecafecafecafe'}\n```\n\n5. Issuing `!help` should give you a new set of commands related to mergequeue.\n\n## Linking a repo to a chat room/channel\n\nYou need to be in the channel you want to setup the repo in and pass it on as a parameter for `!merge config` for\nexample:\n\n```\n!merge config errbotio/errbot\n```\n\n## adding saints\n\nSaints are people that can \"bless\" PRs on the queue. We made this feature as a \"last check\" before merge.\nThe person identifier needs to be in the recognized format for the chat backend ie starting with @ for example with Slack.\n\n```\n!merge canonize @gbin\n```\n\n## Basic workflow\n\nA user can add a PR at the bottom of the queue with `!merge ask`\n\n```\n!merge ask 123\n```\n\nA saint can bless the PR.\n```\n!merge bless 123\n```\n\nThe bot will merge the base of the PR into the PR to put it up to date (and possibly trigger a CI build).\nOnce the PR is meeting all the requirements set on github to be merged, it will merge it.\n\n## More ...\n\nYou can bump PRs on the queue, change the cumber of concurrent updated PRs, etc...\nCheckout `!help` for more.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbotio%2Ferr-mergequeue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrbotio%2Ferr-mergequeue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbotio%2Ferr-mergequeue/lists"}