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 1b902e4 commit b2d3219Copy full SHA for b2d3219
lisp/forge-github.el
@@ -172,14 +172,14 @@
172
(closql-insert
173
(forge-db)
174
(forge-issue-post
175
- :id (forge--object-id issue-id .databaseId)
176
- :issue issue-id
177
- :number .databaseId
178
- :author .author.login
179
- :created .createdAt
180
- :updated .updatedAt
181
- :body (forge--sanitize-string .body)
182
- :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
183
t)))
184
(when bump
185
(forge--set-id-slot repo issue 'assignees .assignees)
0 commit comments