spiegel-keyman/resources/stats/gh-pr.txt
2022-10-25 11:53:48 +11:00

9 lines
No EOL
257 B
Text

{{range .}}{{
printf "%s\t%s\t%s\t%s\t%s\t%s\n"
(.number | printf "#%v" | autocolor "green")
.state
(.author.login | printf "%s" | autocolor "red")
.title
(.labels | pluck "name" | join "," | printf "%s" | autocolor "blue")
.createdAt
}}{{end}}