From ab6a46c511afaaf6c9e68ba8813c2b2cf9d9638c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 3 Aug 2022 09:01:17 +0000 Subject: [PATCH] label --- action.js | 1 + 1 file changed, 1 insertion(+) diff --git a/action.js b/action.js index 905452f66..576bee0a2 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 })) }