Skip to content

Commit

Permalink
label
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Aug 3, 2022
1 parent 4e65aaa commit ab6a46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }))
}
Expand Down

0 comments on commit ab6a46c

Please sign in to comment.