shrub/mar/gh/issue-comment.hoon

19 lines
520 B
Plaintext
Raw Normal View History

2016-01-28 00:50:06 +03:00
:: Converts the result of an 'issues' event into a issues:gh.
2016-01-26 04:13:08 +03:00
/- gh
/+ gh-parse
|_ issue-comment/issue-comment:gh
2016-01-26 04:13:08 +03:00
++ grab
|%
++ json
|= jon/^json
2016-01-26 04:13:08 +03:00
^- issue-comment:gh
=+ top=(need ((om:jo some) jon))
:* (need (repository:gh-parse (~(got by top) %repository)))
(need (user:gh-parse (~(got by top) %sender)))
(need (so:jo (~(got by top) %action)))
(need (issue:gh-parse (~(got by top) %issue)))
(need (comment:gh-parse (~(got by top) %comment)))
==
--
--