Skip to content

Commit

Permalink
fixup! github: fill issue/pullreq/version objects
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 2, 2020
1 parent 1b902e4 commit b2d3219
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lisp/forge-github.el
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@
(closql-insert
(forge-db)
(forge-issue-post
:id (forge--object-id issue-id .databaseId)
:issue issue-id
:number .databaseId
:author .author.login
:created .createdAt
:updated .updatedAt
:body (forge--sanitize-string .body)
:reply-to nil) ;; cannot reply on these comments with github api
:id (forge--object-id issue-id .databaseId)
:issue issue-id
:number .databaseId
:author .author.login
:created .createdAt
:updated .updatedAt
:body (forge--sanitize-string .body)
:reply-to nil) ; cannot reply on these comments with github api
t)))
(when bump
(forge--set-id-slot repo issue 'assignees .assignees)
Expand Down

0 comments on commit b2d3219

Please sign in to comment.