{"id":13475533,"url":"https://github.com/ohbarye/review-waiting-list-bot","last_synced_at":"2025-03-17T01:32:20.255Z","repository":{"id":23184865,"uuid":"98316541","full_name":"ohbarye/review-waiting-list-bot","owner":"ohbarye","description":"Make your team's review great again! ✨ It's a Slack bot to list up review waiting list.","archived":false,"fork":false,"pushed_at":"2022-12-09T17:49:37.000Z","size":547,"stargazers_count":87,"open_issues_count":9,"forks_count":31,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T23:13:20.295Z","etag":null,"topics":["bot","docker","github","graphql","javascript","nodejs","review","slack"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ohbarye/review-waiting-list-bot/","language":"JavaScript","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/ohbarye.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}},"created_at":"2017-07-25T14:39:15.000Z","updated_at":"2024-03-19T08:57:02.000Z","dependencies_parsed_at":"2022-09-03T04:42:23.263Z","dependency_job_id":null,"html_url":"https://github.com/ohbarye/review-waiting-list-bot","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/ohbarye%2Freview-waiting-list-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbarye%2Freview-waiting-list-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbarye%2Freview-waiting-list-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbarye%2Freview-waiting-list-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohbarye","download_url":"https://codeload.github.com/ohbarye/review-waiting-list-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221670407,"owners_count":16861062,"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":["bot","docker","github","graphql","javascript","nodejs","review","slack"],"created_at":"2024-07-31T16:01:21.250Z","updated_at":"2024-10-27T11:44:13.710Z","avatar_url":"https://github.com/ohbarye.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Let's encourage your team's review\n\n[![Build Status](https://travis-ci.org/ohbarye/review-waiting-list-bot.svg?branch=master)](https://travis-ci.org/ohbarye/review-waiting-list-bot)\n\n## What's this?\n\nIt's a Slack bot to list up review waiting list.\n\n\u003cimg width=\"1035\" alt=\"2017-08-11 11 15 31\" src=\"https://user-images.githubusercontent.com/1811616/29199753-659fd0e2-7e8a-11e7-8435-99daa8c0b233.png\"\u003e\n\n\n## Usage\n\nIn your Slack room, just call your bot.\n\n```\n/invite @review-bot\n@review-bot ls author:ohbarye\n```\n\nFor more detailed query:\n\n```\n/invite @review-bot\n@review-bot ls author:ohbarye,basan,org/team owner:ohbarye repo:ohbarye/review-waiting-list-bot,rails/rails\n```\n\nargument | presence | description\n--- | --- | ---\nauthor | Required | You can specify multiple authors with comma separated values. Also `org/team` is available.\nowner | Optional | You can specify multiple owners. If you specify this argument with `-` (e.g. `-owner:ohbarye`), it excludes pull requests of the owner.\nrepo | Optional | You can specify multiple repositories. If you specify this argument with `-` (e.g. `-repo:ohbarye/review-waiting-list-bot`), it excludes pull requests in the repositories.\nlabel | Optional | You can specify multiple labels. If you specify this argument with `-` (e.g. `-label:enhancement`), it excludes pull requests in the repository.\nreviewer | Optional | You can specify multiple reviewers. If you specify this argument with `-` (e.g. `-reviewer:ohbarye`), it excludes pull requests in the repository. Regarding review requests feature on GitHub, see https://blog.github.com/2016-12-07-introducing-review-requests/\nassignee | Optional | You can specify multiple assignees. If you specify this argument with `-` (e.g. `-assignee:ohbarye`), it excludes pull requests in the repository.\n\nBesides, the bot accepts random order.\n\n### Tips\n\nYou can use this bot even better in combination with the [Slack reminder](https://get.slack.help/hc/en-us/articles/208423427-Set-a-reminder).\n\nFor instance, the following reminder setting invokes the bot every weekday 11 am.\n\n```\n/remind #general “@review-bot ls author:ohbarye,basan,org/team owner:ohbarye repo:ohbarye/review-waiting-list-bot,rails/rails” at 11am every weekday\n```\n\n## Develop\n\n### Setup\n\n```sh\n$ git clone git@github.com:ohbarye/review-waiting-list-bot.git\n$ npm install -g yarn # or brew install yarn\n$ yarn\n```\n\n### Start\n\n```sh\n$ SLACK_BOT_TOKEN=your-slack-bot-token GITHUB_AUTH_TOKEN=your-github-auth-token yarn start\n```\n\n### Test / Lint\n\n```sh\n$ yarn test\n$ yarn lint\n```\n\n## Deployment\n\nIf you want to deploy to Heroku, just click following button.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n### Run with Docker\n\nPull the Docker image and run with your Slack bot token and GitHub auth token.\n\n```sh\ndocker pull ohbarye/review-waiting-list-bot\ndocker run -e SLACK_BOT_TOKEN=your-slack-bot-token -e GITHUB_AUTH_TOKEN=your-github-auth-token ohbarye/review-waiting-list-bot\n```\n\n## Environment Variables\n\n### SLACK_BOT_TOKEN (required)\n\nSlack bot API token.\n\nIf you do not have it yet, visit https://my.slack.com/services/new/bot and get the token.\n\n\n### GITHUB_AUTH_TOKEN (required)\n\nGitHub bot API token.\nIf you're not familiar with it, see https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/\n\n#### Note about scopes of GITHUB_AUTH_TOKEN\n\nYou need to grant your token the following required scopes to execute queries from the bot.\n\n- `repo`\n- `read:org`\n- `read:discussion`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohbarye%2Freview-waiting-list-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohbarye%2Freview-waiting-list-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohbarye%2Freview-waiting-list-bot/lists"}