You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/20 19:55:13 UTC

[kibble-scanners] branch master updated: github issues now have labels, let's store those

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git


The following commit(s) were added to refs/heads/master by this push:
     new 7932c65  github issues now have labels, let's store those
7932c65 is described below

commit 7932c65cd6ae3ff0efd79a8ecb2c7b7d6c91f513
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Oct 20 21:54:52 2017 +0200

    github issues now have labels, let's store those
---
 src/plugins/scanners/github-issues.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/scanners/github-issues.py b/src/plugins/scanners/github-issues.py
index efa4362..6710a8c 100644
--- a/src/plugins/scanners/github-issues.py
+++ b/src/plugins/scanners/github-issues.py
@@ -73,6 +73,7 @@ def make_issue(source, issue, people):
         'sourceID': source['sourceID'],
         'url': issue['html_url'],
         'status': issue['state'],
+        'labels': issue.get('labels', []),
         'created': format_date(issue['created_at'], epoch=True),
         'closed': format_date(closed_date, epoch=True),
         'issueCloser': issue_closer,

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].