Fix for PR
This commit is contained in:
parent
31b3f58b2c
commit
04a5b1bd4f
@ -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 })
|
||||
|
Loading…
x
Reference in New Issue
Block a user