Jose Ross Barredo
Jose Ross Barredo
@williamfiset , What is the status of this issue? I can update and test it out if you want.
> got it working with just jest/supertest/mongoose (removing mockgoose). Thanks for the help. > > ``` > let server; > > beforeAll(async (done) => { > await mongoose.connect('mongodb://localhost:27017/testdb'); > server...
@conor-kelleher Waiting for your #136 to get merged
Hello, Im interested to work on this issue!
@alexanmtz I got some few questions on reproducing the issue. Should the users be real accounts?
@alexanmtz From what I understand, you fork from github. How can we notify from Github without a physical account in github?
@alexanmtz Efficiency wise, webhooks is the way to go. Im already at it.
Need advice @alexanmtz . The template for the email's body should be `The user {{username}} forked your project to start to work on the issue {{title}} - {{url}}.` Being said,...
@alexanmtz Digging deeper, I have a couple of roadblocks that I have to discuss with. 1. The fork event webhook payload contains the forkee's github username which we can easily...