Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit bebdfd5

Browse files
author
Adam
committed
Only show closed issues with in progress label
1 parent 6590bb0 commit bebdfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var date = new Date();
44
date.setMonth(date.getMonth()-1)
55
var base='https://api.github.com/repos/coderdojo/community-platform/issues?';
6-
var completed=base+'state=closed&since='+date;
6+
var completed=base+'labels=in+progress&state=closed&since='+date;
77
var upcoming=base+'labels=in+progress';
88

99
var getHttpClient = function() {

0 commit comments

Comments
 (0)