Skip to content

Commit 4c6289e

Browse files
committed
more logging
1 parent 5622b12 commit 4c6289e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/update_or_create_pr.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
(str "https://api.github.com/repos/metabase/docs.metabase.github.io/pulls?head=metabase:" "update-" "doc-update-detection"))
2020
:out
2121
json/parse-string)
22+
_ (println "→ PR data: " (pr-str pr-data))
2223
pr-num (some #(when (= target-branch (get % "title"))
2324
(get % "number"))
2425
pr-data)]

0 commit comments

Comments
 (0)