Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
callms committed May 17, 2021
1 parent 596bdec commit 5f7d605
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 @@ -267,6 +267,7 @@ exports.action = async function action() {

const { destination, shouldRemoveAssignee } =
(await getTaskDestination({ taskId, pullRequest })) || {};
console.log("Got destination", { destination, shouldRemoveAssignee });
if (shouldRemoveAssignee) {
updateOptions.assignee = null;
}
Expand Down

0 comments on commit 5f7d605

Please sign in to comment.