{"id":18251819,"url":"https://github.com/hiroakis/boss","last_synced_at":"2025-04-08T20:46:52.577Z","repository":{"id":145129478,"uuid":"86045122","full_name":"hiroakis/boss","owner":"hiroakis","description":"boss assigns a random assignee to each new pull request automatically.","archived":false,"fork":false,"pushed_at":"2017-03-28T06:20:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T16:39:47.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiroakis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-03-24T08:31:20.000Z","updated_at":"2017-03-24T08:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfca83d8-6cde-4b1b-b0ad-68ca54bc40f2","html_url":"https://github.com/hiroakis/boss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fboss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fboss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fboss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fboss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/boss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927089,"owners_count":21019504,"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-11-05T09:48:33.050Z","updated_at":"2025-04-08T20:46:52.557Z","avatar_url":"https://github.com/hiroakis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boss\n\nboss is a tool to assign a reviewer to Pull Request as an assignee when a new Pull Request is created.\n\n# Usage\n\n## build\n\n```\ngit clone git@github.com:hiroakis/boss.git\ncd boss\nmake build\n -\u003e Build as a linux/386 binary. If you'd like to build for the other platform, edit Makefile or set GOOS environment variable before you run go build.\n```\n\n## run\n\n```\nboss\n```\n\n* options\n\n```\n-c: The listen IP. Default: 0.0.0.0 \n-h: The listen port. Default: 9000\n-p: The configration file. Default: ./config.yml\n```\n\n## Setting up a GitHub WebHook\n\n1. Go to Settings page of your repository, and click on `Webhooks` .\n2. Enter the URL that you have run `boss` to the `Payload URL` .\n3. Choose the `application/json` content type.\n4. Check the `Send me everything.` box.\n5. Click on `Add webhook`\n\n## Configuration File Format\n\n```\nrepos:\n  hiroakis/boss: # repository full name\n    token: abcdefghij1234567890abcdefghij1234567890 # github token(require write privilege to the repository)\n    members: # candidates for assignee\n      - hiroakis\n      - zawinul\n      - jarrett\n      - corea\n      - hancock\n    labels: # labels that you'd like to add new pull request\n      - Enhancement\n      - waiting for review\n  hiroakis/twitter-streaming:\n    token: abcdefghij1234567890abcdefghij1234567890\n    members:\n      - hiroakis\n      - jaco\n      - mingus\n      - collins\n      - flea\n      - marcus\n    labels:\n      - waiting for review\n```\n\n# Specification\n\n* If hiroakis creates a new pull request, hiroakis will not be assigned.\n* If an assignee is added when a new pull request is created. Add labels, but doesn't assign.\n\n# Lisence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fboss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Fboss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fboss/lists"}