mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-13 01:47:07 +00:00
Merge pull request #462 from status-im/develop
Restore comment re-use code
This commit is contained in:
commit
c5f9120688
@ -366,7 +366,7 @@
|
||||
nil)]
|
||||
(log/info (str "Updating " owner "/" repo "/" issue-number
|
||||
" comment #" comment-id " with contents: " comment))
|
||||
(if (= state :deploying)
|
||||
(if (and (= state :deploying) (nil? comment-id))
|
||||
(let [resp (issues/create-comment owner repo issue-number comment (self-auth-params))
|
||||
comment-id (:id resp)]
|
||||
(db-issues/update-comment-id issue-id comment-id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user