Fix for PR
This commit is contained in:
@@ -65,7 +65,7 @@ export async function post(request: Request) {
|
|||||||
'repository.organization': organization,
|
'repository.organization': organization,
|
||||||
'repository.name': name,
|
'repository.name': name,
|
||||||
'repository.branch': branch,
|
'repository.branch': branch,
|
||||||
'general.pullRequest': 0,
|
'general.pullRequest': { '$in': [null, 0] },
|
||||||
},
|
},
|
||||||
{ ...configuration },
|
{ ...configuration },
|
||||||
{ upsert: true, new: true })
|
{ upsert: true, new: true })
|
||||||
|
Reference in New Issue
Block a user