Skip to content

Commit a30dcf2

Browse files
committed
print more
1 parent 20f088a commit a30dcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

management/lifecycle-v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def add_card(self, item: PullRequest):
358358
}
359359

360360
data = _post_query(add_card_query, variables)
361+
print(data)
361362
card_id = data["data"]["addProjectV2ItemById"]["projectV2Item"]["id"]
362363

363364
card = self._add_card_to_self(

0 commit comments

Comments
 (0)