Skip to content

Commit

Permalink
feat: clean PR
Browse files Browse the repository at this point in the history
add a TODO to remind me to create a processOutput for the close-pr command
  • Loading branch information
ghinks committed Apr 18, 2021
1 parent 49d752f commit 5218caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/close-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.handler = async (params) => {
: wiby.validate({ config: params.config })

const result = await wiby.closePR(config)
// TODO, something more like the result process output
const output = `${result.length} PRs closed`
console.log(output)
return output
}

0 comments on commit 5218caf

Please sign in to comment.