Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/crawl-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Magier committed Jul 13, 2024
2 parents 6252c98 + beb9b70 commit d689d77
Show file tree
Hide file tree
Showing 11 changed files with 42,741 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
git commit -m "new update"
git push -u origin $branch
gh pr create --title "Update $today" --base main --head $branch --body 'Created by Github action'
gh pr merge --auto --squash
5,269 changes: 5,269 additions & 0 deletions data/2024-07-06.csv

Large diffs are not rendered by default.

5,272 changes: 5,272 additions & 0 deletions data/2024-07-07.csv

Large diffs are not rendered by default.

5,291 changes: 5,291 additions & 0 deletions data/2024-07-08.csv

Large diffs are not rendered by default.

5,295 changes: 5,295 additions & 0 deletions data/2024-07-09.csv

Large diffs are not rendered by default.

5,336 changes: 5,336 additions & 0 deletions data/2024-07-10.csv

Large diffs are not rendered by default.

5,353 changes: 5,353 additions & 0 deletions data/2024-07-11.csv

Large diffs are not rendered by default.

5,358 changes: 5,358 additions & 0 deletions data/2024-07-12.csv

Large diffs are not rendered by default.

5,373 changes: 5,373 additions & 0 deletions data/2024-07-13.csv

Large diffs are not rendered by default.

197 changes: 193 additions & 4 deletions data/latest.csv

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/update_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import lzma
import os
import re
import shutil
import sys
import tarfile
import urllib.request
Expand Down

0 comments on commit d689d77

Please sign in to comment.