Skip to content

Commit

Permalink
Run pull-requests as part of demo, refs #48
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 30, 2020
1 parent eb29918 commit 160bfc3
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 @@ -67,6 +67,9 @@ jobs:
github-to-sqlite issues \
github.db $(echo $repo | tr -d '\r');
sleep 2;
github-to-sqlite pull-requests \
github.db $(echo $repo | tr -d '\r');
sleep 2;
github-to-sqlite issue-comments \
github.db $(echo $repo | tr -d '\r');
sleep 2;
Expand Down

0 comments on commit 160bfc3

Please sign in to comment.