Add current issue state and created date - gophercgis - Collection of gopher CGI/DCGI for geomyidae
(HTM) hg clone https://bitbucket.org/iamleot/gophercgis
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) changeset bfbb2b52e56336204ed9ef163c92957432d111f6
(DIR) parent 8efcd5dbbb1b5c7968a7938abd208ff6d76dfb84
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Fri, 31 Aug 2018 11:03:01
Add current issue state and created date
Diffstat:
github/issues.dcgi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r 8efcd5dbbb1b -r bfbb2b52e563 github/issues.dcgi
--- a/github/issues.dcgi Fri Aug 31 10:09:59 2018 +0200
+++ b/github/issues.dcgi Fri Aug 31 11:03:01 2018 +0200
@@ -27,7 +27,7 @@
( .[] |
"[1|#\(.number) \(.title | gsub("\\|"; "\\|"))|" +
"'"${ISSUE_CGI}?${owner}/${repo}/"'\(.number)|server|port]",
- "t@\(.user.login)",
+ "t\(.state) @\(.user.login) \(.created_at[0:10])",
"t"
)
'