Skip to content

matchai/spacefish-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacefish-bot

🤖 A helpful bot to automate common tasks on spacefish Issues/PRs

Setup

# Install dependencies
npm install

# Run the bot
npm start

Deploying

# Add environment variables to Now
now secrets add spacefish-app-id <your-app-id>
now secrets add spacefish-webhook-secret <random-webhook-secret>

# Download your private key to the root of this project and use base64 encoding to add it to Now
now secrets add spacefish-key '$(cat ./private-key.pem | base 64)'

# Deploy to now
now

Contributing

If you have suggestions for how spacefish-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2019 Matan Kushner

About

🤖 A helpful bot to automate common tasks on spacefish Issues/PRs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published