Creates an issue even if inputs.issue_labels is not given (#21)
* Creates an issue even if inputs.issue_labels is not given * 1.0.0 * Use v1.0.0 in example, daily scan
This commit is contained in:
@@ -8,8 +8,8 @@ describe('getIssueOption', () => {
|
||||
const expected: IssueOption = {
|
||||
title: 'npm audit found vulnerabilities',
|
||||
body: 'hi',
|
||||
assignees: [''],
|
||||
labels: ['']
|
||||
assignees: undefined,
|
||||
labels: undefined
|
||||
}
|
||||
expect(issue.getIssueOption('hi')).toEqual(expected)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user