Skip to content

Commit c19f9d3

Browse files
authored
Filter project issues from Slack leaderboard (#99)
1 parent 6947bdd commit c19f9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def post_leaderboard():
198198
+ get_completed_issues(5, "New Feature", 7)
199199
+ get_completed_issues(5, "Technical Change", 7)
200200
)
201+
items = [item for item in items if not item.get("project")]
201202
priority_to_score = PRIORITY_TO_SCORE
202203
leaderboard = {}
203204
for item in items:

0 commit comments

Comments
 (0)