Skip to content

Commit

Permalink
Add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Nov 28, 2021
1 parent 2950d6f commit 0aa394e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const trelloListIdPrOpen = core.getInput('trello-list-id-pr-open')
const trelloListIdPrClosed = core.getInput('trello-list-id-pr-closed')

async function run(pr) {
console.log('Running labels feature')
const url = pr.html_url || pr.url

try {
Expand Down

0 comments on commit 0aa394e

Please sign in to comment.