Fix for PR

This commit is contained in:
Andras Bacsai 2021-06-07 21:49:52 +02:00
parent 31b3f58b2c
commit 04a5b1bd4f

View File

@ -65,7 +65,7 @@ export async function post(request: Request) {
'repository.organization': organization,
'repository.name': name,
'repository.branch': branch,
'general.pullRequest': 0,
'general.pullRequest': { '$in': [null, 0] },
},
{ ...configuration },
{ upsert: true, new: true })