A gitbot to send emails, add labels and format text on pull requests
1
stars
0
forks
source link
gitbot
howto
- install all dependecies with yarn install
- follow the guide on claudia.js. It will guide you to get credentials on AWS
- in package.json change the --profile from claudiaJS to your own profile name
- if you can use the default, this will let u use
yarn log
to view the AWS logs
- change the region to your own in the package.json and in the policies/send-email.json file
- install the aws cli tools
- verify your email
aws ses verify-email-identity --email-address YOUR@EMAIL.ADDRESS
- in app.js put in your own emailaddress
- run
yarn first-deploy
this will return your url endpoint in the console
- test it by surfing to this url + /ping it should return pong