Skip to content

CocoaPods/keith-as-a-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keith as a service

This repo (and heroku app) exist to close pull requests on the CocoaPods specs repo that don't follow the guidelines

Local usage

make setup

# You also need to add this on the webhook on github
openssl rand -hex 32 | pbcopy
export hook_secret=`pbpaste`
export github_user=<USER>
export github_pass=<PASS>
export message="This is the close message"
make verify # Check to make sure your env is correct
make serve

# In a different window
make ngrok

Heroku usage

# Generate a secret for use with the webhook
openssl rand -hex 32 | pbcopy

# Export these env vars on Heroku
hook_secret=<SECRET>
github_user=<USER>
github_pass=<PASS>
message=<MESSAGE>

About

Here to close pull requests for you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • Makefile 13.6%