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:
Naoki Oketani
2019-12-09 22:49:41 +09:00
committed by GitHub
parent be0cdcbe10
commit 2e5ad3c2cf
7 changed files with 20 additions and 16 deletions

View File

@@ -3,8 +3,8 @@ import * as github from '@actions/github'
import stripAnsi from 'strip-ansi'
import Octokit, {IssuesCreateResponse} from '@octokit/rest'
import {Audit} from './audit'
import * as issue from '../src/issue'
import {IssueOption} from '../src/interface'
import * as issue from './issue'
import {IssueOption} from './interface'
async function run(): Promise<void> {
try {