๐Ÿ“ฆ dsymonds / prbot

prbot: Pull Request robot

โ˜… 13 stars โ‘‚ 1 forks ๐Ÿ‘ 13 watching
๐Ÿ“ฅ Clone https://github.com/dsymonds/prbot.git
HTTPS git clone https://github.com/dsymonds/prbot.git
SSH git clone git@github.com:dsymonds/prbot.git
CLI gh repo clone dsymonds/prbot
David Symonds David Symonds Add some info about auth, and tune output formatting. a226bb6 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ main.go
๐Ÿ“„ README.md
๐Ÿ“„ README.md

prbot

This is a program that automatically generates pull requests.

It is limited in scope right now: it looks for Go files that need gofmt'ing, and makes a pull request to fix that up.

Authentication

Visit https://github.com/settings/tokens and create a personal access token, while logged in to GitHub as the user as whom you wish to make pull requests. Make sure it has the repo:public_repo scope.

Store the token in $HOME/.prbot-token and chmod 600 that file.