diff --git a/action.js b/action.js index 905452f66386443b5f5dcdd95ae965408972a6ed..576bee0a227137b38e9ede747d4baac8ed4f67d8 100755 --- a/action.js +++ b/action.js @@ -235,6 +235,7 @@ try { repo: payload.repository.name, title: title + ' ' + link, body: content.data.html_url + '\n\n' + link + '\n\n' + html_url + '\n\n' + body, + labels: ['duty-machine'], }) console.error('new_issue_duty: ' + require('util').inspect(new_issue_duty, { depth: null })) }