[ https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423285#comment-17423285 ]
Michael McCandless commented on COMDEV-425: ------------------------------------------- Hmm, blindly poking around a bit, I see that Kibble seems to be responsible for loading the GitHub issues/PRs to find the busiest ones. E.g. in {{kibble.py}} I see this: {noformat} # Busiest GH issues/PRs bissues = requests.post('https://demo.kibble.apache.org/api/issue/top', headers = { 'Content-Type': 'application/json', 'Kibble-Token': TOKEN, }, json = { "quick":True, "interval": "month", "from": BEFORE, "to": int(time.time()), "subfilter":"/(?:incubator-)?" + project + ".*\\.git", } ).json() {noformat} > Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project > ------------------------------------------------------------------------------ > > Key: COMDEV-425 > URL: https://issues.apache.org/jira/browse/COMDEV-425 > Project: Community Development > Issue Type: Bug > Components: Reporter Tool > Reporter: Michael McCandless > Priority: Minor > Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png > > > I am working on the quarterly board report for Apache Lucene, and noticed > under the "Community Health" section that the "Busiest GitHub topics" seems > to be missing the "lucene" GitHub repository. > It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}. > Likely something needs to be updated because Solr split out of Lucene, and > Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} > repository: [https://github.com/apache/lucene] > !Screen Shot 2021-09-09 at 5.34.16 PM.png! -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org