Jared Rewerts
Jared Rewerts
It would be nice to be able to import PRB0t as a CommonJS package for Node. I'm hoping to do something like this: ``` javascript const PR = require('@prb0t/pr'); PR.configure({...
Related to #45 and #25. Similar to how GitMask does it, I'm deleting the repo after the PR is submitted. This means the repo is fresh every time some one...
I can imagine people using a Docker container of PRB0t. The project I'm on would find it handy for local development using PRB0t.
There was [an issue ](https://github.com/axios/axios/issues/2183)reported with Axios yesterday. It looks like one of our libraries depends on it, so we should update.
Based on the code I'm reading, it looks like PRB0t tries to sync its fork by submitting a PR from the upstream, then merging it. https://github.com/PRB0t/PRB0t/blob/7fbc7bbc0c9ea6761b751f8e3ad8d66bb70e0f62/src/PullRequest.js#L154-L166 That catch seems to...
I'd like to understand PRB0t's behaviour with respect to forks a little better. After playing around a little bit, my team and I were able to make a bit of...
Currently, the prb0t is the author for every commit. One handy thing about prb0t is it lets users contribute to GitHub that don't have a GH account. In my case,...
In Browsh [issue #188](https://github.com/browsh-org/browsh/issues/188), a user would like to host their own Browsh server. If we had a getting started guide, it could help these users get started a little...
I may be out to lunch on this, but [it looks like](https://github.com/browsh-org/baas/blob/8b4ffd37eabdc397bf76f710ad73cee3f211d508/ssh-server/ssh-server.go#L100) we currently require an SSH keypair to start our ssh-server. Guessing we mount the key into our container...