https://github.com/clever/pickabot
A bot to pick things, notably pull request reviewers
https://github.com/clever/pickabot
Last synced: about 1 year ago
JSON representation
A bot to pick things, notably pull request reviewers
- Host: GitHub
- URL: https://github.com/clever/pickabot
- Owner: Clever
- Created: 2018-01-17T19:09:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T23:33:00.000Z (about 1 year ago)
- Last Synced: 2025-04-17T12:16:26.276Z (about 1 year ago)
- Language: Go
- Size: 181 KB
- Stars: 0
- Watchers: 45
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pickabot
A bot to pick things, notably pull request reviewers
Owned by eng-infra
## Deploying
```
ark start pickabot -e production
```
## How to Test
You can test pickabot using the `pickabot-dev` bot in Slack.
In Slack, you will navigate to `pickabot-dev` as you would if chatting with any App via DM.
### Starting a Test Instance
To start a test instance of pickabot, and to run tests in Slack, do the following:
1. Check that pickabot-dev is enabled in Slack. You may need to check with IT to ask IT to enable the pickabot-dev bot if it is not already.
2. Start a local instance of pickabot-dev by running `ark start -l` as you would any local service you're testing.
3. Once your local test instance is running, you can send messages by messaging `@pickabot-dev` in Slack. (To verify the name of the dev pickabot, look at: `deployment.yml`)