Skip to content

Commit

Permalink
Also pull issue comments, refs #25
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Apr 16, 2020
1 parent c3f7fc6 commit c4aaa50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
github-to-sqlite issues \
github.db $(echo $repo | tr -d '\r');
sleep 2;
github-to-sqlite issue-comments \
github.db $(echo $repo | tr -d '\r');
sleep 2;
done;
sqlite-utils tables --counts github.db
# Delete email addresses from raw_authors
Expand Down

0 comments on commit c4aaa50

Please sign in to comment.