This commit is contained in:
Sergey Dolin 2023-01-24 07:48:55 +00:00
parent c933d5be9d
commit 04ed84ed9f
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ class IssuesProcessorBuilder {
number: 0,
draft: true,
head: {
ref: 'ref'
ref: 'ref',
repo: null
}
});
}