Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 6, 2025
2 parents 5fae48f + 4a0cc82 commit 7f8a918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ clean:
collect dir query start end out:
mkdir -p {{dir}}
ghminer --query "{{query}}" --start "{{start}}" --end "{{end}}" \
--tokens "$PATS" --filename "{{out}}"
--tokens "$PATS" --filename "{{out}}" --graphql "sr-data/resources/ghminer.graphql" \
--schema "sr-data/resources/ghminer.json"

# Fetch pulls count for collected repos.
pulls repos token out="experiment/with-pulls.csv":
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7f8a918

Please sign in to comment.