We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5622b12 commit 4c6289eCopy full SHA for 4c6289e
script/update_or_create_pr.clj
@@ -19,6 +19,7 @@
19
(str "https://api.github.com/repos/metabase/docs.metabase.github.io/pulls?head=metabase:" "update-" "doc-update-detection"))
20
:out
21
json/parse-string)
22
+ _ (println "→ PR data: " (pr-str pr-data))
23
pr-num (some #(when (= target-branch (get % "title"))
24
(get % "number"))
25
pr-data)]
0 commit comments